Shades of Lavender Rose #F59EED
Tints of Lavender Rose #F59EED
RGB
CMYK
RGB Variations
Color information
#F59EED (or 0xF59EED) is known color: Lavender Rose. HEX triplet: F5, 9E and ED. RGB value is (245,158,237). Sum of RGB (Red+Green+Blue) = 245+158+237=640 (84% of max value = 765). Red value is 245 (96.09% from 255 or 38.28% from 640); Green value is 158 (62.11% from 255 or 24.69% from 640); Blue value is 237 (92.97% from 255 or 37.03% from 640); Max value from RGB is 245 - color contains mainly: red. Hex color #F59EED is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F59EED is #0A6112. Grayscale: #C0C0C0. Windows color (decimal): -680211 or 15572725. OLE color: 15572725.
HSL color Cylindrical-coordinate representation of color #F59EED: hue angle of 305.52º 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 #F59EED is Cyan = 0, Magento = 0.36, Yellow = 0.03 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 158 | 237 | - |
| CMYK | 0 | 0.36 | 0.03 | 0.04 |
| HSL | 305.52º | 0.81% | 0.79% | - |
| HSV(B) | 305.52º | 0.36% | 0.96% | - |
| XYZ | 65.17 | 49.98 | 86.33 | - |
| YUV | 193.02 | 152.82 | 165.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 158 | 237 | 0 | 0.36 | 0.03 | 0.04 | 305.52 | 0.81 | 0.79 |
| Hex | F5 | 9E | ED | 0 | 24 | 3 | 4 | 132 | 51 | 4F |
| Octal | 365 | 236 | 355 | 0 | 44 | 3 | 4 | 462 | 121 | 117 |
| Binary | 11110101 | 10011110 | 11101101 | 0 | 100100 | 11 | 100 | 100110010 | 1010001 | 1001111 |
Color Harmonies of #F59EED
Complementary color
Monochromatic Colors of #F59EED
Black with #F59EED
Text Example
Text Example
White with #F59EED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F59EED; }
p { color: rgb(245,158,237); }
H1.HeaderClassName
{
color: #F59EED;
}
.AnyTagClassName
{
color: #F59EED;
}
</style>
background-color css
<style>
a { background-color: #F59EED; }
a { background-color: rgb(245,158,237); }
div.DivClassName
{
background-color: #F59EED;
}
.BgClassName
{
background-color: #F59EED;
}
</style>
border-color css
<style>
span { border-color: #F59EED; }
span { border-color: rgb(245,158,237); }
td.TdClassName
{
border-color: #F59EED;
}
.TagClassName
{
border-color: #F59EED;
}
</style>