#fd98ec color space conversions
Hex:
        #fd98ec
        RGB:
        253, 152, 236
        CMY:
        1, 40, 7
        CMYK:
        0, 40, 7, 1
      HSL:
        310°, 96.1905%, 79.4118%
        HSV (HSB):
        310°, 39.9209%, 99.2157%
        XYZ:
        66.8766, 49.3952, 85.3663
        xyY:
        0.3317, 0.2450, 49.3952
      CIE-Lab:
        75.6966, 49.4713, -26.3214
        CIE-LCH:
        75.6966, 56.0377, 331.9846
        CIE-Luv:
        75.6966, 52.7439, -49.6768
        Hunter-Lab:
        70.2818, 46.8585, -22.8182
      #fd98ec color charts
#fd98ec RGB chart
      #fd98ec CMYK chart
      #fd98ec RGB pie chart
      #fd98ec color shades, tints & tones
#fd98ec color schemes
#fd98ec color preview, HTML & CSS examples
           This text has a color of #fd98ec        
        
          <p style="color:#fd98ec;">Text here</p>
        
        
          .mytext {color:#fd98ec;}
        
        Text color #fd98ec
      
           This box has a color of #fd98ec        
        
          <div style="background-color:#fd98ec;">Content here</div>
        
        
          .mybackground {background-color:#fd98ec;}
        
        Background color #fd98ec
      
           Border around this has a color of #fd98ec        
        
          <div style="border:2px solid #fd98ec;">Content here</div>
        
        
          .myborder {border:2px solid #fd98ec;}
        
        Border color #fd98ec