Shades of Lavender Rose #F0AADC
Tints of Lavender Rose #F0AADC
RGB
CMYK
RGB Variations
Color information
#F0AADC (or 0xF0AADC) is known color: Lavender Rose. HEX triplet: F0, AA and DC. RGB value is (240,170,220). Sum of RGB (Red+Green+Blue) = 240+170+220=630 (83% of max value = 765). Red value is 240 (94.14% from 255 or 38.10% from 630); Green value is 170 (66.80% from 255 or 26.98% from 630); Blue value is 220 (86.33% from 255 or 34.92% from 630); Max value from RGB is 240 - color contains mainly: red. Hex color #F0AADC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F0AADC is #0F5523. Grayscale: #C4C4C4. Windows color (decimal): -1004836 or 14461680. OLE color: 14461680.
HSL color Cylindrical-coordinate representation of color #F0AADC: hue angle of 317.14º 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 #F0AADC is Cyan = 0, Magento = 0.29, Yellow = 0.08 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 170 | 220 | - |
| CMYK | 0 | 0.29 | 0.08 | 0.06 |
| HSL | 317.14º | 0.7% | 0.8% | - |
| HSV(B) | 317.14º | 0.29% | 0.94% | - |
| XYZ | 63.23 | 52.44 | 74.5 | - |
| YUV | 196.63 | 141.19 | 158.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 170 | 220 | 0 | 0.29 | 0.08 | 0.06 | 317.14 | 0.7 | 0.8 |
| Hex | F0 | AA | DC | 0 | 1D | 8 | 6 | 13D | 46 | 50 |
| Octal | 360 | 252 | 334 | 0 | 35 | 10 | 6 | 475 | 106 | 120 |
| Binary | 11110000 | 10101010 | 11011100 | 0 | 11101 | 1000 | 110 | 100111101 | 1000110 | 1010000 |
Color Harmonies of #F0AADC
Complementary color
Monochromatic Colors of #F0AADC
Black with #F0AADC
Text Example
Text Example
White with #F0AADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0AADC; }
p { color: rgb(240,170,220); }
H1.HeaderClassName
{
color: #F0AADC;
}
.AnyTagClassName
{
color: #F0AADC;
}
</style>
background-color css
<style>
a { background-color: #F0AADC; }
a { background-color: rgb(240,170,220); }
div.DivClassName
{
background-color: #F0AADC;
}
.BgClassName
{
background-color: #F0AADC;
}
</style>
border-color css
<style>
span { border-color: #F0AADC; }
span { border-color: rgb(240,170,220); }
td.TdClassName
{
border-color: #F0AADC;
}
.TagClassName
{
border-color: #F0AADC;
}
</style>