Shades of Lavender Rose #F4A2EF
Tints of Lavender Rose #F4A2EF
RGB
CMYK
RGB Variations
Color information
#F4A2EF (or 0xF4A2EF) is known color: Lavender Rose. HEX triplet: F4, A2 and EF. RGB value is (244,162,239). Sum of RGB (Red+Green+Blue) = 244+162+239=645 (85% of max value = 765). Red value is 244 (95.70% from 255 or 37.83% from 645); Green value is 162 (63.67% from 255 or 25.12% from 645); Blue value is 239 (93.75% from 255 or 37.05% from 645); Max value from RGB is 244 - color contains mainly: red. Hex color #F4A2EF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F4A2EF is #0B5D10. Grayscale: #C3C3C3. Windows color (decimal): -744721 or 15704820. OLE color: 15704820.
HSL color Cylindrical-coordinate representation of color #F4A2EF: hue angle of 303.66º 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 #F4A2EF is Cyan = 0, Magento = 0.34, Yellow = 0.02 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 162 | 239 | - |
| CMYK | 0 | 0.34 | 0.02 | 0.04 |
| HSL | 303.66º | 0.79% | 0.8% | - |
| HSV(B) | 303.66º | 0.34% | 0.96% | - |
| XYZ | 65.81 | 51.31 | 88.1 | - |
| YUV | 195.3 | 152.67 | 162.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 162 | 239 | 0 | 0.34 | 0.02 | 0.04 | 303.66 | 0.79 | 0.8 |
| Hex | F4 | A2 | EF | 0 | 22 | 2 | 4 | 130 | 4F | 50 |
| Octal | 364 | 242 | 357 | 0 | 42 | 2 | 4 | 460 | 117 | 120 |
| Binary | 11110100 | 10100010 | 11101111 | 0 | 100010 | 10 | 100 | 100110000 | 1001111 | 1010000 |
Color Harmonies of #F4A2EF
Complementary color
Monochromatic Colors of #F4A2EF
Black with #F4A2EF
Text Example
Text Example
White with #F4A2EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4A2EF; }
p { color: rgb(244,162,239); }
H1.HeaderClassName
{
color: #F4A2EF;
}
.AnyTagClassName
{
color: #F4A2EF;
}
</style>
background-color css
<style>
a { background-color: #F4A2EF; }
a { background-color: rgb(244,162,239); }
div.DivClassName
{
background-color: #F4A2EF;
}
.BgClassName
{
background-color: #F4A2EF;
}
</style>
border-color css
<style>
span { border-color: #F4A2EF; }
span { border-color: rgb(244,162,239); }
td.TdClassName
{
border-color: #F4A2EF;
}
.TagClassName
{
border-color: #F4A2EF;
}
</style>