#fedaac color space conversions
Hex:
        #fedaac
        RGB:
        254, 218, 172
        CMY:
        0, 15, 33
        CMYK:
        0, 14, 32, 0
      HSL:
        34°, 97.6190%, 83.5294%
        HSV (HSB):
        34°, 32.2835%, 99.6078%
        XYZ:
        73.3908, 74.1922, 49.4821
        xyY:
        0.3724, 0.3765, 74.1922
      CIE-Lab:
        89.0132, 6.0663, 27.2916
        CIE-LCH:
        89.0132, 27.9577, 77.4681
        CIE-Luv:
        89.0132, 25.5781, 36.9608
        Hunter-Lab:
        86.1349, 1.3541, 26.2339
      #fedaac color charts
#fedaac RGB chart
      #fedaac CMYK chart
      #fedaac RGB pie chart
      #fedaac color shades, tints & tones
#fedaac color schemes
#fedaac color preview, HTML & CSS examples
           This text has a color of #fedaac        
        
          <p style="color:#fedaac;">Text here</p>
        
        
          .mytext {color:#fedaac;}
        
        Text color #fedaac
      
           This box has a color of #fedaac        
        
          <div style="background-color:#fedaac;">Content here</div>
        
        
          .mybackground {background-color:#fedaac;}
        
        Background color #fedaac
      
           Border around this has a color of #fedaac        
        
          <div style="border:2px solid #fedaac;">Content here</div>
        
        
          .myborder {border:2px solid #fedaac;}
        
        Border color #fedaac