#fdcdae color space conversions
Hex:
        #fdcdae
        RGB:
        253, 205, 174
        CMY:
        1, 20, 32
        CMYK:
        0, 19, 31, 1
      HSL:
        24°, 95.1807%, 83.7255%
        HSV (HSB):
        24°, 31.2253%, 99.2157%
        XYZ:
        69.9793, 67.6013, 49.4044
        xyY:
        0.3743, 0.3615, 67.6013
      CIE-Lab:
        85.8067, 12.6670, 21.8436
        CIE-LCH:
        85.8067, 25.2507, 59.8908
        CIE-Luv:
        85.8067, 32.7136, 28.3549
        Hunter-Lab:
        82.2200, 8.0404, 21.9278
      #fdcdae color charts
#fdcdae RGB chart
      #fdcdae CMYK chart
      #fdcdae RGB pie chart
      #fdcdae color shades, tints & tones
#fdcdae color schemes
#fdcdae color preview, HTML & CSS examples
           This text has a color of #fdcdae        
        
          <p style="color:#fdcdae;">Text here</p>
        
        
          .mytext {color:#fdcdae;}
        
        Text color #fdcdae
      
           This box has a color of #fdcdae        
        
          <div style="background-color:#fdcdae;">Content here</div>
        
        
          .mybackground {background-color:#fdcdae;}
        
        Background color #fdcdae
      
           Border around this has a color of #fdcdae        
        
          <div style="border:2px solid #fdcdae;">Content here</div>
        
        
          .myborder {border:2px solid #fdcdae;}
        
        Border color #fdcdae