#fdbaae color space conversions
Hex:
        #fdbaae
        RGB:
        253, 186, 174
        CMY:
        1, 27, 32
        CMYK:
        0, 26, 31, 1
      HSL:
        9°, 95.1807%, 83.7255%
        HSV (HSB):
        9°, 31.2253%, 99.2157%
        XYZ:
        65.7069, 59.0565, 47.9803
        xyY:
        0.3804, 0.3419, 59.0565
      CIE-Lab:
        81.3226, 22.6131, 15.6036
        CIE-LCH:
        81.3226, 27.4741, 34.6066
        CIE-Luv:
        81.3226, 44.4836, 17.8032
        Hunter-Lab:
        76.8482, 18.1371, 16.7759
      #fdbaae color charts
#fdbaae RGB chart
      #fdbaae CMYK chart
      #fdbaae RGB pie chart
      #fdbaae color shades, tints & tones
#fdbaae color schemes
#fdbaae color preview, HTML & CSS examples
           This text has a color of #fdbaae        
        
          <p style="color:#fdbaae;">Text here</p>
        
        
          .mytext {color:#fdbaae;}
        
        Text color #fdbaae
      
           This box has a color of #fdbaae        
        
          <div style="background-color:#fdbaae;">Content here</div>
        
        
          .mybackground {background-color:#fdbaae;}
        
        Background color #fdbaae
      
           Border around this has a color of #fdbaae        
        
          <div style="border:2px solid #fdbaae;">Content here</div>
        
        
          .myborder {border:2px solid #fdbaae;}
        
        Border color #fdbaae