#ffbfea color space conversions
Hex:
        #ffbfea
        RGB:
        255, 191, 234
        CMY:
        0, 25, 8
        CMYK:
        0, 25, 8, 0
      HSL:
        320°, 100.0000%, 87.4510%
        HSV (HSB):
        320°, 25.0980%, 100.0000%
        XYZ:
        74.7221, 64.4621, 86.3461
        xyY:
        0.3313, 0.2858, 64.4621
      CIE-Lab:
        84.2058, 29.5450, -12.3531
        CIE-LCH:
        84.2058, 32.0235, 337.3096
        CIE-Luv:
        84.2058, 34.9771, -24.4086
        Hunter-Lab:
        80.2883, 25.6204, -7.5616
      #ffbfea color charts
#ffbfea RGB chart
      #ffbfea CMYK chart
      #ffbfea RGB pie chart
      #ffbfea color shades, tints & tones
#ffbfea color schemes
#ffbfea color preview, HTML & CSS examples
           This text has a color of #ffbfea        
        
          <p style="color:#ffbfea;">Text here</p>
        
        
          .mytext {color:#ffbfea;}
        
        Text color #ffbfea
      
           This box has a color of #ffbfea        
        
          <div style="background-color:#ffbfea;">Content here</div>
        
        
          .mybackground {background-color:#ffbfea;}
        
        Background color #ffbfea
      
           Border around this has a color of #ffbfea        
        
          <div style="border:2px solid #ffbfea;">Content here</div>
        
        
          .myborder {border:2px solid #ffbfea;}
        
        Border color #ffbfea