#fdd07e color space conversions
Hex:
        #fdd07e
        RGB:
        253, 208, 126
        CMY:
        1, 18, 51
        CMYK:
        0, 18, 50, 1
      HSL:
        39°, 96.9466%, 74.3137%
        HSV (HSB):
        39°, 50.1976%, 99.2157%
        XYZ:
        66.8298, 67.5008, 29.2453
        xyY:
        0.4086, 0.4127, 67.5008
      CIE-Lab:
        85.7562, 6.0071, 46.4004
        CIE-LCH:
        85.7562, 46.7877, 82.6234
        CIE-Luv:
        85.7562, 34.7942, 58.1950
        Hunter-Lab:
        82.1588, 1.4178, 36.4063
      #fdd07e color charts
#fdd07e RGB chart
      #fdd07e CMYK chart
      #fdd07e RGB pie chart
      #fdd07e color shades, tints & tones
#fdd07e color schemes
#fdd07e color preview, HTML & CSS examples
           This text has a color of #fdd07e        
        
          <p style="color:#fdd07e;">Text here</p>
        
        
          .mytext {color:#fdd07e;}
        
        Text color #fdd07e
      
           This box has a color of #fdd07e        
        
          <div style="background-color:#fdd07e;">Content here</div>
        
        
          .mybackground {background-color:#fdd07e;}
        
        Background color #fdd07e
      
           Border around this has a color of #fdd07e        
        
          <div style="border:2px solid #fdd07e;">Content here</div>
        
        
          .myborder {border:2px solid #fdd07e;}
        
        Border color #fdd07e