#faf08a color space conversions
Hex:
        #faf08a
        RGB:
        250, 240, 138
        CMY:
        2, 6, 46
        CMYK:
        0, 4, 45, 2
      HSL:
        55°, 91.8033%, 76.0784%
        HSV (HSB):
        55°, 44.8000%, 98.0392%
        XYZ:
        75.1719, 84.4791, 36.3889
        xyY:
        0.3835, 0.4309, 84.4791
      CIE-Lab:
        93.6582, -10.2741, 50.2733
        CIE-LCH:
        93.6582, 51.3124, 101.5502
        CIE-Luv:
        93.6582, 11.3390, 67.5328
        Hunter-Lab:
        91.9125, -14.8584, 40.8654
      #faf08a color charts
#faf08a RGB chart
      #faf08a CMYK chart
      #faf08a RGB pie chart
      #faf08a color shades, tints & tones
#faf08a color schemes
#faf08a color preview, HTML & CSS examples
           This text has a color of #faf08a        
        
          <p style="color:#faf08a;">Text here</p>
        
        
          .mytext {color:#faf08a;}
        
        Text color #faf08a
      
           This box has a color of #faf08a        
        
          <div style="background-color:#faf08a;">Content here</div>
        
        
          .mybackground {background-color:#faf08a;}
        
        Background color #faf08a
      
           Border around this has a color of #faf08a        
        
          <div style="border:2px solid #faf08a;">Content here</div>
        
        
          .myborder {border:2px solid #faf08a;}
        
        Border color #faf08a