Shades of Lavender Rose #F29EEC
Tints of Lavender Rose #F29EEC
RGB
CMYK
RGB Variations
Color information
#F29EEC (or 0xF29EEC) is known color: Lavender Rose. HEX triplet: F2, 9E and EC. RGB value is (242,158,236). Sum of RGB (Red+Green+Blue) = 242+158+236=636 (84% of max value = 765). Red value is 242 (94.92% from 255 or 38.05% from 636); Green value is 158 (62.11% from 255 or 24.84% from 636); Blue value is 236 (92.58% from 255 or 37.11% from 636); Max value from RGB is 242 - color contains mainly: red. Hex color #F29EEC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F29EEC is #0D6113. Grayscale: #BFBFBF. Windows color (decimal): -876820 or 15507186. OLE color: 15507186.
HSL color Cylindrical-coordinate representation of color #F29EEC: hue angle of 304.29º degrees, saturation: 0.76, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #F29EEC is Cyan = 0, Magento = 0.35, Yellow = 0.02 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 158 | 236 | - |
| CMYK | 0 | 0.35 | 0.02 | 0.05 |
| HSL | 304.29º | 0.76% | 0.78% | - |
| HSV(B) | 304.29º | 0.35% | 0.95% | - |
| XYZ | 63.99 | 49.39 | 85.52 | - |
| YUV | 192.01 | 152.83 | 163.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 158 | 236 | 0 | 0.35 | 0.02 | 0.05 | 304.29 | 0.76 | 0.78 |
| Hex | F2 | 9E | EC | 0 | 23 | 2 | 5 | 130 | 4C | 4E |
| Octal | 362 | 236 | 354 | 0 | 43 | 2 | 5 | 460 | 114 | 116 |
| Binary | 11110010 | 10011110 | 11101100 | 0 | 100011 | 10 | 101 | 100110000 | 1001100 | 1001110 |
Color Harmonies of #F29EEC
Complementary color
Monochromatic Colors of #F29EEC
Black with #F29EEC
Text Example
Text Example
White with #F29EEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F29EEC; }
p { color: rgb(242,158,236); }
H1.HeaderClassName
{
color: #F29EEC;
}
.AnyTagClassName
{
color: #F29EEC;
}
</style>
background-color css
<style>
a { background-color: #F29EEC; }
a { background-color: rgb(242,158,236); }
div.DivClassName
{
background-color: #F29EEC;
}
.BgClassName
{
background-color: #F29EEC;
}
</style>
border-color css
<style>
span { border-color: #F29EEC; }
span { border-color: rgb(242,158,236); }
td.TdClassName
{
border-color: #F29EEC;
}
.TagClassName
{
border-color: #F29EEC;
}
</style>