#fbadac color space conversions
Hex:
        #fbadac
        RGB:
        251, 173, 172
        CMY:
        2, 32, 33
        CMYK:
        0, 31, 31, 2
      HSL:
        1°, 90.8046%, 82.9412%
        HSV (HSB):
        1°, 31.4741%, 98.4314%
        XYZ:
        62.1736, 53.3749, 46.0552
        xyY:
        0.3847, 0.3303, 53.3749
      CIE-Lab:
        78.0958, 28.4507, 12.1035
        CIE-LCH:
        78.0958, 30.9182, 23.0459
        CIE-Luv:
        78.0958, 51.3871, 11.7523
        Hunter-Lab:
        73.0581, 24.0545, 13.7648
      #fbadac color charts
#fbadac RGB chart
      #fbadac CMYK chart
      #fbadac RGB pie chart
      #fbadac color shades, tints & tones
#fbadac color schemes
#fbadac color preview, HTML & CSS examples
           This text has a color of #fbadac        
        
          <p style="color:#fbadac;">Text here</p>
        
        
          .mytext {color:#fbadac;}
        
        Text color #fbadac
      
           This box has a color of #fbadac        
        
          <div style="background-color:#fbadac;">Content here</div>
        
        
          .mybackground {background-color:#fbadac;}
        
        Background color #fbadac
      
           Border around this has a color of #fbadac        
        
          <div style="border:2px solid #fbadac;">Content here</div>
        
        
          .myborder {border:2px solid #fbadac;}
        
        Border color #fbadac