#feb0ad color space conversions
Hex:
        #feb0ad
        RGB:
        254, 176, 173
        CMY:
        0, 31, 32
        CMYK:
        0, 31, 32, 0
      HSL:
        2°, 97.5904%, 83.7255%
        HSV (HSB):
        2°, 31.8898%, 99.6078%
        XYZ:
        63.9412, 55.1386, 46.8079
        xyY:
        0.3854, 0.3324, 55.1386
      CIE-Lab:
        79.1211, 28.1065, 13.0576
        CIE-LCH:
        79.1211, 30.9915, 24.9185
        CIE-Luv:
        79.1211, 51.5602, 13.1481
        Hunter-Lab:
        74.2554, 23.7592, 14.6045
      #feb0ad color charts
#feb0ad RGB chart
      #feb0ad CMYK chart
      #feb0ad RGB pie chart
      #feb0ad color shades, tints & tones
#feb0ad color schemes
#feb0ad color preview, HTML & CSS examples
           This text has a color of #feb0ad        
        
          <p style="color:#feb0ad;">Text here</p>
        
        
          .mytext {color:#feb0ad;}
        
        Text color #feb0ad
      
           This box has a color of #feb0ad        
        
          <div style="background-color:#feb0ad;">Content here</div>
        
        
          .mybackground {background-color:#feb0ad;}
        
        Background color #feb0ad
      
           Border around this has a color of #feb0ad        
        
          <div style="border:2px solid #feb0ad;">Content here</div>
        
        
          .myborder {border:2px solid #feb0ad;}
        
        Border color #feb0ad