#faf8ac color space conversions
Hex:
        #faf8ac
        RGB:
        250, 248, 172
        CMY:
        2, 3, 33
        CMYK:
        0, 1, 31, 2
      HSL:
        58°, 88.6364%, 82.7451%
        HSV (HSB):
        58°, 31.2000%, 98.0392%
        XYZ:
        80.4381, 90.4374, 52.2463
        xyY:
        0.3605, 0.4053, 90.4374
      CIE-Lab:
        96.1779, -10.5798, 36.8329
        CIE-LCH:
        96.1779, 38.3223, 106.0260
        CIE-Luv:
        96.1779, 5.0584, 52.9792
        Hunter-Lab:
        95.0986, -15.4401, 33.9956
      #faf8ac color charts
#faf8ac RGB chart
      #faf8ac CMYK chart
      #faf8ac RGB pie chart
      #faf8ac color shades, tints & tones
#faf8ac color schemes
#faf8ac color preview, HTML & CSS examples
           This text has a color of #faf8ac        
        
          <p style="color:#faf8ac;">Text here</p>
        
        
          .mytext {color:#faf8ac;}
        
        Text color #faf8ac
      
           This box has a color of #faf8ac        
        
          <div style="background-color:#faf8ac;">Content here</div>
        
        
          .mybackground {background-color:#faf8ac;}
        
        Background color #faf8ac
      
           Border around this has a color of #faf8ac        
        
          <div style="border:2px solid #faf8ac;">Content here</div>
        
        
          .myborder {border:2px solid #faf8ac;}
        
        Border color #faf8ac