#fa68ac color space conversions
Hex:
        #fa68ac
        RGB:
        250, 104, 172
        CMY:
        2, 59, 33
        CMYK:
        0, 58, 31, 2
      HSL:
        332°, 93.5897%, 69.4118%
        HSV (HSB):
        332°, 58.4000%, 98.0392%
        XYZ:
        51.8210, 33.2032, 42.7073
        xyY:
        0.4057, 0.2599, 33.2032
      CIE-Lab:
        64.3251, 62.2403, -7.9095
        CIE-LCH:
        64.3251, 62.7409, 352.7577
        CIE-Luv:
        64.3251, 90.2232, -23.0632
        Hunter-Lab:
        57.6222, 59.6905, -3.6079
      #fa68ac color charts
#fa68ac RGB chart
      #fa68ac CMYK chart
      #fa68ac RGB pie chart
      #fa68ac color shades, tints & tones
#fa68ac color schemes
#fa68ac color preview, HTML & CSS examples
           This text has a color of #fa68ac        
        
          <p style="color:#fa68ac;">Text here</p>
        
        
          .mytext {color:#fa68ac;}
        
        Text color #fa68ac
      
           This box has a color of #fa68ac        
        
          <div style="background-color:#fa68ac;">Content here</div>
        
        
          .mybackground {background-color:#fa68ac;}
        
        Background color #fa68ac
      
           Border around this has a color of #fa68ac        
        
          <div style="border:2px solid #fa68ac;">Content here</div>
        
        
          .myborder {border:2px solid #fa68ac;}
        
        Border color #fa68ac