Shades of Lavender Rose #F29EDE
Tints of Lavender Rose #F29EDE
RGB
CMYK
RGB Variations
Color information
#F29EDE (or 0xF29EDE) is known color: Lavender Rose. HEX triplet: F2, 9E and DE. RGB value is (242,158,222). Sum of RGB (Red+Green+Blue) = 242+158+222=622 (82% of max value = 765). Red value is 242 (94.92% from 255 or 38.91% from 622); Green value is 158 (62.11% from 255 or 25.40% from 622); Blue value is 222 (87.11% from 255 or 35.69% from 622); Max value from RGB is 242 - color contains mainly: red. Hex color #F29EDE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F29EDE is #0D6121. Grayscale: #BEBEBE. Windows color (decimal): -876834 or 14589682. OLE color: 14589682.
HSL color Cylindrical-coordinate representation of color #F29EDE: hue angle of 314.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 #F29EDE is Cyan = 0, Magento = 0.35, Yellow = 0.08 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 158 | 222 | - |
| CMYK | 0 | 0.35 | 0.08 | 0.05 |
| HSL | 314.29º | 0.76% | 0.78% | - |
| HSV(B) | 314.29º | 0.35% | 0.95% | - |
| XYZ | 62.03 | 48.6 | 75.22 | - |
| YUV | 190.41 | 145.83 | 164.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 158 | 222 | 0 | 0.35 | 0.08 | 0.05 | 314.29 | 0.76 | 0.78 |
| Hex | F2 | 9E | DE | 0 | 23 | 8 | 5 | 13A | 4C | 4E |
| Octal | 362 | 236 | 336 | 0 | 43 | 10 | 5 | 472 | 114 | 116 |
| Binary | 11110010 | 10011110 | 11011110 | 0 | 100011 | 1000 | 101 | 100111010 | 1001100 | 1001110 |
Color Harmonies of #F29EDE
Complementary color
Monochromatic Colors of #F29EDE
Black with #F29EDE
Text Example
Text Example
White with #F29EDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F29EDE; }
p { color: rgb(242,158,222); }
H1.HeaderClassName
{
color: #F29EDE;
}
.AnyTagClassName
{
color: #F29EDE;
}
</style>
background-color css
<style>
a { background-color: #F29EDE; }
a { background-color: rgb(242,158,222); }
div.DivClassName
{
background-color: #F29EDE;
}
.BgClassName
{
background-color: #F29EDE;
}
</style>
border-color css
<style>
span { border-color: #F29EDE; }
span { border-color: rgb(242,158,222); }
td.TdClassName
{
border-color: #F29EDE;
}
.TagClassName
{
border-color: #F29EDE;
}
</style>