Shades of Light Pink #FFAAB0
Tints of Light Pink #FFAAB0
RGB
CMYK
RGB Variations
Color information
#FFAAB0 (or 0xFFAAB0) is known color: Light Pink. HEX triplet: FF, AA and B0. RGB value is (255,170,176). Sum of RGB (Red+Green+Blue) = 255+170+176=601 (79% of max value = 765). Red value is 255 (100% from 255 or 42.43% from 601); Green value is 170 (66.80% from 255 or 28.29% from 601); Blue value is 176 (69.14% from 255 or 29.28% from 601); Max value from RGB is 255 - color contains mainly: red. Hex color #FFAAB0 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FFAAB0 is #00554F. Grayscale: #C4C4C4. Windows color (decimal): -21840 or 11578111. OLE color: 11578111.
HSL color Cylindrical-coordinate representation of color #FFAAB0: hue angle of 355.76º 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 #FFAAB0 is Cyan = 0, Magento = 0.33, Yellow = 0.31 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 170 | 176 | - |
| CMYK | 0 | 0.33 | 0.31 | 0 |
| HSL | 355.76º | 1% | 0.83% | - |
| HSV(B) | 355.76º | 0.33% | 1% | - |
| XYZ | 63.45 | 53.14 | 47.99 | - |
| YUV | 196.1 | 116.66 | 170.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 170 | 176 | 0 | 0.33 | 0.31 | 0 | 355.76 | 1 | 0.83 |
| Hex | FF | AA | B0 | 0 | 21 | 1F | 0 | 164 | 64 | 53 |
| Octal | 377 | 252 | 260 | 0 | 41 | 37 | 0 | 544 | 144 | 123 |
| Binary | 11111111 | 10101010 | 10110000 | 0 | 100001 | 11111 | 0 | 101100100 | 1100100 | 1010011 |
Color Harmonies of #FFAAB0
Complementary color
Monochromatic Colors of #FFAAB0
Black with #FFAAB0
Text Example
Text Example
White with #FFAAB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFAAB0; }
p { color: rgb(255,170,176); }
H1.HeaderClassName
{
color: #FFAAB0;
}
.AnyTagClassName
{
color: #FFAAB0;
}
</style>
background-color css
<style>
a { background-color: #FFAAB0; }
a { background-color: rgb(255,170,176); }
div.DivClassName
{
background-color: #FFAAB0;
}
.BgClassName
{
background-color: #FFAAB0;
}
</style>
border-color css
<style>
span { border-color: #FFAAB0; }
span { border-color: rgb(255,170,176); }
td.TdClassName
{
border-color: #FFAAB0;
}
.TagClassName
{
border-color: #FFAAB0;
}
</style>