Shades of Lavender Rose #F0AADD
Tints of Lavender Rose #F0AADD
RGB
CMYK
RGB Variations
Color information
#F0AADD (or 0xF0AADD) is known color: Lavender Rose. HEX triplet: F0, AA and DD. RGB value is (240,170,221). Sum of RGB (Red+Green+Blue) = 240+170+221=631 (83% of max value = 765). Red value is 240 (94.14% from 255 or 38.03% from 631); Green value is 170 (66.80% from 255 or 26.94% from 631); Blue value is 221 (86.72% from 255 or 35.02% from 631); Max value from RGB is 240 - color contains mainly: red. Hex color #F0AADD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F0AADD is #0F5522. Grayscale: #C4C4C4. Windows color (decimal): -1004835 or 14527216. OLE color: 14527216.
HSL color Cylindrical-coordinate representation of color #F0AADD: hue angle of 316.29º 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 #F0AADD is Cyan = 0, Magento = 0.29, Yellow = 0.08 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 170 | 221 | - |
| CMYK | 0 | 0.29 | 0.08 | 0.06 |
| HSL | 316.29º | 0.7% | 0.8% | - |
| HSV(B) | 316.29º | 0.29% | 0.94% | - |
| XYZ | 63.36 | 52.5 | 75.2 | - |
| YUV | 196.74 | 141.69 | 158.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 170 | 221 | 0 | 0.29 | 0.08 | 0.06 | 316.29 | 0.7 | 0.8 |
| Hex | F0 | AA | DD | 0 | 1D | 8 | 6 | 13C | 46 | 50 |
| Octal | 360 | 252 | 335 | 0 | 35 | 10 | 6 | 474 | 106 | 120 |
| Binary | 11110000 | 10101010 | 11011101 | 0 | 11101 | 1000 | 110 | 100111100 | 1000110 | 1010000 |
Color Harmonies of #F0AADD
Complementary color
Monochromatic Colors of #F0AADD
Black with #F0AADD
Text Example
Text Example
White with #F0AADD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0AADD; }
p { color: rgb(240,170,221); }
H1.HeaderClassName
{
color: #F0AADD;
}
.AnyTagClassName
{
color: #F0AADD;
}
</style>
background-color css
<style>
a { background-color: #F0AADD; }
a { background-color: rgb(240,170,221); }
div.DivClassName
{
background-color: #F0AADD;
}
.BgClassName
{
background-color: #F0AADD;
}
</style>
border-color css
<style>
span { border-color: #F0AADD; }
span { border-color: rgb(240,170,221); }
td.TdClassName
{
border-color: #F0AADD;
}
.TagClassName
{
border-color: #F0AADD;
}
</style>