#ffcfdc color space conversions
Hex:
        #ffcfdc
        RGB:
        255, 207, 220
        CMY:
        0, 19, 14
        CMYK:
        0, 19, 14, 0
      HSL:
        344°, 100.0000%, 90.5882%
        HSV (HSB):
        344°, 18.8235%, 100.0000%
        XYZ:
        76.4711, 71.0530, 77.3943
        xyY:
        0.3400, 0.3159, 71.0530
      CIE-Lab:
        87.5107, 18.8723, -0.0228
        CIE-LCH:
        87.5107, 18.8723, 359.9307
        CIE-Luv:
        87.5107, 28.1121, -3.4991
        Hunter-Lab:
        84.2929, 14.4238, 4.5674
      #ffcfdc color charts
#ffcfdc RGB chart
      #ffcfdc CMYK chart
      #ffcfdc RGB pie chart
      #ffcfdc color shades, tints & tones
#ffcfdc color schemes
#ffcfdc color preview, HTML & CSS examples
           This text has a color of #ffcfdc        
        
          <p style="color:#ffcfdc;">Text here</p>
        
        
          .mytext {color:#ffcfdc;}
        
        Text color #ffcfdc
      
           This box has a color of #ffcfdc        
        
          <div style="background-color:#ffcfdc;">Content here</div>
        
        
          .mybackground {background-color:#ffcfdc;}
        
        Background color #ffcfdc
      
           Border around this has a color of #ffcfdc        
        
          <div style="border:2px solid #ffcfdc;">Content here</div>
        
        
          .myborder {border:2px solid #ffcfdc;}
        
        Border color #ffcfdc