#fa64af color space conversions
Hex:
        #fa64af
        RGB:
        250, 100, 175
        CMY:
        2, 61, 31
        CMYK:
        0, 60, 30, 2
      HSL:
        330°, 93.7500%, 68.6275%
        HSV (HSB):
        330°, 60.0000%, 98.0392%
        XYZ:
        51.7194, 32.5335, 44.1111
        xyY:
        0.4029, 0.2534, 32.5335
      CIE-Lab:
        63.7814, 64.3166, -10.4337
        CIE-LCH:
        63.7814, 65.1574, 350.7855
        CIE-Luv:
        63.7814, 91.1978, -27.0767
        Hunter-Lab:
        57.0381, 62.0383, -5.9259
      #fa64af color charts
#fa64af RGB chart
      #fa64af CMYK chart
      #fa64af RGB pie chart
      #fa64af color shades, tints & tones
#fa64af color schemes
#fa64af color preview, HTML & CSS examples
           This text has a color of #fa64af        
        
          <p style="color:#fa64af;">Text here</p>
        
        
          .mytext {color:#fa64af;}
        
        Text color #fa64af
      
           This box has a color of #fa64af        
        
          <div style="background-color:#fa64af;">Content here</div>
        
        
          .mybackground {background-color:#fa64af;}
        
        Background color #fa64af
      
           Border around this has a color of #fa64af        
        
          <div style="border:2px solid #fa64af;">Content here</div>
        
        
          .myborder {border:2px solid #fa64af;}
        
        Border color #fa64af