#fdcddf color space conversions
Hex:
        #fdcddf
        RGB:
        253, 205, 223
        CMY:
        1, 20, 13
        CMYK:
        0, 19, 12, 1
      HSL:
        338°, 92.3077%, 89.8039%
        HSV (HSB):
        338°, 18.9723%, 99.2157%
        XYZ:
        75.6586, 69.8730, 79.3112
        xyY:
        0.3365, 0.3108, 69.8730
      CIE-Lab:
        86.9345, 19.7031, -2.4779
        CIE-LCH:
        86.9345, 19.8583, 352.8320
        CIE-Luv:
        86.9345, 27.5867, -7.3623
        Hunter-Lab:
        83.5901, 15.2804, 2.2580
      #fdcddf color charts
#fdcddf RGB chart
      #fdcddf CMYK chart
      #fdcddf RGB pie chart
      #fdcddf color shades, tints & tones
#fdcddf color schemes
#fdcddf color preview, HTML & CSS examples
           This text has a color of #fdcddf        
        
          <p style="color:#fdcddf;">Text here</p>
        
        
          .mytext {color:#fdcddf;}
        
        Text color #fdcddf
      
           This box has a color of #fdcddf        
        
          <div style="background-color:#fdcddf;">Content here</div>
        
        
          .mybackground {background-color:#fdcddf;}
        
        Background color #fdcddf
      
           Border around this has a color of #fdcddf        
        
          <div style="border:2px solid #fdcddf;">Content here</div>
        
        
          .myborder {border:2px solid #fdcddf;}
        
        Border color #fdcddf