Shades of Lavender Rose #F4A0EC
Tints of Lavender Rose #F4A0EC
RGB
CMYK
RGB Variations
Color information
#F4A0EC (or 0xF4A0EC) is known color: Lavender Rose. HEX triplet: F4, A0 and EC. RGB value is (244,160,236). Sum of RGB (Red+Green+Blue) = 244+160+236=640 (84% of max value = 765). Red value is 244 (95.70% from 255 or 38.12% from 640); Green value is 160 (62.89% from 255 or 25% from 640); Blue value is 236 (92.58% from 255 or 36.88% from 640); Max value from RGB is 244 - color contains mainly: red. Hex color #F4A0EC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F4A0EC is #0B5F13. Grayscale: #C1C1C1. Windows color (decimal): -745236 or 15507700. OLE color: 15507700.
HSL color Cylindrical-coordinate representation of color #F4A0EC: hue angle of 305.71º degrees, saturation: 0.79, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #F4A0EC is Cyan = 0, Magento = 0.34, Yellow = 0.03 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 160 | 236 | - |
| CMYK | 0 | 0.34 | 0.03 | 0.04 |
| HSL | 305.71º | 0.79% | 0.79% | - |
| HSV(B) | 305.71º | 0.34% | 0.96% | - |
| XYZ | 65.02 | 50.43 | 85.66 | - |
| YUV | 193.78 | 151.83 | 163.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 160 | 236 | 0 | 0.34 | 0.03 | 0.04 | 305.71 | 0.79 | 0.79 |
| Hex | F4 | A0 | EC | 0 | 22 | 3 | 4 | 132 | 4F | 4F |
| Octal | 364 | 240 | 354 | 0 | 42 | 3 | 4 | 462 | 117 | 117 |
| Binary | 11110100 | 10100000 | 11101100 | 0 | 100010 | 11 | 100 | 100110010 | 1001111 | 1001111 |
Color Harmonies of #F4A0EC
Complementary color
Monochromatic Colors of #F4A0EC
Black with #F4A0EC
Text Example
Text Example
White with #F4A0EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4A0EC; }
p { color: rgb(244,160,236); }
H1.HeaderClassName
{
color: #F4A0EC;
}
.AnyTagClassName
{
color: #F4A0EC;
}
</style>
background-color css
<style>
a { background-color: #F4A0EC; }
a { background-color: rgb(244,160,236); }
div.DivClassName
{
background-color: #F4A0EC;
}
.BgClassName
{
background-color: #F4A0EC;
}
</style>
border-color css
<style>
span { border-color: #F4A0EC; }
span { border-color: rgb(244,160,236); }
td.TdClassName
{
border-color: #F4A0EC;
}
.TagClassName
{
border-color: #F4A0EC;
}
</style>