Shades of Lavender Rose #F29DD5
Tints of Lavender Rose #F29DD5
RGB
CMYK
RGB Variations
Color information
#F29DD5 (or 0xF29DD5) is known color: Lavender Rose. HEX triplet: F2, 9D and D5. RGB value is (242,157,213). Sum of RGB (Red+Green+Blue) = 242+157+213=612 (81% of max value = 765). Red value is 242 (94.92% from 255 or 39.54% from 612); Green value is 157 (61.72% from 255 or 25.65% from 612); Blue value is 213 (83.59% from 255 or 34.80% from 612); Max value from RGB is 242 - color contains mainly: red. Hex color #F29DD5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F29DD5 is #0D622A. Grayscale: #BCBCBC. Windows color (decimal): -877099 or 13999602. OLE color: 13999602.
HSL color Cylindrical-coordinate representation of color #F29DD5: hue angle of 320.47º 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 #F29DD5 is Cyan = 0, Magento = 0.35, Yellow = 0.12 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 157 | 213 | - |
| CMYK | 0 | 0.35 | 0.12 | 0.05 |
| HSL | 320.47º | 0.77% | 0.78% | - |
| HSV(B) | 320.47º | 0.35% | 0.95% | - |
| XYZ | 60.69 | 47.8 | 68.98 | - |
| YUV | 188.8 | 141.66 | 165.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 157 | 213 | 0 | 0.35 | 0.12 | 0.05 | 320.47 | 0.77 | 0.78 |
| Hex | F2 | 9D | D5 | 0 | 23 | C | 5 | 140 | 4D | 4E |
| Octal | 362 | 235 | 325 | 0 | 43 | 14 | 5 | 500 | 115 | 116 |
| Binary | 11110010 | 10011101 | 11010101 | 0 | 100011 | 1100 | 101 | 101000000 | 1001101 | 1001110 |
Color Harmonies of #F29DD5
Complementary color
Monochromatic Colors of #F29DD5
Black with #F29DD5
Text Example
Text Example
White with #F29DD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F29DD5; }
p { color: rgb(242,157,213); }
H1.HeaderClassName
{
color: #F29DD5;
}
.AnyTagClassName
{
color: #F29DD5;
}
</style>
background-color css
<style>
a { background-color: #F29DD5; }
a { background-color: rgb(242,157,213); }
div.DivClassName
{
background-color: #F29DD5;
}
.BgClassName
{
background-color: #F29DD5;
}
</style>
border-color css
<style>
span { border-color: #F29DD5; }
span { border-color: rgb(242,157,213); }
td.TdClassName
{
border-color: #F29DD5;
}
.TagClassName
{
border-color: #F29DD5;
}
</style>