#fefdfc color space conversions
Hex:
        #fefdfc
        RGB:
        254, 253, 252
        CMY:
        0, 1, 1
        CMYK:
        0, 0, 1, 0
      HSL:
        30°, 50.0000%, 99.2157%
        HSV (HSB):
        30°, 0.7874%, 99.6078%
        XYZ:
        93.5690, 98.3497, 106.1472
        xyY:
        0.3139, 0.3300, 98.3497
      CIE-Lab:
        99.3583, 0.1606, 0.5829
        CIE-LCH:
        99.3583, 0.6047, 74.5964
        CIE-Luv:
        99.3583, 0.6172, 0.8737
        Hunter-Lab:
        99.1714, -5.1338, 5.9595
      #fefdfc color charts
#fefdfc RGB chart
      #fefdfc CMYK chart
      #fefdfc RGB pie chart
      #fefdfc color shades, tints & tones
#fefdfc color schemes
#fefdfc color preview, HTML & CSS examples
           This text has a color of #fefdfc        
        
          <p style="color:#fefdfc;">Text here</p>
        
        
          .mytext {color:#fefdfc;}
        
        Text color #fefdfc
      
           This box has a color of #fefdfc        
        
          <div style="background-color:#fefdfc;">Content here</div>
        
        
          .mybackground {background-color:#fefdfc;}
        
        Background color #fefdfc
      
           Border around this has a color of #fefdfc        
        
          <div style="border:2px solid #fefdfc;">Content here</div>
        
        
          .myborder {border:2px solid #fefdfc;}
        
        Border color #fefdfc