#fdc2ed color space conversions
Hex:
        #fdc2ed
        RGB:
        253, 194, 237
        CMY:
        1, 24, 7
        CMYK:
        0, 23, 6, 1
      HSL:
        316°, 93.6508%, 87.6471%
        HSV (HSB):
        316°, 23.3202%, 99.2157%
        XYZ:
        75.0859, 65.5806, 88.8216
        xyY:
        0.3272, 0.2858, 65.5806
      CIE-Lab:
        84.7821, 27.8088, -13.1121
        CIE-LCH:
        84.7821, 30.7450, 334.7556
        CIE-Luv:
        84.7821, 31.7313, -25.3172
        Hunter-Lab:
        80.9819, 23.7857, -8.3425
      #fdc2ed color charts
#fdc2ed RGB chart
      #fdc2ed CMYK chart
      #fdc2ed RGB pie chart
      #fdc2ed color shades, tints & tones
#fdc2ed color schemes
#fdc2ed color preview, HTML & CSS examples
           This text has a color of #fdc2ed        
        
          <p style="color:#fdc2ed;">Text here</p>
        
        
          .mytext {color:#fdc2ed;}
        
        Text color #fdc2ed
      
           This box has a color of #fdc2ed        
        
          <div style="background-color:#fdc2ed;">Content here</div>
        
        
          .mybackground {background-color:#fdc2ed;}
        
        Background color #fdc2ed
      
           Border around this has a color of #fdc2ed        
        
          <div style="border:2px solid #fdc2ed;">Content here</div>
        
        
          .myborder {border:2px solid #fdc2ed;}
        
        Border color #fdc2ed