#ffbfce color space conversions
Hex:
        #ffbfce
        RGB:
        255, 191, 206
        CMY:
        0, 25, 19
        CMYK:
        0, 25, 19, 0
      HSL:
        346°, 100.0000%, 87.4510%
        HSV (HSB):
        346°, 25.0980%, 100.0000%
        XYZ:
        71.0114, 62.9778, 66.8058
        xyY:
        0.3537, 0.3136, 62.9778
      CIE-Lab:
        83.4307, 25.1170, 1.4848
        CIE-LCH:
        83.4307, 25.1608, 3.3832
        CIE-Luv:
        83.4307, 38.7547, -2.4450
        Hunter-Lab:
        79.3586, 20.8473, 5.6394
      #ffbfce color charts
#ffbfce RGB chart
      #ffbfce CMYK chart
      #ffbfce RGB pie chart
      #ffbfce color shades, tints & tones
#ffbfce color schemes
#ffbfce color preview, HTML & CSS examples
           This text has a color of #ffbfce        
        
          <p style="color:#ffbfce;">Text here</p>
        
        
          .mytext {color:#ffbfce;}
        
        Text color #ffbfce
      
           This box has a color of #ffbfce        
        
          <div style="background-color:#ffbfce;">Content here</div>
        
        
          .mybackground {background-color:#ffbfce;}
        
        Background color #ffbfce
      
           Border around this has a color of #ffbfce        
        
          <div style="border:2px solid #ffbfce;">Content here</div>
        
        
          .myborder {border:2px solid #ffbfce;}
        
        Border color #ffbfce