#fdc3cf color space conversions
Hex:
        #fdc3cf
        RGB:
        253, 195, 207
        CMY:
        1, 24, 19
        CMYK:
        0, 23, 18, 1
      HSL:
        348°, 93.5484%, 87.8431%
        HSV (HSB):
        348°, 22.9249%, 99.2157%
        XYZ:
        71.2856, 64.4179, 67.7082
        xyY:
        0.3504, 0.3167, 64.4179
      CIE-Lab:
        84.1829, 22.4582, 2.0198
        CIE-LCH:
        84.1829, 22.5489, 5.1391
        CIE-Luv:
        84.1829, 35.0070, -1.1413
        Hunter-Lab:
        80.2607, 18.0830, 6.1653
      #fdc3cf color charts
#fdc3cf RGB chart
      #fdc3cf CMYK chart
      #fdc3cf RGB pie chart
      #fdc3cf color shades, tints & tones
#fdc3cf color schemes
#fdc3cf color preview, HTML & CSS examples
           This text has a color of #fdc3cf        
        
          <p style="color:#fdc3cf;">Text here</p>
        
        
          .mytext {color:#fdc3cf;}
        
        Text color #fdc3cf
      
           This box has a color of #fdc3cf        
        
          <div style="background-color:#fdc3cf;">Content here</div>
        
        
          .mybackground {background-color:#fdc3cf;}
        
        Background color #fdc3cf
      
           Border around this has a color of #fdc3cf        
        
          <div style="border:2px solid #fdc3cf;">Content here</div>
        
        
          .myborder {border:2px solid #fdc3cf;}
        
        Border color #fdc3cf