Shades of Lavender Rose #F29EED
Tints of Lavender Rose #F29EED
RGB
CMYK
RGB Variations
Color information
#F29EED (or 0xF29EED) is known color: Lavender Rose. HEX triplet: F2, 9E and ED. RGB value is (242,158,237). Sum of RGB (Red+Green+Blue) = 242+158+237=637 (84% of max value = 765). Red value is 242 (94.92% from 255 or 37.99% from 637); Green value is 158 (62.11% from 255 or 24.80% from 637); Blue value is 237 (92.97% from 255 or 37.21% from 637); Max value from RGB is 242 - color contains mainly: red. Hex color #F29EED is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F29EED is #0D6112. Grayscale: #BFBFBF. Windows color (decimal): -876819 or 15572722. OLE color: 15572722.
HSL color Cylindrical-coordinate representation of color #F29EED: hue angle of 303.57º 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 #F29EED is Cyan = 0, Magento = 0.35, Yellow = 0.02 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 158 | 237 | - |
| CMYK | 0 | 0.35 | 0.02 | 0.05 |
| HSL | 303.57º | 0.76% | 0.78% | - |
| HSV(B) | 303.57º | 0.35% | 0.95% | - |
| XYZ | 64.13 | 49.45 | 86.28 | - |
| YUV | 192.12 | 153.33 | 163.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 158 | 237 | 0 | 0.35 | 0.02 | 0.05 | 303.57 | 0.76 | 0.78 |
| Hex | F2 | 9E | ED | 0 | 23 | 2 | 5 | 130 | 4C | 4E |
| Octal | 362 | 236 | 355 | 0 | 43 | 2 | 5 | 460 | 114 | 116 |
| Binary | 11110010 | 10011110 | 11101101 | 0 | 100011 | 10 | 101 | 100110000 | 1001100 | 1001110 |
Color Harmonies of #F29EED
Complementary color
Monochromatic Colors of #F29EED
Black with #F29EED
Text Example
Text Example
White with #F29EED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F29EED; }
p { color: rgb(242,158,237); }
H1.HeaderClassName
{
color: #F29EED;
}
.AnyTagClassName
{
color: #F29EED;
}
</style>
background-color css
<style>
a { background-color: #F29EED; }
a { background-color: rgb(242,158,237); }
div.DivClassName
{
background-color: #F29EED;
}
.BgClassName
{
background-color: #F29EED;
}
</style>
border-color css
<style>
span { border-color: #F29EED; }
span { border-color: rgb(242,158,237); }
td.TdClassName
{
border-color: #F29EED;
}
.TagClassName
{
border-color: #F29EED;
}
</style>