#fab4ac color space conversions
Hex:
        #fab4ac
        RGB:
        250, 180, 172
        CMY:
        2, 29, 33
        CMYK:
        0, 28, 31, 2
      HSL:
        6°, 88.6364%, 82.7451%
        HSV (HSB):
        6°, 31.2000%, 98.0392%
        XYZ:
        63.1920, 55.9451, 46.4976
        xyY:
        0.3815, 0.3378, 55.9451
      CIE-Lab:
        79.5825, 24.3994, 14.1876
        CIE-LCH:
        79.5825, 28.2244, 30.1768
        CIE-Luv:
        79.5825, 46.3201, 15.4555
        Hunter-Lab:
        74.7964, 19.9125, 15.4995
      #fab4ac color charts
#fab4ac RGB chart
      #fab4ac CMYK chart
      #fab4ac RGB pie chart
      #fab4ac color shades, tints & tones
#fab4ac color schemes
#fab4ac color preview, HTML & CSS examples
           This text has a color of #fab4ac        
        
          <p style="color:#fab4ac;">Text here</p>
        
        
          .mytext {color:#fab4ac;}
        
        Text color #fab4ac
      
           This box has a color of #fab4ac        
        
          <div style="background-color:#fab4ac;">Content here</div>
        
        
          .mybackground {background-color:#fab4ac;}
        
        Background color #fab4ac
      
           Border around this has a color of #fab4ac        
        
          <div style="border:2px solid #fab4ac;">Content here</div>
        
        
          .myborder {border:2px solid #fab4ac;}
        
        Border color #fab4ac