Shades of Lavender Rose #F29EEE
Tints of Lavender Rose #F29EEE
RGB
CMYK
RGB Variations
Color information
#F29EEE (or 0xF29EEE) is known color: Lavender Rose. HEX triplet: F2, 9E and EE. RGB value is (242,158,238). Sum of RGB (Red+Green+Blue) = 242+158+238=638 (84% of max value = 765). Red value is 242 (94.92% from 255 or 37.93% from 638); Green value is 158 (62.11% from 255 or 24.76% from 638); Blue value is 238 (93.36% from 255 or 37.30% from 638); Max value from RGB is 242 - color contains mainly: red. Hex color #F29EEE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F29EEE is #0D6111. Grayscale: #C0C0C0. Windows color (decimal): -876818 or 15638258. OLE color: 15638258.
HSL color Cylindrical-coordinate representation of color #F29EEE: hue angle of 302.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 #F29EEE is Cyan = 0, Magento = 0.35, Yellow = 0.02 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 158 | 238 | - |
| CMYK | 0 | 0.35 | 0.02 | 0.05 |
| HSL | 302.86º | 0.76% | 0.78% | - |
| HSV(B) | 302.86º | 0.35% | 0.95% | - |
| XYZ | 64.28 | 49.5 | 87.06 | - |
| YUV | 192.24 | 153.83 | 163.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 158 | 238 | 0 | 0.35 | 0.02 | 0.05 | 302.86 | 0.76 | 0.78 |
| Hex | F2 | 9E | EE | 0 | 23 | 2 | 5 | 12F | 4C | 4E |
| Octal | 362 | 236 | 356 | 0 | 43 | 2 | 5 | 457 | 114 | 116 |
| Binary | 11110010 | 10011110 | 11101110 | 0 | 100011 | 10 | 101 | 100101111 | 1001100 | 1001110 |
Color Harmonies of #F29EEE
Complementary color
Monochromatic Colors of #F29EEE
Black with #F29EEE
Text Example
Text Example
White with #F29EEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F29EEE; }
p { color: rgb(242,158,238); }
H1.HeaderClassName
{
color: #F29EEE;
}
.AnyTagClassName
{
color: #F29EEE;
}
</style>
background-color css
<style>
a { background-color: #F29EEE; }
a { background-color: rgb(242,158,238); }
div.DivClassName
{
background-color: #F29EEE;
}
.BgClassName
{
background-color: #F29EEE;
}
</style>
border-color css
<style>
span { border-color: #F29EEE; }
span { border-color: rgb(242,158,238); }
td.TdClassName
{
border-color: #F29EEE;
}
.TagClassName
{
border-color: #F29EEE;
}
</style>