#FFAAAE (or 0xFFAAAE) is unknown color: approx Light Pink. HEX triplet: FF, AA and AE. RGB value is (255,170,174). Sum of RGB (Red+Green+Blue) = 255+170+174=599 (79% of max value = 765). Red value is 255 (100% from 255 or 42.57% from 599); Green value is 170 (66.80% from 255 or 28.38% from 599); Blue value is 174 (68.36% from 255 or 29.05% from 599); Max value from RGB is 255 - color contains mainly: red. Hex color #FFAAAE is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FFAAAE is #005551. Grayscale: #C3C3C3. Windows color (decimal): -21842 or 11447039. OLE color: 11447039.
HSL color Cylindrical-coordinate representation of color #FFAAAE: hue angle of 357.18º degrees, saturation: 1, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #FFAAAE is Cyan = 0, Magento = 0.33, Yellow = 0.32 and Black (K on CMYK) = 0.
<style> p { color: #ffaaae; } p { color: rgb(255,170,174); } H1.HeaderClassName { color: #ffaaae; } .AnyTagClassName { color: #ffaaae; } </style>
<style> a { background-color: #ffaaae; } a { background-color: rgb(255,170,174); } div.DivClassName { background-color: #ffaaae; } .BgClassName { background-color: #ffaaae; } </style>
<style> span { border-color: #ffaaae; } span { border-color: rgb(255,170,174); } td.TdClassName { border-color: #ffaaae; } .TagClassName { border-color: #ffaaae; } </style>