#fdc4cd color space conversions
Hex:
        #fdc4cd
        RGB:
        253, 196, 205
        CMY:
        1, 23, 20
        CMYK:
        0, 23, 19, 1
      HSL:
        351°, 93.4426%, 88.0392%
        HSV (HSB):
        351°, 22.5296%, 99.2157%
        XYZ:
        71.2674, 64.7703, 66.5033
        xyY:
        0.3519, 0.3198, 64.7703
      CIE-Lab:
        84.3652, 21.6335, 3.3529
        CIE-LCH:
        84.3652, 21.8918, 8.8100
        CIE-Luv:
        84.3652, 34.6830, 0.9742
        Hunter-Lab:
        80.4800, 17.2270, 7.3427
      #fdc4cd color charts
#fdc4cd RGB chart
      #fdc4cd CMYK chart
      #fdc4cd RGB pie chart
      #fdc4cd color shades, tints & tones
#fdc4cd color schemes
#fdc4cd color preview, HTML & CSS examples
           This text has a color of #fdc4cd        
        
          <p style="color:#fdc4cd;">Text here</p>
        
        
          .mytext {color:#fdc4cd;}
        
        Text color #fdc4cd
      
           This box has a color of #fdc4cd        
        
          <div style="background-color:#fdc4cd;">Content here</div>
        
        
          .mybackground {background-color:#fdc4cd;}
        
        Background color #fdc4cd
      
           Border around this has a color of #fdc4cd        
        
          <div style="border:2px solid #fdc4cd;">Content here</div>
        
        
          .myborder {border:2px solid #fdc4cd;}
        
        Border color #fdc4cd