Shades of Lavender Rose #F59EEF
Tints of Lavender Rose #F59EEF
RGB
CMYK
RGB Variations
Color information
#F59EEF (or 0xF59EEF) is known color: Lavender Rose. HEX triplet: F5, 9E and EF. RGB value is (245,158,239). Sum of RGB (Red+Green+Blue) = 245+158+239=642 (85% of max value = 765). Red value is 245 (96.09% from 255 or 38.16% from 642); Green value is 158 (62.11% from 255 or 24.61% from 642); Blue value is 239 (93.75% from 255 or 37.23% from 642); Max value from RGB is 245 - color contains mainly: red. Hex color #F59EEF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F59EEF is #0A6110. Grayscale: #C1C1C1. Windows color (decimal): -680209 or 15703797. OLE color: 15703797.
HSL color Cylindrical-coordinate representation of color #F59EEF: hue angle of 304.14º degrees, saturation: 0.81, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #F59EEF is Cyan = 0, Magento = 0.36, Yellow = 0.02 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 158 | 239 | - |
| CMYK | 0 | 0.36 | 0.02 | 0.04 |
| HSL | 304.14º | 0.81% | 0.79% | - |
| HSV(B) | 304.14º | 0.36% | 0.96% | - |
| XYZ | 65.46 | 50.1 | 87.88 | - |
| YUV | 193.25 | 153.82 | 164.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 158 | 239 | 0 | 0.36 | 0.02 | 0.04 | 304.14 | 0.81 | 0.79 |
| Hex | F5 | 9E | EF | 0 | 24 | 2 | 4 | 130 | 51 | 4F |
| Octal | 365 | 236 | 357 | 0 | 44 | 2 | 4 | 460 | 121 | 117 |
| Binary | 11110101 | 10011110 | 11101111 | 0 | 100100 | 10 | 100 | 100110000 | 1010001 | 1001111 |
Color Harmonies of #F59EEF
Complementary color
Monochromatic Colors of #F59EEF
Black with #F59EEF
Text Example
Text Example
White with #F59EEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F59EEF; }
p { color: rgb(245,158,239); }
H1.HeaderClassName
{
color: #F59EEF;
}
.AnyTagClassName
{
color: #F59EEF;
}
</style>
background-color css
<style>
a { background-color: #F59EEF; }
a { background-color: rgb(245,158,239); }
div.DivClassName
{
background-color: #F59EEF;
}
.BgClassName
{
background-color: #F59EEF;
}
</style>
border-color css
<style>
span { border-color: #F59EEF; }
span { border-color: rgb(245,158,239); }
td.TdClassName
{
border-color: #F59EEF;
}
.TagClassName
{
border-color: #F59EEF;
}
</style>