#fcc3cd color space conversions
Hex:
        #fcc3cd
        RGB:
        252, 195, 205
        CMY:
        1, 24, 20
        CMYK:
        0, 23, 19, 1
      HSL:
        349°, 90.4762%, 87.6471%
        HSV (HSB):
        349°, 22.6190%, 98.8235%
        XYZ:
        70.6794, 64.1334, 66.4114
        xyY:
        0.3512, 0.3187, 64.1334
      CIE-Lab:
        84.0352, 21.8034, 2.8621
        CIE-LCH:
        84.0352, 21.9905, 7.4784
        CIE-Luv:
        84.0352, 34.5814, 0.2220
        Hunter-Lab:
        80.0834, 17.3935, 6.8904
      #fcc3cd color charts
#fcc3cd RGB chart
      #fcc3cd CMYK chart
      #fcc3cd RGB pie chart
      #fcc3cd color shades, tints & tones
#fcc3cd color schemes
#fcc3cd color preview, HTML & CSS examples
           This text has a color of #fcc3cd        
        
          <p style="color:#fcc3cd;">Text here</p>
        
        
          .mytext {color:#fcc3cd;}
        
        Text color #fcc3cd
      
           This box has a color of #fcc3cd        
        
          <div style="background-color:#fcc3cd;">Content here</div>
        
        
          .mybackground {background-color:#fcc3cd;}
        
        Background color #fcc3cd
      
           Border around this has a color of #fcc3cd        
        
          <div style="border:2px solid #fcc3cd;">Content here</div>
        
        
          .myborder {border:2px solid #fcc3cd;}
        
        Border color #fcc3cd