#fefbef color space conversions
Hex:
        #fefbef
        RGB:
        254, 251, 239
        CMY:
        0, 2, 6
        CMYK:
        0, 1, 6, 0
      HSL:
        48°, 88.2353%, 96.6667%
        HSV (HSB):
        48°, 5.9055%, 99.6078%
        XYZ:
        90.9502, 96.2972, 95.4550
        xyY:
        0.3217, 0.3406, 96.2972
      CIE-Lab:
        98.5502, -1.0404, 6.0853
        CIE-LCH:
        98.5502, 6.1736, 99.7021
        CIE-Luv:
        98.5502, 2.3781, 9.4743
        Hunter-Lab:
        98.1311, -6.2915, 11.0187
      #fefbef color charts
#fefbef RGB chart
      #fefbef CMYK chart
      #fefbef RGB pie chart
      #fefbef color shades, tints & tones
#fefbef color schemes
#fefbef color preview, HTML & CSS examples
           This text has a color of #fefbef        
        
          <p style="color:#fefbef;">Text here</p>
        
        
          .mytext {color:#fefbef;}
        
        Text color #fefbef
      
           This box has a color of #fefbef        
        
          <div style="background-color:#fefbef;">Content here</div>
        
        
          .mybackground {background-color:#fefbef;}
        
        Background color #fefbef
      
           Border around this has a color of #fefbef        
        
          <div style="border:2px solid #fefbef;">Content here</div>
        
        
          .myborder {border:2px solid #fefbef;}
        
        Border color #fefbef