#feb48f color space conversions
Hex:
        #feb48f
        RGB:
        254, 180, 143
        CMY:
        0, 29, 44
        CMYK:
        0, 29, 44, 0
      HSL:
        20°, 98.2301%, 77.8431%
        HSV (HSB):
        20°, 43.7008%, 99.6078%
        XYZ:
        62.1522, 55.6965, 33.4613
        xyY:
        0.4108, 0.3681, 55.6965
      CIE-Lab:
        79.4408, 22.6037, 29.5871
        CIE-LCH:
        79.4408, 37.2334, 52.6212
        CIE-Luv:
        79.4408, 52.9495, 35.0560
        Hunter-Lab:
        74.6301, 18.0528, 25.6577
      #feb48f color charts
#feb48f RGB chart
      #feb48f CMYK chart
      #feb48f RGB pie chart
      #feb48f color shades, tints & tones
#feb48f color schemes
#feb48f color preview, HTML & CSS examples
           This text has a color of #feb48f        
        
          <p style="color:#feb48f;">Text here</p>
        
        
          .mytext {color:#feb48f;}
        
        Text color #feb48f
      
           This box has a color of #feb48f        
        
          <div style="background-color:#feb48f;">Content here</div>
        
        
          .mybackground {background-color:#feb48f;}
        
        Background color #feb48f
      
           Border around this has a color of #feb48f        
        
          <div style="border:2px solid #feb48f;">Content here</div>
        
        
          .myborder {border:2px solid #feb48f;}
        
        Border color #feb48f