Shades of Lavender Pink #F0ACD1
Tints of Lavender Pink #F0ACD1
RGB
CMYK
RGB Variations
Color information
#F0ACD1 (or 0xF0ACD1) is known color: Lavender Pink. HEX triplet: F0, AC and D1. RGB value is (240,172,209). Sum of RGB (Red+Green+Blue) = 240+172+209=621 (82% of max value = 765). Red value is 240 (94.14% from 255 or 38.65% from 621); Green value is 172 (67.58% from 255 or 27.70% from 621); Blue value is 209 (82.03% from 255 or 33.66% from 621); Max value from RGB is 240 - color contains mainly: red. Hex color #F0ACD1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F0ACD1 is #0F532E. Grayscale: #C4C4C4. Windows color (decimal): -1004335 or 13741296. OLE color: 13741296.
HSL color Cylindrical-coordinate representation of color #F0ACD1: hue angle of 327.35º degrees, saturation: 0.69, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #F0ACD1 is Cyan = 0, Magento = 0.28, Yellow = 0.13 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 172 | 209 | - |
| CMYK | 0 | 0.28 | 0.13 | 0.06 |
| HSL | 327.35º | 0.69% | 0.81% | - |
| HSV(B) | 327.35º | 0.28% | 0.94% | - |
| XYZ | 62.2 | 52.63 | 67.2 | - |
| YUV | 196.55 | 135.03 | 158.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 172 | 209 | 0 | 0.28 | 0.13 | 0.06 | 327.35 | 0.69 | 0.81 |
| Hex | F0 | AC | D1 | 0 | 1C | D | 6 | 147 | 45 | 51 |
| Octal | 360 | 254 | 321 | 0 | 34 | 15 | 6 | 507 | 105 | 121 |
| Binary | 11110000 | 10101100 | 11010001 | 0 | 11100 | 1101 | 110 | 101000111 | 1000101 | 1010001 |
Color Harmonies of #F0ACD1
Complementary color
Monochromatic Colors of #F0ACD1
Black with #F0ACD1
Text Example
Text Example
White with #F0ACD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0ACD1; }
p { color: rgb(240,172,209); }
H1.HeaderClassName
{
color: #F0ACD1;
}
.AnyTagClassName
{
color: #F0ACD1;
}
</style>
background-color css
<style>
a { background-color: #F0ACD1; }
a { background-color: rgb(240,172,209); }
div.DivClassName
{
background-color: #F0ACD1;
}
.BgClassName
{
background-color: #F0ACD1;
}
</style>
border-color css
<style>
span { border-color: #F0ACD1; }
span { border-color: rgb(240,172,209); }
td.TdClassName
{
border-color: #F0ACD1;
}
.TagClassName
{
border-color: #F0ACD1;
}
</style>