#f8baac color space conversions
Hex:
        #f8baac
        RGB:
        248, 186, 172
        CMY:
        3, 27, 33
        CMYK:
        0, 25, 31, 3
      HSL:
        11°, 84.4444%, 82.3529%
        HSV (HSB):
        11°, 30.6452%, 97.2549%
        XYZ:
        63.7167, 58.0528, 46.8768
        xyY:
        0.3778, 0.3442, 58.0528
      CIE-Lab:
        80.7682, 20.4935, 15.8234
        CIE-LCH:
        80.7682, 25.8914, 37.6724
        CIE-Luv:
        80.7682, 41.1750, 18.5053
        Hunter-Lab:
        76.1924, 15.9358, 16.8570
      #f8baac color charts
#f8baac RGB chart
      #f8baac CMYK chart
      #f8baac RGB pie chart
      #f8baac color shades, tints & tones
#f8baac color schemes
#f8baac color preview, HTML & CSS examples
           This text has a color of #f8baac        
        
          <p style="color:#f8baac;">Text here</p>
        
        
          .mytext {color:#f8baac;}
        
        Text color #f8baac
      
           This box has a color of #f8baac        
        
          <div style="background-color:#f8baac;">Content here</div>
        
        
          .mybackground {background-color:#f8baac;}
        
        Background color #f8baac
      
           Border around this has a color of #f8baac        
        
          <div style="border:2px solid #f8baac;">Content here</div>
        
        
          .myborder {border:2px solid #f8baac;}
        
        Border color #f8baac