Shades of Lavender Pink #F8ABD1
Tints of Lavender Pink #F8ABD1
RGB
CMYK
RGB Variations
Color information
#F8ABD1 (or 0xF8ABD1) is known color: Lavender Pink. HEX triplet: F8, AB and D1. RGB value is (248,171,209). Sum of RGB (Red+Green+Blue) = 248+171+209=628 (83% of max value = 765). Red value is 248 (97.27% from 255 or 39.49% from 628); Green value is 171 (67.19% from 255 or 27.23% from 628); Blue value is 209 (82.03% from 255 or 33.28% from 628); Max value from RGB is 248 - color contains mainly: red. Hex color #F8ABD1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F8ABD1 is #07542E. Grayscale: #C6C6C6. Windows color (decimal): -480303 or 13741048. OLE color: 13741048.
HSL color Cylindrical-coordinate representation of color #F8ABD1: hue angle of 330.39º 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 #F8ABD1 is Cyan = 0, Magento = 0.31, Yellow = 0.16 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 171 | 209 | - |
| CMYK | 0 | 0.31 | 0.16 | 0.03 |
| HSL | 330.39º | 0.85% | 0.82% | - |
| HSV(B) | 330.39º | 0.31% | 0.97% | - |
| XYZ | 64.78 | 53.69 | 67.27 | - |
| YUV | 198.36 | 134.01 | 163.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 171 | 209 | 0 | 0.31 | 0.16 | 0.03 | 330.39 | 0.85 | 0.82 |
| Hex | F8 | AB | D1 | 0 | 1F | 10 | 3 | 14A | 55 | 52 |
| Octal | 370 | 253 | 321 | 0 | 37 | 20 | 3 | 512 | 125 | 122 |
| Binary | 11111000 | 10101011 | 11010001 | 0 | 11111 | 10000 | 11 | 101001010 | 1010101 | 1010010 |
Color Harmonies of #F8ABD1
Complementary color
Monochromatic Colors of #F8ABD1
Black with #F8ABD1
Text Example
Text Example
White with #F8ABD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8ABD1; }
p { color: rgb(248,171,209); }
H1.HeaderClassName
{
color: #F8ABD1;
}
.AnyTagClassName
{
color: #F8ABD1;
}
</style>
background-color css
<style>
a { background-color: #F8ABD1; }
a { background-color: rgb(248,171,209); }
div.DivClassName
{
background-color: #F8ABD1;
}
.BgClassName
{
background-color: #F8ABD1;
}
</style>
border-color css
<style>
span { border-color: #F8ABD1; }
span { border-color: rgb(248,171,209); }
td.TdClassName
{
border-color: #F8ABD1;
}
.TagClassName
{
border-color: #F8ABD1;
}
</style>