#ffbdaf color space conversions
Hex:
        #ffbdaf
        RGB:
        255, 189, 175
        CMY:
        0, 26, 31
        CMYK:
        0, 26, 31, 0
      HSL:
        11°, 100.0000%, 84.3137%
        HSV (HSB):
        11°, 31.3725%, 100.0000%
        XYZ:
        67.1755, 60.7503, 48.7429
        xyY:
        0.3802, 0.3439, 60.7503
      CIE-Lab:
        82.2443, 21.9096, 16.3907
        CIE-LCH:
        82.2443, 27.3621, 36.8003
        CIE-Luv:
        82.2443, 43.9203, 19.0460
        Hunter-Lab:
        77.9425, 17.4425, 17.4816
      #ffbdaf color charts
#ffbdaf RGB chart
      #ffbdaf CMYK chart
      #ffbdaf RGB pie chart
      #ffbdaf color shades, tints & tones
#ffbdaf color schemes
#ffbdaf color preview, HTML & CSS examples
           This text has a color of #ffbdaf        
        
          <p style="color:#ffbdaf;">Text here</p>
        
        
          .mytext {color:#ffbdaf;}
        
        Text color #ffbdaf
      
           This box has a color of #ffbdaf        
        
          <div style="background-color:#ffbdaf;">Content here</div>
        
        
          .mybackground {background-color:#ffbdaf;}
        
        Background color #ffbdaf
      
           Border around this has a color of #ffbdaf        
        
          <div style="border:2px solid #ffbdaf;">Content here</div>
        
        
          .myborder {border:2px solid #ffbdaf;}
        
        Border color #ffbdaf