#fd98ed color space conversions
Hex:
        #fd98ed
        RGB:
        253, 152, 237
        CMY:
        1, 40, 7
        CMYK:
        0, 40, 6, 1
      HSL:
        310°, 96.1905%, 79.4118%
        HSV (HSB):
        310°, 39.9209%, 99.2157%
        XYZ:
        67.0223, 49.4535, 86.1338
        xyY:
        0.3308, 0.2441, 49.4535
      CIE-Lab:
        75.7326, 49.6387, -26.8103
        CIE-LCH:
        75.7326, 56.4162, 331.6262
        CIE-Luv:
        75.7326, 52.5361, -50.4973
        Hunter-Lab:
        70.3232, 47.0558, -23.3938
      #fd98ed color charts
#fd98ed RGB chart
      #fd98ed CMYK chart
      #fd98ed RGB pie chart
      #fd98ed color shades, tints & tones
#fd98ed color schemes
#fd98ed color preview, HTML & CSS examples
           This text has a color of #fd98ed        
        
          <p style="color:#fd98ed;">Text here</p>
        
        
          .mytext {color:#fd98ed;}
        
        Text color #fd98ed
      
           This box has a color of #fd98ed        
        
          <div style="background-color:#fd98ed;">Content here</div>
        
        
          .mybackground {background-color:#fd98ed;}
        
        Background color #fd98ed
      
           Border around this has a color of #fd98ed        
        
          <div style="border:2px solid #fd98ed;">Content here</div>
        
        
          .myborder {border:2px solid #fd98ed;}
        
        Border color #fd98ed