Shades of Lavender Rose #F29CDB
Tints of Lavender Rose #F29CDB
RGB
CMYK
RGB Variations
Color information
#F29CDB (or 0xF29CDB) is known color: Lavender Rose. HEX triplet: F2, 9C and DB. RGB value is (242,156,219). Sum of RGB (Red+Green+Blue) = 242+156+219=617 (81% of max value = 765). Red value is 242 (94.92% from 255 or 39.22% from 617); Green value is 156 (61.33% from 255 or 25.28% from 617); Blue value is 219 (85.94% from 255 or 35.49% from 617); Max value from RGB is 242 - color contains mainly: red. Hex color #F29CDB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F29CDB is #0D6324. Grayscale: #BCBCBC. Windows color (decimal): -877349 or 14392562. OLE color: 14392562.
HSL color Cylindrical-coordinate representation of color #F29CDB: hue angle of 316.05º 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 #F29CDB is Cyan = 0, Magento = 0.36, Yellow = 0.10 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 156 | 219 | - |
| CMYK | 0 | 0.36 | 0.10 | 0.05 |
| HSL | 316.05º | 0.77% | 0.78% | - |
| HSV(B) | 316.05º | 0.36% | 0.95% | - |
| XYZ | 61.29 | 47.77 | 73.01 | - |
| YUV | 188.9 | 144.99 | 165.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 156 | 219 | 0 | 0.36 | 0.10 | 0.05 | 316.05 | 0.77 | 0.78 |
| Hex | F2 | 9C | DB | 0 | 24 | A | 5 | 13C | 4D | 4E |
| Octal | 362 | 234 | 333 | 0 | 44 | 12 | 5 | 474 | 115 | 116 |
| Binary | 11110010 | 10011100 | 11011011 | 0 | 100100 | 1010 | 101 | 100111100 | 1001101 | 1001110 |
Color Harmonies of #F29CDB
Complementary color
Monochromatic Colors of #F29CDB
Black with #F29CDB
Text Example
Text Example
White with #F29CDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F29CDB; }
p { color: rgb(242,156,219); }
H1.HeaderClassName
{
color: #F29CDB;
}
.AnyTagClassName
{
color: #F29CDB;
}
</style>
background-color css
<style>
a { background-color: #F29CDB; }
a { background-color: rgb(242,156,219); }
div.DivClassName
{
background-color: #F29CDB;
}
.BgClassName
{
background-color: #F29CDB;
}
</style>
border-color css
<style>
span { border-color: #F29CDB; }
span { border-color: rgb(242,156,219); }
td.TdClassName
{
border-color: #F29CDB;
}
.TagClassName
{
border-color: #F29CDB;
}
</style>