Shades of Lavender Pink #F8ACD1
Tints of Lavender Pink #F8ACD1
RGB
CMYK
RGB Variations
Color information
#F8ACD1 (or 0xF8ACD1) is known color: Lavender Pink. HEX triplet: F8, AC and D1. RGB value is (248,172,209). Sum of RGB (Red+Green+Blue) = 248+172+209=629 (83% of max value = 765). Red value is 248 (97.27% from 255 or 39.43% from 629); Green value is 172 (67.58% from 255 or 27.34% from 629); Blue value is 209 (82.03% from 255 or 33.23% from 629); Max value from RGB is 248 - color contains mainly: red. Hex color #F8ACD1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F8ACD1 is #07532E. Grayscale: #C6C6C6. Windows color (decimal): -480047 or 13741304. OLE color: 13741304.
HSL color Cylindrical-coordinate representation of color #F8ACD1: hue angle of 330.79º degrees, saturation: 0.84, 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 #F8ACD1 is Cyan = 0, Magento = 0.31, Yellow = 0.16 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 172 | 209 | - |
| CMYK | 0 | 0.31 | 0.16 | 0.03 |
| HSL | 330.79º | 0.84% | 0.82% | - |
| HSV(B) | 330.79º | 0.31% | 0.97% | - |
| XYZ | 64.97 | 54.06 | 67.33 | - |
| YUV | 198.94 | 133.68 | 162.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 172 | 209 | 0 | 0.31 | 0.16 | 0.03 | 330.79 | 0.84 | 0.82 |
| Hex | F8 | AC | D1 | 0 | 1F | 10 | 3 | 14B | 54 | 52 |
| Octal | 370 | 254 | 321 | 0 | 37 | 20 | 3 | 513 | 124 | 122 |
| Binary | 11111000 | 10101100 | 11010001 | 0 | 11111 | 10000 | 11 | 101001011 | 1010100 | 1010010 |
Color Harmonies of #F8ACD1
Complementary color
Monochromatic Colors of #F8ACD1
Black with #F8ACD1
Text Example
Text Example
White with #F8ACD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8ACD1; }
p { color: rgb(248,172,209); }
H1.HeaderClassName
{
color: #F8ACD1;
}
.AnyTagClassName
{
color: #F8ACD1;
}
</style>
background-color css
<style>
a { background-color: #F8ACD1; }
a { background-color: rgb(248,172,209); }
div.DivClassName
{
background-color: #F8ACD1;
}
.BgClassName
{
background-color: #F8ACD1;
}
</style>
border-color css
<style>
span { border-color: #F8ACD1; }
span { border-color: rgb(248,172,209); }
td.TdClassName
{
border-color: #F8ACD1;
}
.TagClassName
{
border-color: #F8ACD1;
}
</style>