Shades of Light Pink #FFAABB
Tints of Light Pink #FFAABB
RGB
CMYK
RGB Variations
Color information
#FFAABB (or 0xFFAABB) is known color: Light Pink. HEX triplet: FF, AA and BB. RGB value is (255,170,187). Sum of RGB (Red+Green+Blue) = 255+170+187=612 (81% of max value = 765). Red value is 255 (100% from 255 or 41.67% from 612); Green value is 170 (66.80% from 255 or 27.78% from 612); Blue value is 187 (73.44% from 255 or 30.56% from 612); Max value from RGB is 255 - color contains mainly: red. Hex color #FFAABB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FFAABB is #005544. Grayscale: #C5C5C5. Windows color (decimal): -21829 or 12299007. OLE color: 12299007.
HSL color Cylindrical-coordinate representation of color #FFAABB: hue angle of 348º 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 #FFAABB is Cyan = 0, Magento = 0.33, Yellow = 0.27 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 170 | 187 | - |
| CMYK | 0 | 0.33 | 0.27 | 0 |
| HSL | 348º | 1% | 0.83% | - |
| HSV(B) | 348º | 0.33% | 1% | - |
| XYZ | 64.58 | 53.6 | 53.96 | - |
| YUV | 197.35 | 122.16 | 169.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 170 | 187 | 0 | 0.33 | 0.27 | 0 | 348 | 1 | 0.83 |
| Hex | FF | AA | BB | 0 | 21 | 1B | 0 | 15C | 64 | 53 |
| Octal | 377 | 252 | 273 | 0 | 41 | 33 | 0 | 534 | 144 | 123 |
| Binary | 11111111 | 10101010 | 10111011 | 0 | 100001 | 11011 | 0 | 101011100 | 1100100 | 1010011 |
Color Harmonies of #FFAABB
Complementary color
Monochromatic Colors of #FFAABB
Black with #FFAABB
Text Example
Text Example
White with #FFAABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFAABB; }
p { color: rgb(255,170,187); }
H1.HeaderClassName
{
color: #FFAABB;
}
.AnyTagClassName
{
color: #FFAABB;
}
</style>
background-color css
<style>
a { background-color: #FFAABB; }
a { background-color: rgb(255,170,187); }
div.DivClassName
{
background-color: #FFAABB;
}
.BgClassName
{
background-color: #FFAABB;
}
</style>
border-color css
<style>
span { border-color: #FFAABB; }
span { border-color: rgb(255,170,187); }
td.TdClassName
{
border-color: #FFAABB;
}
.TagClassName
{
border-color: #FFAABB;
}
</style>