Shades of Lavender Rose #F0AADB
Tints of Lavender Rose #F0AADB
RGB
CMYK
RGB Variations
Color information
#F0AADB (or 0xF0AADB) is known color: Lavender Rose. HEX triplet: F0, AA and DB. RGB value is (240,170,219). Sum of RGB (Red+Green+Blue) = 240+170+219=629 (83% of max value = 765). Red value is 240 (94.14% from 255 or 38.16% from 629); Green value is 170 (66.80% from 255 or 27.03% from 629); Blue value is 219 (85.94% from 255 or 34.82% from 629); Max value from RGB is 240 - color contains mainly: red. Hex color #F0AADB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F0AADB is #0F5524. Grayscale: #C4C4C4. Windows color (decimal): -1004837 or 14396144. OLE color: 14396144.
HSL color Cylindrical-coordinate representation of color #F0AADB: hue angle of 318º 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 #F0AADB is Cyan = 0, Magento = 0.29, Yellow = 0.09 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 170 | 219 | - |
| CMYK | 0 | 0.29 | 0.09 | 0.06 |
| HSL | 318º | 0.7% | 0.8% | - |
| HSV(B) | 318º | 0.29% | 0.94% | - |
| XYZ | 63.1 | 52.39 | 73.8 | - |
| YUV | 196.52 | 140.69 | 159.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 170 | 219 | 0 | 0.29 | 0.09 | 0.06 | 318 | 0.7 | 0.8 |
| Hex | F0 | AA | DB | 0 | 1D | 9 | 6 | 13E | 46 | 50 |
| Octal | 360 | 252 | 333 | 0 | 35 | 11 | 6 | 476 | 106 | 120 |
| Binary | 11110000 | 10101010 | 11011011 | 0 | 11101 | 1001 | 110 | 100111110 | 1000110 | 1010000 |
Color Harmonies of #F0AADB
Complementary color
Monochromatic Colors of #F0AADB
Black with #F0AADB
Text Example
Text Example
White with #F0AADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0AADB; }
p { color: rgb(240,170,219); }
H1.HeaderClassName
{
color: #F0AADB;
}
.AnyTagClassName
{
color: #F0AADB;
}
</style>
background-color css
<style>
a { background-color: #F0AADB; }
a { background-color: rgb(240,170,219); }
div.DivClassName
{
background-color: #F0AADB;
}
.BgClassName
{
background-color: #F0AADB;
}
</style>
border-color css
<style>
span { border-color: #F0AADB; }
span { border-color: rgb(240,170,219); }
td.TdClassName
{
border-color: #F0AADB;
}
.TagClassName
{
border-color: #F0AADB;
}
</style>