Shades of Lavender Rose #F0A9DC
Tints of Lavender Rose #F0A9DC
RGB
CMYK
RGB Variations
Color information
#F0A9DC (or 0xF0A9DC) is known color: Lavender Rose. HEX triplet: F0, A9 and DC. RGB value is (240,169,220). Sum of RGB (Red+Green+Blue) = 240+169+220=629 (83% of max value = 765). Red value is 240 (94.14% from 255 or 38.16% from 629); Green value is 169 (66.41% from 255 or 26.87% from 629); Blue value is 220 (86.33% from 255 or 34.98% from 629); Max value from RGB is 240 - color contains mainly: red. Hex color #F0A9DC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F0A9DC is #0F5623. Grayscale: #C3C3C3. Windows color (decimal): -1005092 or 14461424. OLE color: 14461424.
HSL color Cylindrical-coordinate representation of color #F0A9DC: hue angle of 316.9º degrees, saturation: 0.7, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #F0A9DC is Cyan = 0, Magento = 0.30, Yellow = 0.08 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 169 | 220 | - |
| CMYK | 0 | 0.30 | 0.08 | 0.06 |
| HSL | 316.9º | 0.7% | 0.8% | - |
| HSV(B) | 316.9º | 0.3% | 0.94% | - |
| XYZ | 63.04 | 52.07 | 74.44 | - |
| YUV | 196.04 | 141.52 | 159.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 169 | 220 | 0 | 0.30 | 0.08 | 0.06 | 316.9 | 0.7 | 0.8 |
| Hex | F0 | A9 | DC | 0 | 1E | 8 | 6 | 13D | 46 | 50 |
| Octal | 360 | 251 | 334 | 0 | 36 | 10 | 6 | 475 | 106 | 120 |
| Binary | 11110000 | 10101001 | 11011100 | 0 | 11110 | 1000 | 110 | 100111101 | 1000110 | 1010000 |
Color Harmonies of #F0A9DC
Complementary color
Monochromatic Colors of #F0A9DC
Black with #F0A9DC
Text Example
Text Example
White with #F0A9DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0A9DC; }
p { color: rgb(240,169,220); }
H1.HeaderClassName
{
color: #F0A9DC;
}
.AnyTagClassName
{
color: #F0A9DC;
}
</style>
background-color css
<style>
a { background-color: #F0A9DC; }
a { background-color: rgb(240,169,220); }
div.DivClassName
{
background-color: #F0A9DC;
}
.BgClassName
{
background-color: #F0A9DC;
}
</style>
border-color css
<style>
span { border-color: #F0A9DC; }
span { border-color: rgb(240,169,220); }
td.TdClassName
{
border-color: #F0A9DC;
}
.TagClassName
{
border-color: #F0A9DC;
}
</style>