Shades of Lavender Pink #F0AAD2
Tints of Lavender Pink #F0AAD2
RGB
CMYK
RGB Variations
Color information
#F0AAD2 (or 0xF0AAD2) is known color: Lavender Pink. HEX triplet: F0, AA and D2. RGB value is (240,170,210). Sum of RGB (Red+Green+Blue) = 240+170+210=620 (82% of max value = 765). Red value is 240 (94.14% from 255 or 38.71% from 620); Green value is 170 (66.80% from 255 or 27.42% from 620); Blue value is 210 (82.42% from 255 or 33.87% from 620); Max value from RGB is 240 - color contains mainly: red. Hex color #F0AAD2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F0AAD2 is #0F552D. Grayscale: #C3C3C3. Windows color (decimal): -1004846 or 13806320. OLE color: 13806320.
HSL color Cylindrical-coordinate representation of color #F0AAD2: hue angle of 325.71º 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 #F0AAD2 is Cyan = 0, Magento = 0.29, Yellow = 0.12 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 170 | 210 | - |
| CMYK | 0 | 0.29 | 0.12 | 0.06 |
| HSL | 325.71º | 0.7% | 0.8% | - |
| HSV(B) | 325.71º | 0.29% | 0.94% | - |
| XYZ | 61.94 | 51.93 | 67.73 | - |
| YUV | 195.49 | 136.19 | 159.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 170 | 210 | 0 | 0.29 | 0.12 | 0.06 | 325.71 | 0.7 | 0.8 |
| Hex | F0 | AA | D2 | 0 | 1D | C | 6 | 146 | 46 | 50 |
| Octal | 360 | 252 | 322 | 0 | 35 | 14 | 6 | 506 | 106 | 120 |
| Binary | 11110000 | 10101010 | 11010010 | 0 | 11101 | 1100 | 110 | 101000110 | 1000110 | 1010000 |
Color Harmonies of #F0AAD2
Complementary color
Monochromatic Colors of #F0AAD2
Black with #F0AAD2
Text Example
Text Example
White with #F0AAD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0AAD2; }
p { color: rgb(240,170,210); }
H1.HeaderClassName
{
color: #F0AAD2;
}
.AnyTagClassName
{
color: #F0AAD2;
}
</style>
background-color css
<style>
a { background-color: #F0AAD2; }
a { background-color: rgb(240,170,210); }
div.DivClassName
{
background-color: #F0AAD2;
}
.BgClassName
{
background-color: #F0AAD2;
}
</style>
border-color css
<style>
span { border-color: #F0AAD2; }
span { border-color: rgb(240,170,210); }
td.TdClassName
{
border-color: #F0AAD2;
}
.TagClassName
{
border-color: #F0AAD2;
}
</style>