Shades of Lavender Rose #F59BEC
Tints of Lavender Rose #F59BEC
RGB
CMYK
RGB Variations
Color information
#F59BEC (or 0xF59BEC) is known color: Lavender Rose. HEX triplet: F5, 9B and EC. RGB value is (245,155,236). Sum of RGB (Red+Green+Blue) = 245+155+236=636 (84% of max value = 765). Red value is 245 (96.09% from 255 or 38.52% from 636); Green value is 155 (60.94% from 255 or 24.37% from 636); Blue value is 236 (92.58% from 255 or 37.11% from 636); Max value from RGB is 245 - color contains mainly: red. Hex color #F59BEC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F59BEC is #0A6413. Grayscale: #BEBEBE. Windows color (decimal): -680980 or 15506421. OLE color: 15506421.
HSL color Cylindrical-coordinate representation of color #F59BEC: hue angle of 306º degrees, saturation: 0.82, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #F59BEC is Cyan = 0, Magento = 0.37, Yellow = 0.04 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 155 | 236 | - |
| CMYK | 0 | 0.37 | 0.04 | 0.04 |
| HSL | 306º | 0.82% | 0.78% | - |
| HSV(B) | 306º | 0.37% | 0.96% | - |
| XYZ | 64.52 | 48.91 | 85.4 | - |
| YUV | 191.14 | 153.32 | 166.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 155 | 236 | 0 | 0.37 | 0.04 | 0.04 | 306 | 0.82 | 0.78 |
| Hex | F5 | 9B | EC | 0 | 25 | 4 | 4 | 132 | 52 | 4E |
| Octal | 365 | 233 | 354 | 0 | 45 | 4 | 4 | 462 | 122 | 116 |
| Binary | 11110101 | 10011011 | 11101100 | 0 | 100101 | 100 | 100 | 100110010 | 1010010 | 1001110 |
Color Harmonies of #F59BEC
Complementary color
Monochromatic Colors of #F59BEC
Black with #F59BEC
Text Example
Text Example
White with #F59BEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F59BEC; }
p { color: rgb(245,155,236); }
H1.HeaderClassName
{
color: #F59BEC;
}
.AnyTagClassName
{
color: #F59BEC;
}
</style>
background-color css
<style>
a { background-color: #F59BEC; }
a { background-color: rgb(245,155,236); }
div.DivClassName
{
background-color: #F59BEC;
}
.BgClassName
{
background-color: #F59BEC;
}
</style>
border-color css
<style>
span { border-color: #F59BEC; }
span { border-color: rgb(245,155,236); }
td.TdClassName
{
border-color: #F59BEC;
}
.TagClassName
{
border-color: #F59BEC;
}
</style>