Shades of Lavender Pink #F0AAD7
Tints of Lavender Pink #F0AAD7
RGB
CMYK
RGB Variations
Color information
#F0AAD7 (or 0xF0AAD7) is known color: Lavender Pink. HEX triplet: F0, AA and D7. RGB value is (240,170,215). Sum of RGB (Red+Green+Blue) = 240+170+215=625 (82% of max value = 765). Red value is 240 (94.14% from 255 or 38.4% from 625); Green value is 170 (66.80% from 255 or 27.2% from 625); Blue value is 215 (84.38% from 255 or 34.4% from 625); Max value from RGB is 240 - color contains mainly: red. Hex color #F0AAD7 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F0AAD7 is #0F5528. Grayscale: #C3C3C3. Windows color (decimal): -1004841 or 14134000. OLE color: 14134000.
HSL color Cylindrical-coordinate representation of color #F0AAD7: hue angle of 321.43º 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 #F0AAD7 is Cyan = 0, Magento = 0.29, Yellow = 0.10 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 170 | 215 | - |
| CMYK | 0 | 0.29 | 0.10 | 0.06 |
| HSL | 321.43º | 0.7% | 0.8% | - |
| HSV(B) | 321.43º | 0.29% | 0.94% | - |
| XYZ | 62.58 | 52.18 | 71.06 | - |
| YUV | 196.06 | 138.69 | 159.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 170 | 215 | 0 | 0.29 | 0.10 | 0.06 | 321.43 | 0.7 | 0.8 |
| Hex | F0 | AA | D7 | 0 | 1D | A | 6 | 141 | 46 | 50 |
| Octal | 360 | 252 | 327 | 0 | 35 | 12 | 6 | 501 | 106 | 120 |
| Binary | 11110000 | 10101010 | 11010111 | 0 | 11101 | 1010 | 110 | 101000001 | 1000110 | 1010000 |
Color Harmonies of #F0AAD7
Complementary color
Monochromatic Colors of #F0AAD7
Black with #F0AAD7
Text Example
Text Example
White with #F0AAD7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0AAD7; }
p { color: rgb(240,170,215); }
H1.HeaderClassName
{
color: #F0AAD7;
}
.AnyTagClassName
{
color: #F0AAD7;
}
</style>
background-color css
<style>
a { background-color: #F0AAD7; }
a { background-color: rgb(240,170,215); }
div.DivClassName
{
background-color: #F0AAD7;
}
.BgClassName
{
background-color: #F0AAD7;
}
</style>
border-color css
<style>
span { border-color: #F0AAD7; }
span { border-color: rgb(240,170,215); }
td.TdClassName
{
border-color: #F0AAD7;
}
.TagClassName
{
border-color: #F0AAD7;
}
</style>