#fedbaf color space conversions
Hex:
        #fedbaf
        RGB:
        254, 219, 175
        CMY:
        0, 14, 31
        CMYK:
        0, 14, 31, 0
      HSL:
        33°, 97.5309%, 84.1176%
        HSV (HSB):
        33°, 31.1024%, 99.6078%
        XYZ:
        73.9424, 74.8290, 51.1037
        xyY:
        0.3699, 0.3744, 74.8290
      CIE-Lab:
        89.3128, 5.9213, 26.1465
        CIE-LCH:
        89.3128, 26.8086, 77.2398
        CIE-Luv:
        89.3128, 24.7301, 35.5737
        Hunter-Lab:
        86.5038, 1.1982, 25.5260
      #fedbaf color charts
#fedbaf RGB chart
      #fedbaf CMYK chart
      #fedbaf RGB pie chart
      #fedbaf color shades, tints & tones
#fedbaf color schemes
#fedbaf color preview, HTML & CSS examples
           This text has a color of #fedbaf        
        
          <p style="color:#fedbaf;">Text here</p>
        
        
          .mytext {color:#fedbaf;}
        
        Text color #fedbaf
      
           This box has a color of #fedbaf        
        
          <div style="background-color:#fedbaf;">Content here</div>
        
        
          .mybackground {background-color:#fedbaf;}
        
        Background color #fedbaf
      
           Border around this has a color of #fedbaf        
        
          <div style="border:2px solid #fedbaf;">Content here</div>
        
        
          .myborder {border:2px solid #fedbaf;}
        
        Border color #fedbaf