Shades of Light Pink #F9AAB2
Tints of Light Pink #F9AAB2
RGB
CMYK
RGB Variations
Color information
#F9AAB2 (or 0xF9AAB2) is known color: Light Pink. HEX triplet: F9, AA and B2. RGB value is (249,170,178). Sum of RGB (Red+Green+Blue) = 249+170+178=597 (79% of max value = 765). Red value is 249 (97.66% from 255 or 41.71% from 597); Green value is 170 (66.80% from 255 or 28.48% from 597); Blue value is 178 (69.92% from 255 or 29.82% from 597); Max value from RGB is 249 - color contains mainly: red. Hex color #F9AAB2 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F9AAB2 is #06554D. Grayscale: #C2C2C2. Windows color (decimal): -415054 or 11709177. OLE color: 11709177.
HSL color Cylindrical-coordinate representation of color #F9AAB2: hue angle of 353.92º degrees, saturation: 0.87, 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 #F9AAB2 is Cyan = 0, Magento = 0.32, Yellow = 0.29 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 170 | 178 | - |
| CMYK | 0 | 0.32 | 0.29 | 0.02 |
| HSL | 353.92º | 0.87% | 0.82% | - |
| HSV(B) | 353.92º | 0.32% | 0.98% | - |
| XYZ | 61.48 | 52.1 | 48.94 | - |
| YUV | 194.53 | 118.67 | 166.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 170 | 178 | 0 | 0.32 | 0.29 | 0.02 | 353.92 | 0.87 | 0.82 |
| Hex | F9 | AA | B2 | 0 | 20 | 1D | 2 | 162 | 57 | 52 |
| Octal | 371 | 252 | 262 | 0 | 40 | 35 | 2 | 542 | 127 | 122 |
| Binary | 11111001 | 10101010 | 10110010 | 0 | 100000 | 11101 | 10 | 101100010 | 1010111 | 1010010 |
Color Harmonies of #F9AAB2
Complementary color
Monochromatic Colors of #F9AAB2
Black with #F9AAB2
Text Example
Text Example
White with #F9AAB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9AAB2; }
p { color: rgb(249,170,178); }
H1.HeaderClassName
{
color: #F9AAB2;
}
.AnyTagClassName
{
color: #F9AAB2;
}
</style>
background-color css
<style>
a { background-color: #F9AAB2; }
a { background-color: rgb(249,170,178); }
div.DivClassName
{
background-color: #F9AAB2;
}
.BgClassName
{
background-color: #F9AAB2;
}
</style>
border-color css
<style>
span { border-color: #F9AAB2; }
span { border-color: rgb(249,170,178); }
td.TdClassName
{
border-color: #F9AAB2;
}
.TagClassName
{
border-color: #F9AAB2;
}
</style>