Shades of Lavender Rose #F4A4EC
Tints of Lavender Rose #F4A4EC
RGB
CMYK
RGB Variations
Color information
#F4A4EC (or 0xF4A4EC) is known color: Lavender Rose. HEX triplet: F4, A4 and EC. RGB value is (244,164,236). Sum of RGB (Red+Green+Blue) = 244+164+236=644 (85% of max value = 765). Red value is 244 (95.70% from 255 or 37.89% from 644); Green value is 164 (64.45% from 255 or 25.47% from 644); Blue value is 236 (92.58% from 255 or 36.65% from 644); Max value from RGB is 244 - color contains mainly: red. Hex color #F4A4EC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F4A4EC is #0B5B13. Grayscale: #C3C3C3. Windows color (decimal): -744212 or 15508724. OLE color: 15508724.
HSL color Cylindrical-coordinate representation of color #F4A4EC: hue angle of 306º degrees, saturation: 0.78, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #F4A4EC is Cyan = 0, Magento = 0.33, Yellow = 0.03 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 164 | 236 | - |
| CMYK | 0 | 0.33 | 0.03 | 0.04 |
| HSL | 306º | 0.78% | 0.8% | - |
| HSV(B) | 306º | 0.33% | 0.96% | - |
| XYZ | 65.72 | 51.84 | 85.9 | - |
| YUV | 196.13 | 150.5 | 162.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 164 | 236 | 0 | 0.33 | 0.03 | 0.04 | 306 | 0.78 | 0.8 |
| Hex | F4 | A4 | EC | 0 | 21 | 3 | 4 | 132 | 4E | 50 |
| Octal | 364 | 244 | 354 | 0 | 41 | 3 | 4 | 462 | 116 | 120 |
| Binary | 11110100 | 10100100 | 11101100 | 0 | 100001 | 11 | 100 | 100110010 | 1001110 | 1010000 |
Color Harmonies of #F4A4EC
Complementary color
Monochromatic Colors of #F4A4EC
Black with #F4A4EC
Text Example
Text Example
White with #F4A4EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4A4EC; }
p { color: rgb(244,164,236); }
H1.HeaderClassName
{
color: #F4A4EC;
}
.AnyTagClassName
{
color: #F4A4EC;
}
</style>
background-color css
<style>
a { background-color: #F4A4EC; }
a { background-color: rgb(244,164,236); }
div.DivClassName
{
background-color: #F4A4EC;
}
.BgClassName
{
background-color: #F4A4EC;
}
</style>
border-color css
<style>
span { border-color: #F4A4EC; }
span { border-color: rgb(244,164,236); }
td.TdClassName
{
border-color: #F4A4EC;
}
.TagClassName
{
border-color: #F4A4EC;
}
</style>