#fedf7d color space conversions
Hex:
        #fedf7d
        RGB:
        254, 223, 125
        CMY:
        0, 13, 51
        CMYK:
        0, 12, 51, 0
      HSL:
        46°, 98.4733%, 74.3137%
        HSV (HSB):
        46°, 50.7874%, 99.6078%
        XYZ:
        70.9624, 75.3269, 30.2015
        xyY:
        0.4021, 0.4268, 75.3269
      CIE-Lab:
        89.5459, -1.3458, 51.5431
        CIE-LCH:
        89.5459, 51.5607, 91.4957
        CIE-Luv:
        89.5459, 25.5499, 65.8900
        Hunter-Lab:
        86.7910, -5.9385, 40.1221
      #fedf7d color charts
#fedf7d RGB chart
      #fedf7d CMYK chart
      #fedf7d RGB pie chart
      #fedf7d color shades, tints & tones
#fedf7d color schemes
#fedf7d color preview, HTML & CSS examples
           This text has a color of #fedf7d        
        
          <p style="color:#fedf7d;">Text here</p>
        
        
          .mytext {color:#fedf7d;}
        
        Text color #fedf7d
      
           This box has a color of #fedf7d        
        
          <div style="background-color:#fedf7d;">Content here</div>
        
        
          .mybackground {background-color:#fedf7d;}
        
        Background color #fedf7d
      
           Border around this has a color of #fedf7d        
        
          <div style="border:2px solid #fedf7d;">Content here</div>
        
        
          .myborder {border:2px solid #fedf7d;}
        
        Border color #fedf7d