#fdd7aa color space conversions
Hex:
        #fdd7aa
        RGB:
        253, 215, 170
        CMY:
        1, 16, 33
        CMYK:
        0, 15, 33, 1
      HSL:
        33°, 95.4023%, 82.9412%
        HSV (HSB):
        33°, 32.8063%, 99.2157%
        XYZ:
        72.0642, 72.3858, 48.2039
        xyY:
        0.3741, 0.3757, 72.3858
      CIE-Lab:
        88.1540, 6.9892, 27.1457
        CIE-LCH:
        88.1540, 28.0311, 75.5616
        CIE-Luv:
        88.1540, 26.9044, 36.4985
        Hunter-Lab:
        85.0798, 2.3030, 25.9638
      #fdd7aa color charts
#fdd7aa RGB chart
      #fdd7aa CMYK chart
      #fdd7aa RGB pie chart
      #fdd7aa color shades, tints & tones
#fdd7aa color schemes
#fdd7aa color preview, HTML & CSS examples
           This text has a color of #fdd7aa        
        
          <p style="color:#fdd7aa;">Text here</p>
        
        
          .mytext {color:#fdd7aa;}
        
        Text color #fdd7aa
      
           This box has a color of #fdd7aa        
        
          <div style="background-color:#fdd7aa;">Content here</div>
        
        
          .mybackground {background-color:#fdd7aa;}
        
        Background color #fdd7aa
      
           Border around this has a color of #fdd7aa        
        
          <div style="border:2px solid #fdd7aa;">Content here</div>
        
        
          .myborder {border:2px solid #fdd7aa;}
        
        Border color #fdd7aa