#faa8ae color space conversions
Hex:
        #faa8ae
        RGB:
        250, 168, 174
        CMY:
        2, 34, 32
        CMYK:
        0, 33, 30, 2
      HSL:
        356°, 89.1304%, 81.9608%
        HSV (HSB):
        356°, 32.8000%, 98.0392%
        XYZ:
        61.0670, 51.3852, 46.7442
        xyY:
        0.3836, 0.3228, 51.3852
      CIE-Lab:
        76.9118, 30.9637, 9.3171
        CIE-LCH:
        76.9118, 32.3351, 16.7468
        CIE-Luv:
        76.9118, 53.4365, 7.4137
        Hunter-Lab:
        71.6835, 26.6175, 11.5160
      #faa8ae color charts
#faa8ae RGB chart
      #faa8ae CMYK chart
      #faa8ae RGB pie chart
      #faa8ae color shades, tints & tones
#faa8ae color schemes
#faa8ae color preview, HTML & CSS examples
           This text has a color of #faa8ae        
        
          <p style="color:#faa8ae;">Text here</p>
        
        
          .mytext {color:#faa8ae;}
        
        Text color #faa8ae
      
           This box has a color of #faa8ae        
        
          <div style="background-color:#faa8ae;">Content here</div>
        
        
          .mybackground {background-color:#faa8ae;}
        
        Background color #faa8ae
      
           Border around this has a color of #faa8ae        
        
          <div style="border:2px solid #faa8ae;">Content here</div>
        
        
          .myborder {border:2px solid #faa8ae;}
        
        Border color #faa8ae