#faf3cd color space conversions
Hex:
        #faf3cd
        RGB:
        250, 243, 205
        CMY:
        2, 5, 20
        CMYK:
        0, 3, 18, 2
      HSL:
        51°, 81.8182%, 89.2157%
        HSV (HSB):
        51°, 18.0000%, 98.0392%
        XYZ:
        82.4944, 88.8330, 70.5562
        xyY:
        0.3411, 0.3673, 88.8330
      CIE-Lab:
        95.5106, -3.7073, 19.1897
        CIE-LCH:
        95.5106, 19.5445, 100.9343
        CIE-Luv:
        95.5106, 6.2286, 28.7568
        Hunter-Lab:
        94.2512, -8.7057, 21.5916
      #faf3cd color charts
#faf3cd RGB chart
      #faf3cd CMYK chart
      #faf3cd RGB pie chart
      #faf3cd color shades, tints & tones
#faf3cd color schemes
#faf3cd color preview, HTML & CSS examples
           This text has a color of #faf3cd        
        
          <p style="color:#faf3cd;">Text here</p>
        
        
          .mytext {color:#faf3cd;}
        
        Text color #faf3cd
      
           This box has a color of #faf3cd        
        
          <div style="background-color:#faf3cd;">Content here</div>
        
        
          .mybackground {background-color:#faf3cd;}
        
        Background color #faf3cd
      
           Border around this has a color of #faf3cd        
        
          <div style="border:2px solid #faf3cd;">Content here</div>
        
        
          .myborder {border:2px solid #faf3cd;}
        
        Border color #faf3cd