Shades of Lavender Rose #F4A2EC
Tints of Lavender Rose #F4A2EC
RGB
CMYK
RGB Variations
Color information
#F4A2EC (or 0xF4A2EC) is known color: Lavender Rose. HEX triplet: F4, A2 and EC. RGB value is (244,162,236). Sum of RGB (Red+Green+Blue) = 244+162+236=642 (85% of max value = 765). Red value is 244 (95.70% from 255 or 38.01% from 642); Green value is 162 (63.67% from 255 or 25.23% from 642); Blue value is 236 (92.58% from 255 or 36.76% from 642); Max value from RGB is 244 - color contains mainly: red. Hex color #F4A2EC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F4A2EC is #0B5D13. Grayscale: #C2C2C2. Windows color (decimal): -744724 or 15508212. OLE color: 15508212.
HSL color Cylindrical-coordinate representation of color #F4A2EC: hue angle of 305.85º degrees, saturation: 0.79, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #F4A2EC is Cyan = 0, Magento = 0.34, Yellow = 0.03 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 162 | 236 | - |
| CMYK | 0 | 0.34 | 0.03 | 0.04 |
| HSL | 305.85º | 0.79% | 0.8% | - |
| HSV(B) | 305.85º | 0.34% | 0.96% | - |
| XYZ | 65.37 | 51.13 | 85.78 | - |
| YUV | 194.95 | 151.17 | 162.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 162 | 236 | 0 | 0.34 | 0.03 | 0.04 | 305.85 | 0.79 | 0.8 |
| Hex | F4 | A2 | EC | 0 | 22 | 3 | 4 | 132 | 4F | 50 |
| Octal | 364 | 242 | 354 | 0 | 42 | 3 | 4 | 462 | 117 | 120 |
| Binary | 11110100 | 10100010 | 11101100 | 0 | 100010 | 11 | 100 | 100110010 | 1001111 | 1010000 |
Color Harmonies of #F4A2EC
Complementary color
Monochromatic Colors of #F4A2EC
Black with #F4A2EC
Text Example
Text Example
White with #F4A2EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4A2EC; }
p { color: rgb(244,162,236); }
H1.HeaderClassName
{
color: #F4A2EC;
}
.AnyTagClassName
{
color: #F4A2EC;
}
</style>
background-color css
<style>
a { background-color: #F4A2EC; }
a { background-color: rgb(244,162,236); }
div.DivClassName
{
background-color: #F4A2EC;
}
.BgClassName
{
background-color: #F4A2EC;
}
</style>
border-color css
<style>
span { border-color: #F4A2EC; }
span { border-color: rgb(244,162,236); }
td.TdClassName
{
border-color: #F4A2EC;
}
.TagClassName
{
border-color: #F4A2EC;
}
</style>