Shades of Lavender Rose #F29EE0
Tints of Lavender Rose #F29EE0
RGB
CMYK
RGB Variations
Color information
#F29EE0 (or 0xF29EE0) is known color: Lavender Rose. HEX triplet: F2, 9E and E0. RGB value is (242,158,224). Sum of RGB (Red+Green+Blue) = 242+158+224=624 (82% of max value = 765). Red value is 242 (94.92% from 255 or 38.78% from 624); Green value is 158 (62.11% from 255 or 25.32% from 624); Blue value is 224 (87.89% from 255 or 35.90% from 624); Max value from RGB is 242 - color contains mainly: red. Hex color #F29EE0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F29EE0 is #0D611F. Grayscale: #BEBEBE. Windows color (decimal): -876832 or 14720754. OLE color: 14720754.
HSL color Cylindrical-coordinate representation of color #F29EE0: hue angle of 312.86º 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 #F29EE0 is Cyan = 0, Magento = 0.35, Yellow = 0.07 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 158 | 224 | - |
| CMYK | 0 | 0.35 | 0.07 | 0.05 |
| HSL | 312.86º | 0.76% | 0.78% | - |
| HSV(B) | 312.86º | 0.35% | 0.95% | - |
| XYZ | 62.3 | 48.71 | 76.64 | - |
| YUV | 190.64 | 146.83 | 164.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 158 | 224 | 0 | 0.35 | 0.07 | 0.05 | 312.86 | 0.76 | 0.78 |
| Hex | F2 | 9E | E0 | 0 | 23 | 7 | 5 | 139 | 4C | 4E |
| Octal | 362 | 236 | 340 | 0 | 43 | 7 | 5 | 471 | 114 | 116 |
| Binary | 11110010 | 10011110 | 11100000 | 0 | 100011 | 111 | 101 | 100111001 | 1001100 | 1001110 |
Color Harmonies of #F29EE0
Complementary color
Monochromatic Colors of #F29EE0
Black with #F29EE0
Text Example
Text Example
White with #F29EE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F29EE0; }
p { color: rgb(242,158,224); }
H1.HeaderClassName
{
color: #F29EE0;
}
.AnyTagClassName
{
color: #F29EE0;
}
</style>
background-color css
<style>
a { background-color: #F29EE0; }
a { background-color: rgb(242,158,224); }
div.DivClassName
{
background-color: #F29EE0;
}
.BgClassName
{
background-color: #F29EE0;
}
</style>
border-color css
<style>
span { border-color: #F29EE0; }
span { border-color: rgb(242,158,224); }
td.TdClassName
{
border-color: #F29EE0;
}
.TagClassName
{
border-color: #F29EE0;
}
</style>