#fedc8f color space conversions
Hex:
        #fedc8f
        RGB:
        254, 220, 143
        CMY:
        0, 14, 44
        CMYK:
        0, 13, 44, 0
      HSL:
        42°, 98.2301%, 77.8431%
        HSV (HSB):
        42°, 43.7008%, 99.6078%
        XYZ:
        71.4242, 74.2404, 36.5520
        xyY:
        0.3920, 0.4074, 74.2404
      CIE-Lab:
        89.0360, 1.8338, 42.0969
        CIE-LCH:
        89.0360, 42.1368, 87.5057
        CIE-Luv:
        89.0360, 26.4237, 55.2636
        Hunter-Lab:
        86.1629, -2.8186, 35.1620
      #fedc8f color charts
#fedc8f RGB chart
      #fedc8f CMYK chart
      #fedc8f RGB pie chart
      #fedc8f color shades, tints & tones
#fedc8f color schemes
#fedc8f color preview, HTML & CSS examples
           This text has a color of #fedc8f        
        
          <p style="color:#fedc8f;">Text here</p>
        
        
          .mytext {color:#fedc8f;}
        
        Text color #fedc8f
      
           This box has a color of #fedc8f        
        
          <div style="background-color:#fedc8f;">Content here</div>
        
        
          .mybackground {background-color:#fedc8f;}
        
        Background color #fedc8f
      
           Border around this has a color of #fedc8f        
        
          <div style="border:2px solid #fedc8f;">Content here</div>
        
        
          .myborder {border:2px solid #fedc8f;}
        
        Border color #fedc8f