Shades of Light Pink #FFAAAE
Tints of Light Pink #FFAAAE
RGB
CMYK
RGB Variations
Color information
#FFAAAE (or 0xFFAAAE) is known color: 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.
Color convert
| RGB | 255 | 170 | 174 | - |
| CMYK | 0 | 0.33 | 0.32 | 0 |
| HSL | 357.18º | 1% | 0.83% | - |
| HSV(B) | 357.18º | 0.33% | 1% | - |
| XYZ | 63.25 | 53.07 | 46.95 | - |
| YUV | 195.87 | 115.66 | 170.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 170 | 174 | 0 | 0.33 | 0.32 | 0 | 357.18 | 1 | 0.83 |
| Hex | FF | AA | AE | 0 | 21 | 20 | 0 | 165 | 64 | 53 |
| Octal | 377 | 252 | 256 | 0 | 41 | 40 | 0 | 545 | 144 | 123 |
| Binary | 11111111 | 10101010 | 10101110 | 0 | 100001 | 100000 | 0 | 101100101 | 1100100 | 1010011 |
Color Harmonies of #FFAAAE
Complementary color
Monochromatic Colors of #FFAAAE
Black with #FFAAAE
Text Example
Text Example
White with #FFAAAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFAAAE; }
p { color: rgb(255,170,174); }
H1.HeaderClassName
{
color: #FFAAAE;
}
.AnyTagClassName
{
color: #FFAAAE;
}
</style>
background-color css
<style>
a { background-color: #FFAAAE; }
a { background-color: rgb(255,170,174); }
div.DivClassName
{
background-color: #FFAAAE;
}
.BgClassName
{
background-color: #FFAAAE;
}
</style>
border-color css
<style>
span { border-color: #FFAAAE; }
span { border-color: rgb(255,170,174); }
td.TdClassName
{
border-color: #FFAAAE;
}
.TagClassName
{
border-color: #FFAAAE;
}
</style>