#fdbaac color space conversions
Hex:
        #fdbaac
        RGB:
        253, 186, 172
        CMY:
        1, 27, 33
        CMYK:
        0, 26, 32, 1
      HSL:
        10°, 95.2941%, 83.3333%
        HSV (HSB):
        10°, 32.0158%, 99.2157%
        XYZ:
        65.5133, 58.9790, 46.9609
        xyY:
        0.3821, 0.3440, 58.9790
      CIE-Lab:
        81.2801, 22.3619, 16.6158
        CIE-LCH:
        81.2801, 27.8593, 36.6138
        CIE-Luv:
        81.2801, 44.7358, 19.1926
        Hunter-Lab:
        76.7978, 17.8755, 17.5034
      #fdbaac color charts
#fdbaac RGB chart
      #fdbaac CMYK chart
      #fdbaac RGB pie chart
      #fdbaac color shades, tints & tones
#fdbaac color schemes
#fdbaac color preview, HTML & CSS examples
           This text has a color of #fdbaac        
        
          <p style="color:#fdbaac;">Text here</p>
        
        
          .mytext {color:#fdbaac;}
        
        Text color #fdbaac
      
           This box has a color of #fdbaac        
        
          <div style="background-color:#fdbaac;">Content here</div>
        
        
          .mybackground {background-color:#fdbaac;}
        
        Background color #fdbaac
      
           Border around this has a color of #fdbaac        
        
          <div style="border:2px solid #fdbaac;">Content here</div>
        
        
          .myborder {border:2px solid #fdbaac;}
        
        Border color #fdbaac