Shades of Lavender Rose #F29DD2
Tints of Lavender Rose #F29DD2
RGB
CMYK
RGB Variations
Color information
#F29DD2 (or 0xF29DD2) is known color: Lavender Rose. HEX triplet: F2, 9D and D2. RGB value is (242,157,210). Sum of RGB (Red+Green+Blue) = 242+157+210=609 (80% of max value = 765). Red value is 242 (94.92% from 255 or 39.74% from 609); Green value is 157 (61.72% from 255 or 25.78% from 609); Blue value is 210 (82.42% from 255 or 34.48% from 609); Max value from RGB is 242 - color contains mainly: red. Hex color #F29DD2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F29DD2 is #0D622D. Grayscale: #BCBCBC. Windows color (decimal): -877102 or 13802994. OLE color: 13802994.
HSL color Cylindrical-coordinate representation of color #F29DD2: hue angle of 322.59º degrees, saturation: 0.77, 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 #F29DD2 is Cyan = 0, Magento = 0.35, Yellow = 0.13 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 157 | 210 | - |
| CMYK | 0 | 0.35 | 0.13 | 0.05 |
| HSL | 322.59º | 0.77% | 0.78% | - |
| HSV(B) | 322.59º | 0.35% | 0.95% | - |
| XYZ | 60.31 | 47.64 | 66.99 | - |
| YUV | 188.46 | 140.16 | 166.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 157 | 210 | 0 | 0.35 | 0.13 | 0.05 | 322.59 | 0.77 | 0.78 |
| Hex | F2 | 9D | D2 | 0 | 23 | D | 5 | 143 | 4D | 4E |
| Octal | 362 | 235 | 322 | 0 | 43 | 15 | 5 | 503 | 115 | 116 |
| Binary | 11110010 | 10011101 | 11010010 | 0 | 100011 | 1101 | 101 | 101000011 | 1001101 | 1001110 |
Color Harmonies of #F29DD2
Complementary color
Monochromatic Colors of #F29DD2
Black with #F29DD2
Text Example
Text Example
White with #F29DD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F29DD2; }
p { color: rgb(242,157,210); }
H1.HeaderClassName
{
color: #F29DD2;
}
.AnyTagClassName
{
color: #F29DD2;
}
</style>
background-color css
<style>
a { background-color: #F29DD2; }
a { background-color: rgb(242,157,210); }
div.DivClassName
{
background-color: #F29DD2;
}
.BgClassName
{
background-color: #F29DD2;
}
</style>
border-color css
<style>
span { border-color: #F29DD2; }
span { border-color: rgb(242,157,210); }
td.TdClassName
{
border-color: #F29DD2;
}
.TagClassName
{
border-color: #F29DD2;
}
</style>