Shades of Lavender Rose #F29BDB
Tints of Lavender Rose #F29BDB
RGB
CMYK
RGB Variations
Color information
#F29BDB (or 0xF29BDB) is known color: Lavender Rose. HEX triplet: F2, 9B and DB. RGB value is (242,155,219). Sum of RGB (Red+Green+Blue) = 242+155+219=616 (81% of max value = 765). Red value is 242 (94.92% from 255 or 39.29% from 616); Green value is 155 (60.94% from 255 or 25.16% from 616); Blue value is 219 (85.94% from 255 or 35.55% from 616); Max value from RGB is 242 - color contains mainly: red. Hex color #F29BDB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F29BDB is #0D6424. Grayscale: #BCBCBC. Windows color (decimal): -877605 or 14392306. OLE color: 14392306.
HSL color Cylindrical-coordinate representation of color #F29BDB: hue angle of 315.86º degrees, saturation: 0.77, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #F29BDB is Cyan = 0, Magento = 0.36, Yellow = 0.10 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 155 | 219 | - |
| CMYK | 0 | 0.36 | 0.10 | 0.05 |
| HSL | 315.86º | 0.77% | 0.78% | - |
| HSV(B) | 315.86º | 0.36% | 0.95% | - |
| XYZ | 61.13 | 47.43 | 72.95 | - |
| YUV | 188.31 | 145.32 | 166.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 155 | 219 | 0 | 0.36 | 0.10 | 0.05 | 315.86 | 0.77 | 0.78 |
| Hex | F2 | 9B | DB | 0 | 24 | A | 5 | 13C | 4D | 4E |
| Octal | 362 | 233 | 333 | 0 | 44 | 12 | 5 | 474 | 115 | 116 |
| Binary | 11110010 | 10011011 | 11011011 | 0 | 100100 | 1010 | 101 | 100111100 | 1001101 | 1001110 |
Color Harmonies of #F29BDB
Complementary color
Monochromatic Colors of #F29BDB
Black with #F29BDB
Text Example
Text Example
White with #F29BDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F29BDB; }
p { color: rgb(242,155,219); }
H1.HeaderClassName
{
color: #F29BDB;
}
.AnyTagClassName
{
color: #F29BDB;
}
</style>
background-color css
<style>
a { background-color: #F29BDB; }
a { background-color: rgb(242,155,219); }
div.DivClassName
{
background-color: #F29BDB;
}
.BgClassName
{
background-color: #F29BDB;
}
</style>
border-color css
<style>
span { border-color: #F29BDB; }
span { border-color: rgb(242,155,219); }
td.TdClassName
{
border-color: #F29BDB;
}
.TagClassName
{
border-color: #F29BDB;
}
</style>