Shades of Lavender Rose #F29BEC
Tints of Lavender Rose #F29BEC
RGB
CMYK
RGB Variations
Color information
#F29BEC (or 0xF29BEC) is known color: Lavender Rose. HEX triplet: F2, 9B and EC. RGB value is (242,155,236). Sum of RGB (Red+Green+Blue) = 242+155+236=633 (83% of max value = 765). Red value is 242 (94.92% from 255 or 38.23% from 633); Green value is 155 (60.94% from 255 or 24.49% from 633); Blue value is 236 (92.58% from 255 or 37.28% from 633); Max value from RGB is 242 - color contains mainly: red. Hex color #F29BEC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F29BEC is #0D6413. Grayscale: #BEBEBE. Windows color (decimal): -877588 or 15506418. OLE color: 15506418.
HSL color Cylindrical-coordinate representation of color #F29BEC: hue angle of 304.14º 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 #F29BEC is Cyan = 0, Magento = 0.36, Yellow = 0.02 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 155 | 236 | - |
| CMYK | 0 | 0.36 | 0.02 | 0.05 |
| HSL | 304.14º | 0.77% | 0.78% | - |
| HSV(B) | 304.14º | 0.36% | 0.95% | - |
| XYZ | 63.48 | 48.38 | 85.35 | - |
| YUV | 190.25 | 153.82 | 164.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 155 | 236 | 0 | 0.36 | 0.02 | 0.05 | 304.14 | 0.77 | 0.78 |
| Hex | F2 | 9B | EC | 0 | 24 | 2 | 5 | 130 | 4D | 4E |
| Octal | 362 | 233 | 354 | 0 | 44 | 2 | 5 | 460 | 115 | 116 |
| Binary | 11110010 | 10011011 | 11101100 | 0 | 100100 | 10 | 101 | 100110000 | 1001101 | 1001110 |
Color Harmonies of #F29BEC
Complementary color
Monochromatic Colors of #F29BEC
Black with #F29BEC
Text Example
Text Example
White with #F29BEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F29BEC; }
p { color: rgb(242,155,236); }
H1.HeaderClassName
{
color: #F29BEC;
}
.AnyTagClassName
{
color: #F29BEC;
}
</style>
background-color css
<style>
a { background-color: #F29BEC; }
a { background-color: rgb(242,155,236); }
div.DivClassName
{
background-color: #F29BEC;
}
.BgClassName
{
background-color: #F29BEC;
}
</style>
border-color css
<style>
span { border-color: #F29BEC; }
span { border-color: rgb(242,155,236); }
td.TdClassName
{
border-color: #F29BEC;
}
.TagClassName
{
border-color: #F29BEC;
}
</style>