#faefbc color space conversions
Hex:
        #faefbc
        RGB:
        250, 239, 188
        CMY:
        2, 6, 26
        CMYK:
        0, 4, 25, 2
      HSL:
        49°, 86.1111%, 85.8824%
        HSV (HSB):
        49°, 24.8000%, 98.0392%
        XYZ:
        79.3679, 85.6878, 59.9332
        xyY:
        0.3528, 0.3809, 85.6878
      CIE-Lab:
        94.1787, -4.0695, 26.0557
        CIE-LCH:
        94.1787, 26.3716, 98.8769
        CIE-Luv:
        94.1787, 9.4420, 37.9326
        Hunter-Lab:
        92.5677, -8.9469, 26.4099
      #faefbc color charts
#faefbc RGB chart
      #faefbc CMYK chart
      #faefbc RGB pie chart
      #faefbc color shades, tints & tones
#faefbc color schemes
#faefbc color preview, HTML & CSS examples
           This text has a color of #faefbc        
        
          <p style="color:#faefbc;">Text here</p>
        
        
          .mytext {color:#faefbc;}
        
        Text color #faefbc
      
           This box has a color of #faefbc        
        
          <div style="background-color:#faefbc;">Content here</div>
        
        
          .mybackground {background-color:#faefbc;}
        
        Background color #faefbc
      
           Border around this has a color of #faefbc        
        
          <div style="border:2px solid #faefbc;">Content here</div>
        
        
          .myborder {border:2px solid #faefbc;}
        
        Border color #faefbc