Shades of Light Pink #FAA9AB
Tints of Light Pink #FAA9AB
RGB
CMYK
RGB Variations
Color information
#FAA9AB (or 0xFAA9AB) is known color: Light Pink. HEX triplet: FA, A9 and AB. RGB value is (250,169,171). Sum of RGB (Red+Green+Blue) = 250+169+171=590 (78% of max value = 765). Red value is 250 (98.05% from 255 or 42.37% from 590); Green value is 169 (66.41% from 255 or 28.64% from 590); Blue value is 171 (67.19% from 255 or 28.98% from 590); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA9AB is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FAA9AB is #055654. Grayscale: #C1C1C1. Windows color (decimal): -349781 or 11250170. OLE color: 11250170.
HSL color Cylindrical-coordinate representation of color #FAA9AB: hue angle of 358.52º degrees, saturation: 0.89, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #FAA9AB is Cyan = 0, Magento = 0.32, Yellow = 0.32 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 169 | 171 | - |
| CMYK | 0 | 0.32 | 0.32 | 0.02 |
| HSL | 358.52º | 0.89% | 0.82% | - |
| HSV(B) | 358.52º | 0.32% | 0.98% | - |
| XYZ | 60.96 | 51.64 | 45.28 | - |
| YUV | 193.45 | 115.34 | 168.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 169 | 171 | 0 | 0.32 | 0.32 | 0.02 | 358.52 | 0.89 | 0.82 |
| Hex | FA | A9 | AB | 0 | 20 | 20 | 2 | 167 | 59 | 52 |
| Octal | 372 | 251 | 253 | 0 | 40 | 40 | 2 | 547 | 131 | 122 |
| Binary | 11111010 | 10101001 | 10101011 | 0 | 100000 | 100000 | 10 | 101100111 | 1011001 | 1010010 |
Color Harmonies of #FAA9AB
Complementary color
Monochromatic Colors of #FAA9AB
Black with #FAA9AB
Text Example
Text Example
White with #FAA9AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAA9AB; }
p { color: rgb(250,169,171); }
H1.HeaderClassName
{
color: #FAA9AB;
}
.AnyTagClassName
{
color: #FAA9AB;
}
</style>
background-color css
<style>
a { background-color: #FAA9AB; }
a { background-color: rgb(250,169,171); }
div.DivClassName
{
background-color: #FAA9AB;
}
.BgClassName
{
background-color: #FAA9AB;
}
</style>
border-color css
<style>
span { border-color: #FAA9AB; }
span { border-color: rgb(250,169,171); }
td.TdClassName
{
border-color: #FAA9AB;
}
.TagClassName
{
border-color: #FAA9AB;
}
</style>