#fa97ac color space conversions
Hex:
        #fa97ac
        RGB:
        250, 151, 172
        CMY:
        2, 41, 33
        CMYK:
        0, 40, 31, 2
      HSL:
        347°, 90.8257%, 78.6275%
        HSV (HSB):
        347°, 39.6000%, 98.0392%
        XYZ:
        57.9373, 45.4358, 44.7461
        xyY:
        0.3912, 0.3068, 45.4358
      CIE-Lab:
        73.1779, 39.5580, 5.0605
        CIE-LCH:
        73.1779, 39.8804, 7.2900
        CIE-Luv:
        73.1779, 64.1252, -0.2931
        Hunter-Lab:
        67.4061, 35.4650, 7.8258
      #fa97ac color charts
#fa97ac RGB chart
      #fa97ac CMYK chart
      #fa97ac RGB pie chart
      #fa97ac color shades, tints & tones
#fa97ac color schemes
#fa97ac color preview, HTML & CSS examples
           This text has a color of #fa97ac        
        
          <p style="color:#fa97ac;">Text here</p>
        
        
          .mytext {color:#fa97ac;}
        
        Text color #fa97ac
      
           This box has a color of #fa97ac        
        
          <div style="background-color:#fa97ac;">Content here</div>
        
        
          .mybackground {background-color:#fa97ac;}
        
        Background color #fa97ac
      
           Border around this has a color of #fa97ac        
        
          <div style="border:2px solid #fa97ac;">Content here</div>
        
        
          .myborder {border:2px solid #fa97ac;}
        
        Border color #fa97ac