#fdd3ae color space conversions
Hex:
        #fdd3ae
        RGB:
        253, 211, 174
        CMY:
        1, 17, 32
        CMYK:
        0, 17, 31, 1
      HSL:
        28°, 95.1807%, 83.7255%
        HSV (HSB):
        28°, 31.2253%, 99.2157%
        XYZ:
        71.4423, 70.5272, 49.8921
        xyY:
        0.3724, 0.3676, 70.5272
      CIE-Lab:
        87.2548, 9.5497, 23.8363
        CIE-LCH:
        87.2548, 25.6781, 68.1670
        CIE-Luv:
        87.2548, 29.0239, 31.6875
        Hunter-Lab:
        83.9805, 4.8843, 23.5626
      #fdd3ae color charts
#fdd3ae RGB chart
      #fdd3ae CMYK chart
      #fdd3ae RGB pie chart
      #fdd3ae color shades, tints & tones
#fdd3ae color schemes
#fdd3ae color preview, HTML & CSS examples
           This text has a color of #fdd3ae        
        
          <p style="color:#fdd3ae;">Text here</p>
        
        
          .mytext {color:#fdd3ae;}
        
        Text color #fdd3ae
      
           This box has a color of #fdd3ae        
        
          <div style="background-color:#fdd3ae;">Content here</div>
        
        
          .mybackground {background-color:#fdd3ae;}
        
        Background color #fdd3ae
      
           Border around this has a color of #fdd3ae        
        
          <div style="border:2px solid #fdd3ae;">Content here</div>
        
        
          .myborder {border:2px solid #fdd3ae;}
        
        Border color #fdd3ae