#fe95ca color space conversions
Hex:
        #fe95ca
        RGB:
        254, 149, 202
        CMY:
        0, 42, 21
        CMYK:
        0, 41, 20, 0
      HSL:
        330°, 98.1308%, 79.0196%
        HSV (HSB):
        330°, 41.3386%, 99.6078%
        XYZ:
        62.2812, 46.8300, 61.6336
        xyY:
        0.3648, 0.2743, 46.8300
      CIE-Lab:
        74.0809, 46.0066, -10.1314
        CIE-LCH:
        74.0809, 47.1089, 347.5807
        CIE-Luv:
        74.0809, 62.1152, -23.6061
        Hunter-Lab:
        68.4324, 42.6982, -5.4968
      #fe95ca color charts
#fe95ca RGB chart
      #fe95ca CMYK chart
      #fe95ca RGB pie chart
      #fe95ca color shades, tints & tones
#fe95ca color schemes
#fe95ca color preview, HTML & CSS examples
           This text has a color of #fe95ca        
        
          <p style="color:#fe95ca;">Text here</p>
        
        
          .mytext {color:#fe95ca;}
        
        Text color #fe95ca
      
           This box has a color of #fe95ca        
        
          <div style="background-color:#fe95ca;">Content here</div>
        
        
          .mybackground {background-color:#fe95ca;}
        
        Background color #fe95ca
      
           Border around this has a color of #fe95ca        
        
          <div style="border:2px solid #fe95ca;">Content here</div>
        
        
          .myborder {border:2px solid #fe95ca;}
        
        Border color #fe95ca