#fa83ac color space conversions
Hex:
        #fa83ac
        RGB:
        250, 131, 172
        CMY:
        2, 49, 33
        CMYK:
        0, 48, 31, 2
      HSL:
        339°, 92.2481%, 74.7059%
        HSV (HSB):
        339°, 47.6000%, 98.0392%
        XYZ:
        54.9870, 39.5352, 43.7626
        xyY:
        0.3976, 0.2859, 39.5352
      CIE-Lab:
        69.1372, 49.6532, -0.8089
        CIE-LCH:
        69.1372, 49.6598, 359.0667
        CIE-Luv:
        69.1372, 75.8550, -10.5634
        Hunter-Lab:
        62.8770, 46.0667, 2.7478
      #fa83ac color charts
#fa83ac RGB chart
      #fa83ac CMYK chart
      #fa83ac RGB pie chart
      #fa83ac color shades, tints & tones
#fa83ac color schemes
#fa83ac color preview, HTML & CSS examples
           This text has a color of #fa83ac        
        
          <p style="color:#fa83ac;">Text here</p>
        
        
          .mytext {color:#fa83ac;}
        
        Text color #fa83ac
      
           This box has a color of #fa83ac        
        
          <div style="background-color:#fa83ac;">Content here</div>
        
        
          .mybackground {background-color:#fa83ac;}
        
        Background color #fa83ac
      
           Border around this has a color of #fa83ac        
        
          <div style="border:2px solid #fa83ac;">Content here</div>
        
        
          .myborder {border:2px solid #fa83ac;}
        
        Border color #fa83ac