#fafa8e color space conversions
Hex:
        #fafa8e
        RGB:
        250, 250, 142
        CMY:
        2, 2, 44
        CMYK:
        0, 0, 43, 2
      HSL:
        60°, 91.5254%, 76.8627%
        HSV (HSB):
        60°, 43.2000%, 98.0392%
        XYZ:
        78.4924, 90.6482, 38.9510
        xyY:
        0.3772, 0.4356, 90.6482
      CIE-Lab:
        96.2650, -14.7998, 51.5839
        CIE-LCH:
        96.2650, 53.6650, 106.0085
        CIE-Luv:
        96.2650, 5.0822, 70.4470
        Hunter-Lab:
        95.2093, -19.4575, 42.3904
      #fafa8e color charts
#fafa8e RGB chart
      #fafa8e CMYK chart
      #fafa8e RGB pie chart
      #fafa8e color shades, tints & tones
#fafa8e color schemes
#fafa8e color preview, HTML & CSS examples
           This text has a color of #fafa8e        
        
          <p style="color:#fafa8e;">Text here</p>
        
        
          .mytext {color:#fafa8e;}
        
        Text color #fafa8e
      
           This box has a color of #fafa8e        
        
          <div style="background-color:#fafa8e;">Content here</div>
        
        
          .mybackground {background-color:#fafa8e;}
        
        Background color #fafa8e
      
           Border around this has a color of #fafa8e        
        
          <div style="border:2px solid #fafa8e;">Content here</div>
        
        
          .myborder {border:2px solid #fafa8e;}
        
        Border color #fafa8e