Shades of Light Pink #F8ABAC
Tints of Light Pink #F8ABAC
RGB
CMYK
RGB Variations
Color information
#F8ABAC (or 0xF8ABAC) is known color: Light Pink. HEX triplet: F8, AB and AC. RGB value is (248,171,172). Sum of RGB (Red+Green+Blue) = 248+171+172=591 (78% of max value = 765). Red value is 248 (97.27% from 255 or 41.96% from 591); Green value is 171 (67.19% from 255 or 28.93% from 591); Blue value is 172 (67.58% from 255 or 29.10% from 591); Max value from RGB is 248 - color contains mainly: red. Hex color #F8ABAC is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F8ABAC is #075453. Grayscale: #C2C2C2. Windows color (decimal): -480340 or 11316216. OLE color: 11316216.
HSL color Cylindrical-coordinate representation of color #F8ABAC: hue angle of 359.22º degrees, saturation: 0.85, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #F8ABAC is Cyan = 0, Magento = 0.31, Yellow = 0.31 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 171 | 172 | - |
| CMYK | 0 | 0.31 | 0.31 | 0.03 |
| HSL | 359.22º | 0.85% | 0.82% | - |
| HSV(B) | 359.22º | 0.31% | 0.97% | - |
| XYZ | 60.72 | 52.06 | 45.88 | - |
| YUV | 194.14 | 115.51 | 166.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 171 | 172 | 0 | 0.31 | 0.31 | 0.03 | 359.22 | 0.85 | 0.82 |
| Hex | F8 | AB | AC | 0 | 1F | 1F | 3 | 167 | 55 | 52 |
| Octal | 370 | 253 | 254 | 0 | 37 | 37 | 3 | 547 | 125 | 122 |
| Binary | 11111000 | 10101011 | 10101100 | 0 | 11111 | 11111 | 11 | 101100111 | 1010101 | 1010010 |
Color Harmonies of #F8ABAC
Complementary color
Monochromatic Colors of #F8ABAC
Black with #F8ABAC
Text Example
Text Example
White with #F8ABAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8ABAC; }
p { color: rgb(248,171,172); }
H1.HeaderClassName
{
color: #F8ABAC;
}
.AnyTagClassName
{
color: #F8ABAC;
}
</style>
background-color css
<style>
a { background-color: #F8ABAC; }
a { background-color: rgb(248,171,172); }
div.DivClassName
{
background-color: #F8ABAC;
}
.BgClassName
{
background-color: #F8ABAC;
}
</style>
border-color css
<style>
span { border-color: #F8ABAC; }
span { border-color: rgb(248,171,172); }
td.TdClassName
{
border-color: #F8ABAC;
}
.TagClassName
{
border-color: #F8ABAC;
}
</style>