#fdd8ca color space conversions
Hex:
        #fdd8ca
        RGB:
        253, 216, 202
        CMY:
        1, 15, 21
        CMYK:
        0, 15, 20, 1
      HSL:
        16°, 92.7273%, 89.2157%
        HSV (HSB):
        16°, 20.1581%, 99.2157%
        XYZ:
        75.7245, 74.2586, 66.2194
        xyY:
        0.3502, 0.3435, 74.2586
      CIE-Lab:
        89.0446, 10.7426, 11.6626
        CIE-LCH:
        89.0446, 15.8563, 47.3513
        CIE-Luv:
        89.0446, 23.5513, 15.1376
        Hunter-Lab:
        86.1735, 6.0525, 14.7605
      #fdd8ca color charts
#fdd8ca RGB chart
      #fdd8ca CMYK chart
      #fdd8ca RGB pie chart
      #fdd8ca color shades, tints & tones
#fdd8ca color schemes
#fdd8ca color preview, HTML & CSS examples
           This text has a color of #fdd8ca        
        
          <p style="color:#fdd8ca;">Text here</p>
        
        
          .mytext {color:#fdd8ca;}
        
        Text color #fdd8ca
      
           This box has a color of #fdd8ca        
        
          <div style="background-color:#fdd8ca;">Content here</div>
        
        
          .mybackground {background-color:#fdd8ca;}
        
        Background color #fdd8ca
      
           Border around this has a color of #fdd8ca        
        
          <div style="border:2px solid #fdd8ca;">Content here</div>
        
        
          .myborder {border:2px solid #fdd8ca;}
        
        Border color #fdd8ca