Shades of Lavender Rose #F0A9EC
Tints of Lavender Rose #F0A9EC
RGB
CMYK
RGB Variations
Color information
#F0A9EC (or 0xF0A9EC) is known color: Lavender Rose. HEX triplet: F0, A9 and EC. RGB value is (240,169,236). Sum of RGB (Red+Green+Blue) = 240+169+236=645 (85% of max value = 765). Red value is 240 (94.14% from 255 or 37.21% from 645); Green value is 169 (66.41% from 255 or 26.20% from 645); Blue value is 236 (92.58% from 255 or 36.59% from 645); Max value from RGB is 240 - color contains mainly: red. Hex color #F0A9EC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F0A9EC is #0F5613. Grayscale: #C5C5C5. Windows color (decimal): -1005076 or 15510000. OLE color: 15510000.
HSL color Cylindrical-coordinate representation of color #F0A9EC: hue angle of 303.38º 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 #F0A9EC is Cyan = 0, Magento = 0.30, Yellow = 0.02 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 169 | 236 | - |
| CMYK | 0 | 0.30 | 0.02 | 0.06 |
| HSL | 303.38º | 0.7% | 0.8% | - |
| HSV(B) | 303.38º | 0.3% | 0.94% | - |
| XYZ | 65.26 | 52.96 | 86.14 | - |
| YUV | 197.87 | 149.52 | 158.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 169 | 236 | 0 | 0.30 | 0.02 | 0.06 | 303.38 | 0.7 | 0.8 |
| Hex | F0 | A9 | EC | 0 | 1E | 2 | 6 | 12F | 46 | 50 |
| Octal | 360 | 251 | 354 | 0 | 36 | 2 | 6 | 457 | 106 | 120 |
| Binary | 11110000 | 10101001 | 11101100 | 0 | 11110 | 10 | 110 | 100101111 | 1000110 | 1010000 |
Color Harmonies of #F0A9EC
Complementary color
Monochromatic Colors of #F0A9EC
Black with #F0A9EC
Text Example
Text Example
White with #F0A9EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0A9EC; }
p { color: rgb(240,169,236); }
H1.HeaderClassName
{
color: #F0A9EC;
}
.AnyTagClassName
{
color: #F0A9EC;
}
</style>
background-color css
<style>
a { background-color: #F0A9EC; }
a { background-color: rgb(240,169,236); }
div.DivClassName
{
background-color: #F0A9EC;
}
.BgClassName
{
background-color: #F0A9EC;
}
</style>
border-color css
<style>
span { border-color: #F0A9EC; }
span { border-color: rgb(240,169,236); }
td.TdClassName
{
border-color: #F0A9EC;
}
.TagClassName
{
border-color: #F0A9EC;
}
</style>