#fedfc8 color space conversions
Hex:
        #fedfc8
        RGB:
        254, 223, 200
        CMY:
        0, 13, 22
        CMYK:
        0, 12, 21, 0
      HSL:
        26°, 96.4286%, 89.0196%
        HSV (HSB):
        26°, 21.2598%, 99.6078%
        XYZ:
        77.6861, 78.0163, 65.6077
        xyY:
        0.3510, 0.3525, 78.0163
      CIE-Lab:
        90.7873, 7.1989, 15.1907
        CIE-LCH:
        90.7873, 16.8102, 64.6437
        CIE-Luv:
        90.7873, 20.3528, 20.8444
        Hunter-Lab:
        88.3268, 2.4240, 17.7891
      #fedfc8 color charts
#fedfc8 RGB chart
      #fedfc8 CMYK chart
      #fedfc8 RGB pie chart
      #fedfc8 color shades, tints & tones
#fedfc8 color schemes
#fedfc8 color preview, HTML & CSS examples
           This text has a color of #fedfc8        
        
          <p style="color:#fedfc8;">Text here</p>
        
        
          .mytext {color:#fedfc8;}
        
        Text color #fedfc8
      
           This box has a color of #fedfc8        
        
          <div style="background-color:#fedfc8;">Content here</div>
        
        
          .mybackground {background-color:#fedfc8;}
        
        Background color #fedfc8
      
           Border around this has a color of #fedfc8        
        
          <div style="border:2px solid #fedfc8;">Content here</div>
        
        
          .myborder {border:2px solid #fedfc8;}
        
        Border color #fedfc8