Shades of Lavender Rose #F09BEC
Tints of Lavender Rose #F09BEC
RGB
CMYK
RGB Variations
Color information
#F09BEC (or 0xF09BEC) is known color: Lavender Rose. HEX triplet: F0, 9B and EC. RGB value is (240,155,236). Sum of RGB (Red+Green+Blue) = 240+155+236=631 (83% of max value = 765). Red value is 240 (94.14% from 255 or 38.03% from 631); Green value is 155 (60.94% from 255 or 24.56% from 631); Blue value is 236 (92.58% from 255 or 37.40% from 631); Max value from RGB is 240 - color contains mainly: red. Hex color #F09BEC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F09BEC is #0F6413. Grayscale: #BDBDBD. Windows color (decimal): -1008660 or 15506416. OLE color: 15506416.
HSL color Cylindrical-coordinate representation of color #F09BEC: hue angle of 302.82º degrees, saturation: 0.74, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #F09BEC is Cyan = 0, Magento = 0.35, Yellow = 0.02 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 155 | 236 | - |
| CMYK | 0 | 0.35 | 0.02 | 0.06 |
| HSL | 302.82º | 0.74% | 0.77% | - |
| HSV(B) | 302.82º | 0.35% | 0.94% | - |
| XYZ | 62.8 | 48.02 | 85.32 | - |
| YUV | 189.65 | 154.16 | 163.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 155 | 236 | 0 | 0.35 | 0.02 | 0.06 | 302.82 | 0.74 | 0.77 |
| Hex | F0 | 9B | EC | 0 | 23 | 2 | 6 | 12F | 4A | 4D |
| Octal | 360 | 233 | 354 | 0 | 43 | 2 | 6 | 457 | 112 | 115 |
| Binary | 11110000 | 10011011 | 11101100 | 0 | 100011 | 10 | 110 | 100101111 | 1001010 | 1001101 |
Color Harmonies of #F09BEC
Complementary color
Monochromatic Colors of #F09BEC
Black with #F09BEC
Text Example
Text Example
White with #F09BEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F09BEC; }
p { color: rgb(240,155,236); }
H1.HeaderClassName
{
color: #F09BEC;
}
.AnyTagClassName
{
color: #F09BEC;
}
</style>
background-color css
<style>
a { background-color: #F09BEC; }
a { background-color: rgb(240,155,236); }
div.DivClassName
{
background-color: #F09BEC;
}
.BgClassName
{
background-color: #F09BEC;
}
</style>
border-color css
<style>
span { border-color: #F09BEC; }
span { border-color: rgb(240,155,236); }
td.TdClassName
{
border-color: #F09BEC;
}
.TagClassName
{
border-color: #F09BEC;
}
</style>