Shades of Lavender Pink #F0AAD1
Tints of Lavender Pink #F0AAD1
RGB
CMYK
RGB Variations
Color information
#F0AAD1 (or 0xF0AAD1) is known color: Lavender Pink. HEX triplet: F0, AA and D1. RGB value is (240,170,209). Sum of RGB (Red+Green+Blue) = 240+170+209=619 (81% of max value = 765). Red value is 240 (94.14% from 255 or 38.77% from 619); Green value is 170 (66.80% from 255 or 27.46% from 619); Blue value is 209 (82.03% from 255 or 33.76% from 619); Max value from RGB is 240 - color contains mainly: red. Hex color #F0AAD1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F0AAD1 is #0F552E. Grayscale: #C3C3C3. Windows color (decimal): -1004847 or 13740784. OLE color: 13740784.
HSL color Cylindrical-coordinate representation of color #F0AAD1: hue angle of 326.57º degrees, saturation: 0.7, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #F0AAD1 is Cyan = 0, Magento = 0.29, Yellow = 0.13 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 170 | 209 | - |
| CMYK | 0 | 0.29 | 0.13 | 0.06 |
| HSL | 326.57º | 0.7% | 0.8% | - |
| HSV(B) | 326.57º | 0.29% | 0.94% | - |
| XYZ | 61.82 | 51.88 | 67.08 | - |
| YUV | 195.38 | 135.69 | 159.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 170 | 209 | 0 | 0.29 | 0.13 | 0.06 | 326.57 | 0.7 | 0.8 |
| Hex | F0 | AA | D1 | 0 | 1D | D | 6 | 147 | 46 | 50 |
| Octal | 360 | 252 | 321 | 0 | 35 | 15 | 6 | 507 | 106 | 120 |
| Binary | 11110000 | 10101010 | 11010001 | 0 | 11101 | 1101 | 110 | 101000111 | 1000110 | 1010000 |
Color Harmonies of #F0AAD1
Complementary color
Monochromatic Colors of #F0AAD1
Black with #F0AAD1
Text Example
Text Example
White with #F0AAD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0AAD1; }
p { color: rgb(240,170,209); }
H1.HeaderClassName
{
color: #F0AAD1;
}
.AnyTagClassName
{
color: #F0AAD1;
}
</style>
background-color css
<style>
a { background-color: #F0AAD1; }
a { background-color: rgb(240,170,209); }
div.DivClassName
{
background-color: #F0AAD1;
}
.BgClassName
{
background-color: #F0AAD1;
}
</style>
border-color css
<style>
span { border-color: #F0AAD1; }
span { border-color: rgb(240,170,209); }
td.TdClassName
{
border-color: #F0AAD1;
}
.TagClassName
{
border-color: #F0AAD1;
}
</style>