#fdc1ed color space conversions
Hex:
        #fdc1ed
        RGB:
        253, 193, 237
        CMY:
        1, 24, 7
        CMYK:
        0, 24, 6, 1
      HSL:
        316°, 93.7500%, 87.4510%
        HSV (HSB):
        316°, 23.7154%, 99.2157%
        XYZ:
        74.8640, 65.1370, 88.7477
        xyY:
        0.3273, 0.2848, 65.1370
      CIE-Lab:
        84.5543, 28.3349, -13.4530
        CIE-LCH:
        84.5543, 31.3664, 334.6024
        CIE-Luv:
        84.5543, 32.2476, -25.9425
        Hunter-Lab:
        80.7075, 24.3380, -8.7013
      #fdc1ed color charts
#fdc1ed RGB chart
      #fdc1ed CMYK chart
      #fdc1ed RGB pie chart
      #fdc1ed color shades, tints & tones
#fdc1ed color schemes
#fdc1ed color preview, HTML & CSS examples
           This text has a color of #fdc1ed        
        
          <p style="color:#fdc1ed;">Text here</p>
        
        
          .mytext {color:#fdc1ed;}
        
        Text color #fdc1ed
      
           This box has a color of #fdc1ed        
        
          <div style="background-color:#fdc1ed;">Content here</div>
        
        
          .mybackground {background-color:#fdc1ed;}
        
        Background color #fdc1ed
      
           Border around this has a color of #fdc1ed        
        
          <div style="border:2px solid #fdc1ed;">Content here</div>
        
        
          .myborder {border:2px solid #fdc1ed;}
        
        Border color #fdc1ed