Shades of Lavender Rose #F29DDB
Tints of Lavender Rose #F29DDB
RGB
CMYK
RGB Variations
Color information
#F29DDB (or 0xF29DDB) is known color: Lavender Rose. HEX triplet: F2, 9D and DB. RGB value is (242,157,219). Sum of RGB (Red+Green+Blue) = 242+157+219=618 (81% of max value = 765). Red value is 242 (94.92% from 255 or 39.16% from 618); Green value is 157 (61.72% from 255 or 25.40% from 618); Blue value is 219 (85.94% from 255 or 35.44% from 618); Max value from RGB is 242 - color contains mainly: red. Hex color #F29DDB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F29DDB is #0D6224. Grayscale: #BDBDBD. Windows color (decimal): -877093 or 14392818. OLE color: 14392818.
HSL color Cylindrical-coordinate representation of color #F29DDB: hue angle of 316.24º 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 #F29DDB is Cyan = 0, Magento = 0.35, Yellow = 0.10 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 157 | 219 | - |
| CMYK | 0 | 0.35 | 0.10 | 0.05 |
| HSL | 316.24º | 0.77% | 0.78% | - |
| HSV(B) | 316.24º | 0.35% | 0.95% | - |
| XYZ | 61.46 | 48.11 | 73.06 | - |
| YUV | 189.48 | 144.66 | 165.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 157 | 219 | 0 | 0.35 | 0.10 | 0.05 | 316.24 | 0.77 | 0.78 |
| Hex | F2 | 9D | DB | 0 | 23 | A | 5 | 13C | 4D | 4E |
| Octal | 362 | 235 | 333 | 0 | 43 | 12 | 5 | 474 | 115 | 116 |
| Binary | 11110010 | 10011101 | 11011011 | 0 | 100011 | 1010 | 101 | 100111100 | 1001101 | 1001110 |
Color Harmonies of #F29DDB
Complementary color
Monochromatic Colors of #F29DDB
Black with #F29DDB
Text Example
Text Example
White with #F29DDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F29DDB; }
p { color: rgb(242,157,219); }
H1.HeaderClassName
{
color: #F29DDB;
}
.AnyTagClassName
{
color: #F29DDB;
}
</style>
background-color css
<style>
a { background-color: #F29DDB; }
a { background-color: rgb(242,157,219); }
div.DivClassName
{
background-color: #F29DDB;
}
.BgClassName
{
background-color: #F29DDB;
}
</style>
border-color css
<style>
span { border-color: #F29DDB; }
span { border-color: rgb(242,157,219); }
td.TdClassName
{
border-color: #F29DDB;
}
.TagClassName
{
border-color: #F29DDB;
}
</style>