#feeaad color space conversions
Hex:
        #feeaad
        RGB:
        254, 234, 173
        CMY:
        0, 8, 32
        CMYK:
        0, 8, 32, 0
      HSL:
        45°, 97.5904%, 83.7255%
        HSV (HSB):
        45°, 31.8898%, 99.6078%
        XYZ:
        77.8387, 82.9336, 51.4404
        xyY:
        0.3668, 0.3908, 82.9336
      CIE-Lab:
        92.9854, -1.9693, 32.1378
        CIE-LCH:
        92.9854, 32.1981, 93.5066
        CIE-Luv:
        92.9854, 15.8133, 45.0889
        Hunter-Lab:
        91.0679, -6.7990, 30.2571
      #feeaad color charts
#feeaad RGB chart
      #feeaad CMYK chart
      #feeaad RGB pie chart
      #feeaad color shades, tints & tones
#feeaad color schemes
#feeaad color preview, HTML & CSS examples
           This text has a color of #feeaad        
        
          <p style="color:#feeaad;">Text here</p>
        
        
          .mytext {color:#feeaad;}
        
        Text color #feeaad
      
           This box has a color of #feeaad        
        
          <div style="background-color:#feeaad;">Content here</div>
        
        
          .mybackground {background-color:#feeaad;}
        
        Background color #feeaad
      
           Border around this has a color of #feeaad        
        
          <div style="border:2px solid #feeaad;">Content here</div>
        
        
          .myborder {border:2px solid #feeaad;}
        
        Border color #feeaad