Shades of Lavender Rose #F29BDE
Tints of Lavender Rose #F29BDE
RGB
CMYK
RGB Variations
Color information
#F29BDE (or 0xF29BDE) is known color: Lavender Rose. HEX triplet: F2, 9B and DE. RGB value is (242,155,222). Sum of RGB (Red+Green+Blue) = 242+155+222=619 (81% of max value = 765). Red value is 242 (94.92% from 255 or 39.10% from 619); Green value is 155 (60.94% from 255 or 25.04% from 619); Blue value is 222 (87.11% from 255 or 35.86% from 619); Max value from RGB is 242 - color contains mainly: red. Hex color #F29BDE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F29BDE is #0D6421. Grayscale: #BCBCBC. Windows color (decimal): -877602 or 14588914. OLE color: 14588914.
HSL color Cylindrical-coordinate representation of color #F29BDE: hue angle of 313.79º 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 #F29BDE is Cyan = 0, Magento = 0.36, Yellow = 0.08 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 155 | 222 | - |
| CMYK | 0 | 0.36 | 0.08 | 0.05 |
| HSL | 313.79º | 0.77% | 0.78% | - |
| HSV(B) | 313.79º | 0.36% | 0.95% | - |
| XYZ | 61.52 | 47.59 | 75.05 | - |
| YUV | 188.65 | 146.82 | 166.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 155 | 222 | 0 | 0.36 | 0.08 | 0.05 | 313.79 | 0.77 | 0.78 |
| Hex | F2 | 9B | DE | 0 | 24 | 8 | 5 | 13A | 4D | 4E |
| Octal | 362 | 233 | 336 | 0 | 44 | 10 | 5 | 472 | 115 | 116 |
| Binary | 11110010 | 10011011 | 11011110 | 0 | 100100 | 1000 | 101 | 100111010 | 1001101 | 1001110 |
Color Harmonies of #F29BDE
Complementary color
Monochromatic Colors of #F29BDE
Black with #F29BDE
Text Example
Text Example
White with #F29BDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F29BDE; }
p { color: rgb(242,155,222); }
H1.HeaderClassName
{
color: #F29BDE;
}
.AnyTagClassName
{
color: #F29BDE;
}
</style>
background-color css
<style>
a { background-color: #F29BDE; }
a { background-color: rgb(242,155,222); }
div.DivClassName
{
background-color: #F29BDE;
}
.BgClassName
{
background-color: #F29BDE;
}
</style>
border-color css
<style>
span { border-color: #F29BDE; }
span { border-color: rgb(242,155,222); }
td.TdClassName
{
border-color: #F29BDE;
}
.TagClassName
{
border-color: #F29BDE;
}
</style>