Shades of Light Pink #F9ABAC
Tints of Light Pink #F9ABAC
RGB
CMYK
RGB Variations
Color information
#F9ABAC (or 0xF9ABAC) is known color: Light Pink. HEX triplet: F9, AB and AC. RGB value is (249,171,172). Sum of RGB (Red+Green+Blue) = 249+171+172=592 (78% of max value = 765). Red value is 249 (97.66% from 255 or 42.06% from 592); Green value is 171 (67.19% from 255 or 28.89% from 592); Blue value is 172 (67.58% from 255 or 29.05% from 592); Max value from RGB is 249 - color contains mainly: red. Hex color #F9ABAC is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F9ABAC is #065453. Grayscale: #C2C2C2. Windows color (decimal): -414804 or 11316217. OLE color: 11316217.
HSL color Cylindrical-coordinate representation of color #F9ABAC: hue angle of 359.23º degrees, saturation: 0.87, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #F9ABAC is Cyan = 0, Magento = 0.31, Yellow = 0.31 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 171 | 172 | - |
| CMYK | 0 | 0.31 | 0.31 | 0.02 |
| HSL | 359.23º | 0.87% | 0.82% | - |
| HSV(B) | 359.23º | 0.31% | 0.98% | - |
| XYZ | 61.08 | 52.24 | 45.89 | - |
| YUV | 194.44 | 115.34 | 166.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 171 | 172 | 0 | 0.31 | 0.31 | 0.02 | 359.23 | 0.87 | 0.82 |
| Hex | F9 | AB | AC | 0 | 1F | 1F | 2 | 167 | 57 | 52 |
| Octal | 371 | 253 | 254 | 0 | 37 | 37 | 2 | 547 | 127 | 122 |
| Binary | 11111001 | 10101011 | 10101100 | 0 | 11111 | 11111 | 10 | 101100111 | 1010111 | 1010010 |
Color Harmonies of #F9ABAC
Complementary color
Monochromatic Colors of #F9ABAC
Black with #F9ABAC
Text Example
Text Example
White with #F9ABAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9ABAC; }
p { color: rgb(249,171,172); }
H1.HeaderClassName
{
color: #F9ABAC;
}
.AnyTagClassName
{
color: #F9ABAC;
}
</style>
background-color css
<style>
a { background-color: #F9ABAC; }
a { background-color: rgb(249,171,172); }
div.DivClassName
{
background-color: #F9ABAC;
}
.BgClassName
{
background-color: #F9ABAC;
}
</style>
border-color css
<style>
span { border-color: #F9ABAC; }
span { border-color: rgb(249,171,172); }
td.TdClassName
{
border-color: #F9ABAC;
}
.TagClassName
{
border-color: #F9ABAC;
}
</style>