Shades of Lavender Rose #F29EDD
Tints of Lavender Rose #F29EDD
RGB
CMYK
RGB Variations
Color information
#F29EDD (or 0xF29EDD) is known color: Lavender Rose. HEX triplet: F2, 9E and DD. RGB value is (242,158,221). Sum of RGB (Red+Green+Blue) = 242+158+221=621 (82% of max value = 765). Red value is 242 (94.92% from 255 or 38.97% from 621); Green value is 158 (62.11% from 255 or 25.44% from 621); Blue value is 221 (86.72% from 255 or 35.59% from 621); Max value from RGB is 242 - color contains mainly: red. Hex color #F29EDD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F29EDD is #0D6122. Grayscale: #BEBEBE. Windows color (decimal): -876835 or 14524146. OLE color: 14524146.
HSL color Cylindrical-coordinate representation of color #F29EDD: hue angle of 315º 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 #F29EDD is Cyan = 0, Magento = 0.35, Yellow = 0.09 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 158 | 221 | - |
| CMYK | 0 | 0.35 | 0.09 | 0.05 |
| HSL | 315º | 0.76% | 0.78% | - |
| HSV(B) | 315º | 0.35% | 0.95% | - |
| XYZ | 61.9 | 48.55 | 74.52 | - |
| YUV | 190.3 | 145.33 | 164.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 158 | 221 | 0 | 0.35 | 0.09 | 0.05 | 315 | 0.76 | 0.78 |
| Hex | F2 | 9E | DD | 0 | 23 | 9 | 5 | 13B | 4C | 4E |
| Octal | 362 | 236 | 335 | 0 | 43 | 11 | 5 | 473 | 114 | 116 |
| Binary | 11110010 | 10011110 | 11011101 | 0 | 100011 | 1001 | 101 | 100111011 | 1001100 | 1001110 |
Color Harmonies of #F29EDD
Complementary color
Monochromatic Colors of #F29EDD
Black with #F29EDD
Text Example
Text Example
White with #F29EDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F29EDD; }
p { color: rgb(242,158,221); }
H1.HeaderClassName
{
color: #F29EDD;
}
.AnyTagClassName
{
color: #F29EDD;
}
</style>
background-color css
<style>
a { background-color: #F29EDD; }
a { background-color: rgb(242,158,221); }
div.DivClassName
{
background-color: #F29EDD;
}
.BgClassName
{
background-color: #F29EDD;
}
</style>
border-color css
<style>
span { border-color: #F29EDD; }
span { border-color: rgb(242,158,221); }
td.TdClassName
{
border-color: #F29EDD;
}
.TagClassName
{
border-color: #F29EDD;
}
</style>