Shades of Light Pink #F9ABB1
Tints of Light Pink #F9ABB1
RGB
CMYK
RGB Variations
Color information
#F9ABB1 (or 0xF9ABB1) is known color: Light Pink. HEX triplet: F9, AB and B1. RGB value is (249,171,177). Sum of RGB (Red+Green+Blue) = 249+171+177=597 (79% of max value = 765). Red value is 249 (97.66% from 255 or 41.71% from 597); Green value is 171 (67.19% from 255 or 28.64% from 597); Blue value is 177 (69.53% from 255 or 29.65% from 597); Max value from RGB is 249 - color contains mainly: red. Hex color #F9ABB1 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F9ABB1 is #06544E. Grayscale: #C3C3C3. Windows color (decimal): -414799 or 11643897. OLE color: 11643897.
HSL color Cylindrical-coordinate representation of color #F9ABB1: hue angle of 355.38º 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 #F9ABB1 is Cyan = 0, Magento = 0.31, Yellow = 0.29 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 171 | 177 | - |
| CMYK | 0 | 0.31 | 0.29 | 0.02 |
| HSL | 355.38º | 0.87% | 0.82% | - |
| HSV(B) | 355.38º | 0.31% | 0.98% | - |
| XYZ | 61.57 | 52.44 | 48.47 | - |
| YUV | 195.01 | 117.84 | 166.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 171 | 177 | 0 | 0.31 | 0.29 | 0.02 | 355.38 | 0.87 | 0.82 |
| Hex | F9 | AB | B1 | 0 | 1F | 1D | 2 | 163 | 57 | 52 |
| Octal | 371 | 253 | 261 | 0 | 37 | 35 | 2 | 543 | 127 | 122 |
| Binary | 11111001 | 10101011 | 10110001 | 0 | 11111 | 11101 | 10 | 101100011 | 1010111 | 1010010 |
Color Harmonies of #F9ABB1
Complementary color
Monochromatic Colors of #F9ABB1
Black with #F9ABB1
Text Example
Text Example
White with #F9ABB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9ABB1; }
p { color: rgb(249,171,177); }
H1.HeaderClassName
{
color: #F9ABB1;
}
.AnyTagClassName
{
color: #F9ABB1;
}
</style>
background-color css
<style>
a { background-color: #F9ABB1; }
a { background-color: rgb(249,171,177); }
div.DivClassName
{
background-color: #F9ABB1;
}
.BgClassName
{
background-color: #F9ABB1;
}
</style>
border-color css
<style>
span { border-color: #F9ABB1; }
span { border-color: rgb(249,171,177); }
td.TdClassName
{
border-color: #F9ABB1;
}
.TagClassName
{
border-color: #F9ABB1;
}
</style>