#ffcefa color space conversions
Hex:
        #ffcefa
        RGB:
        255, 206, 250
        CMY:
        0, 19, 2
        CMYK:
        0, 19, 2, 0
      HSL:
        306°, 100.0000%, 90.3922%
        HSV (HSB):
        306°, 19.2157%, 100.0000%
        XYZ:
        80.5666, 72.3047, 100.1524
        xyY:
        0.3184, 0.2858, 72.3047
      CIE-Lab:
        88.1151, 24.4255, -14.9961
        CIE-LCH:
        88.1151, 28.6616, 328.4520
        CIE-Luv:
        88.1151, 25.2560, -27.8626
        Hunter-Lab:
        85.0322, 20.3195, -10.3102
      #ffcefa color charts
#ffcefa RGB chart
      #ffcefa CMYK chart
      #ffcefa RGB pie chart
      #ffcefa color shades, tints & tones
#ffcefa color schemes
#ffcefa color preview, HTML & CSS examples
           This text has a color of #ffcefa        
        
          <p style="color:#ffcefa;">Text here</p>
        
        
          .mytext {color:#ffcefa;}
        
        Text color #ffcefa
      
           This box has a color of #ffcefa        
        
          <div style="background-color:#ffcefa;">Content here</div>
        
        
          .mybackground {background-color:#ffcefa;}
        
        Background color #ffcefa
      
           Border around this has a color of #ffcefa        
        
          <div style="border:2px solid #ffcefa;">Content here</div>
        
        
          .myborder {border:2px solid #ffcefa;}
        
        Border color #ffcefa