Shades of Lavender Rose #F29ED2
Tints of Lavender Rose #F29ED2
RGB
CMYK
RGB Variations
Color information
#F29ED2 (or 0xF29ED2) is known color: Lavender Rose. HEX triplet: F2, 9E and D2. RGB value is (242,158,210). Sum of RGB (Red+Green+Blue) = 242+158+210=610 (80% of max value = 765). Red value is 242 (94.92% from 255 or 39.67% from 610); Green value is 158 (62.11% from 255 or 25.90% from 610); Blue value is 210 (82.42% from 255 or 34.43% from 610); Max value from RGB is 242 - color contains mainly: red. Hex color #F29ED2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F29ED2 is #0D612D. Grayscale: #BCBCBC. Windows color (decimal): -876846 or 13803250. OLE color: 13803250.
HSL color Cylindrical-coordinate representation of color #F29ED2: hue angle of 322.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 #F29ED2 is Cyan = 0, Magento = 0.35, Yellow = 0.13 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 158 | 210 | - |
| CMYK | 0 | 0.35 | 0.13 | 0.05 |
| HSL | 322.86º | 0.76% | 0.78% | - |
| HSV(B) | 322.86º | 0.35% | 0.95% | - |
| XYZ | 60.48 | 47.98 | 67.05 | - |
| YUV | 189.04 | 139.83 | 165.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 158 | 210 | 0 | 0.35 | 0.13 | 0.05 | 322.86 | 0.76 | 0.78 |
| Hex | F2 | 9E | D2 | 0 | 23 | D | 5 | 143 | 4C | 4E |
| Octal | 362 | 236 | 322 | 0 | 43 | 15 | 5 | 503 | 114 | 116 |
| Binary | 11110010 | 10011110 | 11010010 | 0 | 100011 | 1101 | 101 | 101000011 | 1001100 | 1001110 |
Color Harmonies of #F29ED2
Complementary color
Monochromatic Colors of #F29ED2
Black with #F29ED2
Text Example
Text Example
White with #F29ED2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F29ED2; }
p { color: rgb(242,158,210); }
H1.HeaderClassName
{
color: #F29ED2;
}
.AnyTagClassName
{
color: #F29ED2;
}
</style>
background-color css
<style>
a { background-color: #F29ED2; }
a { background-color: rgb(242,158,210); }
div.DivClassName
{
background-color: #F29ED2;
}
.BgClassName
{
background-color: #F29ED2;
}
</style>
border-color css
<style>
span { border-color: #F29ED2; }
span { border-color: rgb(242,158,210); }
td.TdClassName
{
border-color: #F29ED2;
}
.TagClassName
{
border-color: #F29ED2;
}
</style>