#fabfac color space conversions
Hex:
        #fabfac
        RGB:
        250, 191, 172
        CMY:
        2, 25, 33
        CMYK:
        0, 24, 31, 2
      HSL:
        15°, 88.6364%, 82.7451%
        HSV (HSB):
        15°, 31.2000%, 98.0392%
        XYZ:
        65.5015, 60.5642, 47.2675
        xyY:
        0.3779, 0.3494, 60.5642
      CIE-Lab:
        82.1439, 18.6121, 17.7770
        CIE-LCH:
        82.1439, 25.7378, 43.6853
        CIE-Luv:
        82.1439, 39.4919, 21.5567
        Hunter-Lab:
        77.8230, 14.0485, 18.4650
      #fabfac color charts
#fabfac RGB chart
      #fabfac CMYK chart
      #fabfac RGB pie chart
      #fabfac color shades, tints & tones
#fabfac color schemes
#fabfac color preview, HTML & CSS examples
           This text has a color of #fabfac        
        
          <p style="color:#fabfac;">Text here</p>
        
        
          .mytext {color:#fabfac;}
        
        Text color #fabfac
      
           This box has a color of #fabfac        
        
          <div style="background-color:#fabfac;">Content here</div>
        
        
          .mybackground {background-color:#fabfac;}
        
        Background color #fabfac
      
           Border around this has a color of #fabfac        
        
          <div style="border:2px solid #fabfac;">Content here</div>
        
        
          .myborder {border:2px solid #fabfac;}
        
        Border color #fabfac