#fa86ca color space conversions
Hex:
        #fa86ca
        RGB:
        250, 134, 202
        CMY:
        2, 47, 21
        CMYK:
        0, 46, 19, 2
      HSL:
        325°, 92.0635%, 75.2941%
        HSV (HSB):
        325°, 46.4000%, 98.0392%
        XYZ:
        58.6101, 41.6385, 60.8250
        xyY:
        0.3639, 0.2585, 41.6385
      CIE-Lab:
        70.6209, 52.2141, -15.3702
        CIE-LCH:
        70.6209, 54.4293, 343.5972
        CIE-Luv:
        70.6209, 67.0030, -32.5320
        Hunter-Lab:
        64.5279, 49.2063, -10.7182
      #fa86ca color charts
#fa86ca RGB chart
      #fa86ca CMYK chart
      #fa86ca RGB pie chart
      #fa86ca color shades, tints & tones
#fa86ca color schemes
#fa86ca color preview, HTML & CSS examples
           This text has a color of #fa86ca        
        
          <p style="color:#fa86ca;">Text here</p>
        
        
          .mytext {color:#fa86ca;}
        
        Text color #fa86ca
      
           This box has a color of #fa86ca        
        
          <div style="background-color:#fa86ca;">Content here</div>
        
        
          .mybackground {background-color:#fa86ca;}
        
        Background color #fa86ca
      
           Border around this has a color of #fa86ca        
        
          <div style="border:2px solid #fa86ca;">Content here</div>
        
        
          .myborder {border:2px solid #fa86ca;}
        
        Border color #fa86ca