#fdc1dc color space conversions
Hex:
        #fdc1dc
        RGB:
        253, 193, 220
        CMY:
        1, 24, 14
        CMYK:
        0, 24, 13, 1
      HSL:
        333°, 93.7500%, 87.4510%
        HSV (HSB):
        333°, 23.7154%, 99.2157%
        XYZ:
        72.4962, 64.1899, 76.2791
        xyY:
        0.3404, 0.3014, 64.1899
      CIE-Lab:
        84.0645, 25.5255, -5.1031
        CIE-LCH:
        84.0645, 26.0306, 348.6944
        CIE-Luv:
        84.0645, 34.4744, -12.4078
        Hunter-Lab:
        80.1186, 21.3103, -0.3656
      #fdc1dc color charts
#fdc1dc RGB chart
      #fdc1dc CMYK chart
      #fdc1dc RGB pie chart
      #fdc1dc color shades, tints & tones
#fdc1dc color schemes
#fdc1dc color preview, HTML & CSS examples
           This text has a color of #fdc1dc        
        
          <p style="color:#fdc1dc;">Text here</p>
        
        
          .mytext {color:#fdc1dc;}
        
        Text color #fdc1dc
      
           This box has a color of #fdc1dc        
        
          <div style="background-color:#fdc1dc;">Content here</div>
        
        
          .mybackground {background-color:#fdc1dc;}
        
        Background color #fdc1dc
      
           Border around this has a color of #fdc1dc        
        
          <div style="border:2px solid #fdc1dc;">Content here</div>
        
        
          .myborder {border:2px solid #fdc1dc;}
        
        Border color #fdc1dc