#fdd5ca color space conversions
Hex:
        #fdd5ca
        RGB:
        253, 213, 202
        CMY:
        1, 16, 21
        CMYK:
        0, 16, 20, 1
      HSL:
        13°, 92.7273%, 89.2157%
        HSV (HSB):
        13°, 20.1581%, 99.2157%
        XYZ:
        74.9629, 72.7354, 65.9655
        xyY:
        0.3508, 0.3404, 72.7354
      CIE-Lab:
        88.3214, 12.3007, 10.6325
        CIE-LCH:
        88.3214, 16.2591, 40.8397
        CIE-Luv:
        88.3214, 25.2719, 13.3510
        Hunter-Lab:
        85.2851, 7.6471, 13.8405
      #fdd5ca color charts
#fdd5ca RGB chart
      #fdd5ca CMYK chart
      #fdd5ca RGB pie chart
      #fdd5ca color shades, tints & tones
#fdd5ca color schemes
#fdd5ca color preview, HTML & CSS examples
           This text has a color of #fdd5ca        
        
          <p style="color:#fdd5ca;">Text here</p>
        
        
          .mytext {color:#fdd5ca;}
        
        Text color #fdd5ca
      
           This box has a color of #fdd5ca        
        
          <div style="background-color:#fdd5ca;">Content here</div>
        
        
          .mybackground {background-color:#fdd5ca;}
        
        Background color #fdd5ca
      
           Border around this has a color of #fdd5ca        
        
          <div style="border:2px solid #fdd5ca;">Content here</div>
        
        
          .myborder {border:2px solid #fdd5ca;}
        
        Border color #fdd5ca