Shades of Lavender Rose #F09BE0
Tints of Lavender Rose #F09BE0
RGB
CMYK
RGB Variations
Color information
#F09BE0 (or 0xF09BE0) is known color: Lavender Rose. HEX triplet: F0, 9B and E0. RGB value is (240,155,224). Sum of RGB (Red+Green+Blue) = 240+155+224=619 (81% of max value = 765). Red value is 240 (94.14% from 255 or 38.77% from 619); Green value is 155 (60.94% from 255 or 25.04% from 619); Blue value is 224 (87.89% from 255 or 36.19% from 619); Max value from RGB is 240 - color contains mainly: red. Hex color #F09BE0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F09BE0 is #0F641F. Grayscale: #BCBCBC. Windows color (decimal): -1008672 or 14719984. OLE color: 14719984.
HSL color Cylindrical-coordinate representation of color #F09BE0: hue angle of 311.29º 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 #F09BE0 is Cyan = 0, Magento = 0.35, Yellow = 0.07 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 155 | 224 | - |
| CMYK | 0 | 0.35 | 0.07 | 0.06 |
| HSL | 311.29º | 0.74% | 0.77% | - |
| HSV(B) | 311.29º | 0.35% | 0.94% | - |
| XYZ | 61.11 | 47.35 | 76.44 | - |
| YUV | 188.28 | 148.16 | 164.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 155 | 224 | 0 | 0.35 | 0.07 | 0.06 | 311.29 | 0.74 | 0.77 |
| Hex | F0 | 9B | E0 | 0 | 23 | 7 | 6 | 137 | 4A | 4D |
| Octal | 360 | 233 | 340 | 0 | 43 | 7 | 6 | 467 | 112 | 115 |
| Binary | 11110000 | 10011011 | 11100000 | 0 | 100011 | 111 | 110 | 100110111 | 1001010 | 1001101 |
Color Harmonies of #F09BE0
Complementary color
Monochromatic Colors of #F09BE0
Black with #F09BE0
Text Example
Text Example
White with #F09BE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F09BE0; }
p { color: rgb(240,155,224); }
H1.HeaderClassName
{
color: #F09BE0;
}
.AnyTagClassName
{
color: #F09BE0;
}
</style>
background-color css
<style>
a { background-color: #F09BE0; }
a { background-color: rgb(240,155,224); }
div.DivClassName
{
background-color: #F09BE0;
}
.BgClassName
{
background-color: #F09BE0;
}
</style>
border-color css
<style>
span { border-color: #F09BE0; }
span { border-color: rgb(240,155,224); }
td.TdClassName
{
border-color: #F09BE0;
}
.TagClassName
{
border-color: #F09BE0;
}
</style>