#faeeaf color space conversions
Hex:
        #faeeaf
        RGB:
        250, 238, 175
        CMY:
        2, 7, 31
        CMYK:
        0, 5, 30, 2
      HSL:
        50°, 88.2353%, 83.3333%
        HSV (HSB):
        50°, 30.0000%, 98.0392%
        XYZ:
        77.7367, 84.5682, 52.7836
        xyY:
        0.3614, 0.3932, 84.5682
      CIE-Lab:
        93.6967, -5.2399, 32.0202
        CIE-LCH:
        93.6967, 32.4461, 99.2938
        CIE-Luv:
        93.6967, 10.7469, 45.6992
        Hunter-Lab:
        91.9610, -10.0415, 30.3415
      #faeeaf color charts
#faeeaf RGB chart
      #faeeaf CMYK chart
      #faeeaf RGB pie chart
      #faeeaf color shades, tints & tones
#faeeaf color schemes
#faeeaf color preview, HTML & CSS examples
           This text has a color of #faeeaf        
        
          <p style="color:#faeeaf;">Text here</p>
        
        
          .mytext {color:#faeeaf;}
        
        Text color #faeeaf
      
           This box has a color of #faeeaf        
        
          <div style="background-color:#faeeaf;">Content here</div>
        
        
          .mybackground {background-color:#faeeaf;}
        
        Background color #faeeaf
      
           Border around this has a color of #faeeaf        
        
          <div style="border:2px solid #faeeaf;">Content here</div>
        
        
          .myborder {border:2px solid #faeeaf;}
        
        Border color #faeeaf