#fdef5e color space conversions
Hex:
        #fdef5e
        RGB:
        253, 239, 94
        CMY:
        1, 6, 63
        CMYK:
        0, 6, 63, 1
      HSL:
        55°, 97.5460%, 68.0392%
        HSV (HSB):
        55°, 62.8458%, 99.2157%
        XYZ:
        73.3949, 83.4238, 22.8238
        xyY:
        0.4086, 0.4644, 83.4238
      CIE-Lab:
        93.1997, -11.9702, 69.4691
        CIE-LCH:
        93.1997, 70.4929, 99.7766
        CIE-Luv:
        93.1997, 15.6052, 85.5001
        Hunter-Lab:
        91.3366, -16.4028, 49.1199
      #fdef5e color charts
#fdef5e RGB chart
      #fdef5e CMYK chart
      #fdef5e RGB pie chart
      #fdef5e color shades, tints & tones
#fdef5e color schemes
#fdef5e color preview, HTML & CSS examples
           This text has a color of #fdef5e        
        
          <p style="color:#fdef5e;">Text here</p>
        
        
          .mytext {color:#fdef5e;}
        
        Text color #fdef5e
      
           This box has a color of #fdef5e        
        
          <div style="background-color:#fdef5e;">Content here</div>
        
        
          .mybackground {background-color:#fdef5e;}
        
        Background color #fdef5e
      
           Border around this has a color of #fdef5e        
        
          <div style="border:2px solid #fdef5e;">Content here</div>
        
        
          .myborder {border:2px solid #fdef5e;}
        
        Border color #fdef5e