#fefccb color space conversions
Hex:
        #fefccb
        RGB:
        254, 252, 203
        CMY:
        0, 1, 20
        CMYK:
        0, 1, 20, 0
      HSL:
        58°, 96.2264%, 89.6078%
        HSV (HSB):
        58°, 20.0787%, 99.6078%
        XYZ:
        86.4629, 95.0034, 70.2803
        xyY:
        0.3435, 0.3774, 95.0034
      CIE-Lab:
        98.0349, -7.0594, 23.7678
        CIE-LCH:
        98.0349, 24.7940, 106.5421
        CIE-Luv:
        98.0349, 3.7747, 35.8056
        Hunter-Lab:
        97.4697, -12.2291, 25.4779
      #fefccb color charts
#fefccb RGB chart
      #fefccb CMYK chart
      #fefccb RGB pie chart
      #fefccb color shades, tints & tones
#fefccb color schemes
#fefccb color preview, HTML & CSS examples
           This text has a color of #fefccb        
        
          <p style="color:#fefccb;">Text here</p>
        
        
          .mytext {color:#fefccb;}
        
        Text color #fefccb
      
           This box has a color of #fefccb        
        
          <div style="background-color:#fefccb;">Content here</div>
        
        
          .mybackground {background-color:#fefccb;}
        
        Background color #fefccb
      
           Border around this has a color of #fefccb        
        
          <div style="border:2px solid #fefccb;">Content here</div>
        
        
          .myborder {border:2px solid #fefccb;}
        
        Border color #fefccb