#fe86ca color space conversions
Hex:
        #fe86ca
        RGB:
        254, 134, 202
        CMY:
        0, 47, 21
        CMYK:
        0, 47, 20, 0
      HSL:
        326°, 98.3607%, 76.0784%
        HSV (HSB):
        326°, 47.2441%, 99.6078%
        XYZ:
        60.0588, 42.3853, 60.8928
        xyY:
        0.3677, 0.2595, 42.3853
      CIE-Lab:
        71.1358, 53.4730, -14.5438
        CIE-LCH:
        71.1358, 55.4155, 344.7846
        CIE-Luv:
        71.1358, 69.9268, -31.5516
        Hunter-Lab:
        65.1040, 50.7353, -9.8821
      #fe86ca color charts
#fe86ca RGB chart
      #fe86ca CMYK chart
      #fe86ca RGB pie chart
      #fe86ca color shades, tints & tones
#fe86ca color schemes
#fe86ca color preview, HTML & CSS examples
           This text has a color of #fe86ca        
        
          <p style="color:#fe86ca;">Text here</p>
        
        
          .mytext {color:#fe86ca;}
        
        Text color #fe86ca
      
           This box has a color of #fe86ca        
        
          <div style="background-color:#fe86ca;">Content here</div>
        
        
          .mybackground {background-color:#fe86ca;}
        
        Background color #fe86ca
      
           Border around this has a color of #fe86ca        
        
          <div style="border:2px solid #fe86ca;">Content here</div>
        
        
          .myborder {border:2px solid #fe86ca;}
        
        Border color #fe86ca