Shades of Lavender Rose #F4A2DE
Tints of Lavender Rose #F4A2DE
RGB
CMYK
RGB Variations
Color information
#F4A2DE (or 0xF4A2DE) is known color: Lavender Rose. HEX triplet: F4, A2 and DE. RGB value is (244,162,222). Sum of RGB (Red+Green+Blue) = 244+162+222=628 (83% of max value = 765). Red value is 244 (95.70% from 255 or 38.85% from 628); Green value is 162 (63.67% from 255 or 25.80% from 628); Blue value is 222 (87.11% from 255 or 35.35% from 628); Max value from RGB is 244 - color contains mainly: red. Hex color #F4A2DE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F4A2DE is #0B5D21. Grayscale: #C1C1C1. Windows color (decimal): -744738 or 14590708. OLE color: 14590708.
HSL color Cylindrical-coordinate representation of color #F4A2DE: hue angle of 316.1º 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 #F4A2DE is Cyan = 0, Magento = 0.34, Yellow = 0.09 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 162 | 222 | - |
| CMYK | 0 | 0.34 | 0.09 | 0.04 |
| HSL | 316.1º | 0.79% | 0.8% | - |
| HSV(B) | 316.1º | 0.34% | 0.96% | - |
| XYZ | 63.41 | 50.35 | 75.48 | - |
| YUV | 193.36 | 144.17 | 164.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 162 | 222 | 0 | 0.34 | 0.09 | 0.04 | 316.1 | 0.79 | 0.8 |
| Hex | F4 | A2 | DE | 0 | 22 | 9 | 4 | 13C | 4F | 50 |
| Octal | 364 | 242 | 336 | 0 | 42 | 11 | 4 | 474 | 117 | 120 |
| Binary | 11110100 | 10100010 | 11011110 | 0 | 100010 | 1001 | 100 | 100111100 | 1001111 | 1010000 |
Color Harmonies of #F4A2DE
Complementary color
Monochromatic Colors of #F4A2DE
Black with #F4A2DE
Text Example
Text Example
White with #F4A2DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4A2DE; }
p { color: rgb(244,162,222); }
H1.HeaderClassName
{
color: #F4A2DE;
}
.AnyTagClassName
{
color: #F4A2DE;
}
</style>
background-color css
<style>
a { background-color: #F4A2DE; }
a { background-color: rgb(244,162,222); }
div.DivClassName
{
background-color: #F4A2DE;
}
.BgClassName
{
background-color: #F4A2DE;
}
</style>
border-color css
<style>
span { border-color: #F4A2DE; }
span { border-color: rgb(244,162,222); }
td.TdClassName
{
border-color: #F4A2DE;
}
.TagClassName
{
border-color: #F4A2DE;
}
</style>