Shades of Lavender Rose #F59EDD
Tints of Lavender Rose #F59EDD
RGB
CMYK
RGB Variations
Color information
#F59EDD (or 0xF59EDD) is known color: Lavender Rose. HEX triplet: F5, 9E and DD. RGB value is (245,158,221). Sum of RGB (Red+Green+Blue) = 245+158+221=624 (82% of max value = 765). Red value is 245 (96.09% from 255 or 39.26% from 624); Green value is 158 (62.11% from 255 or 25.32% from 624); Blue value is 221 (86.72% from 255 or 35.42% from 624); Max value from RGB is 245 - color contains mainly: red. Hex color #F59EDD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F59EDD is #0A6122. Grayscale: #BFBFBF. Windows color (decimal): -680227 or 14524149. OLE color: 14524149.
HSL color Cylindrical-coordinate representation of color #F59EDD: hue angle of 316.55º 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 #F59EDD is Cyan = 0, Magento = 0.36, Yellow = 0.10 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 158 | 221 | - |
| CMYK | 0 | 0.36 | 0.10 | 0.04 |
| HSL | 316.55º | 0.81% | 0.79% | - |
| HSV(B) | 316.55º | 0.36% | 0.96% | - |
| XYZ | 62.93 | 49.09 | 74.56 | - |
| YUV | 191.2 | 144.82 | 166.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 158 | 221 | 0 | 0.36 | 0.10 | 0.04 | 316.55 | 0.81 | 0.79 |
| Hex | F5 | 9E | DD | 0 | 24 | A | 4 | 13D | 51 | 4F |
| Octal | 365 | 236 | 335 | 0 | 44 | 12 | 4 | 475 | 121 | 117 |
| Binary | 11110101 | 10011110 | 11011101 | 0 | 100100 | 1010 | 100 | 100111101 | 1010001 | 1001111 |
Color Harmonies of #F59EDD
Complementary color
Monochromatic Colors of #F59EDD
Black with #F59EDD
Text Example
Text Example
White with #F59EDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F59EDD; }
p { color: rgb(245,158,221); }
H1.HeaderClassName
{
color: #F59EDD;
}
.AnyTagClassName
{
color: #F59EDD;
}
</style>
background-color css
<style>
a { background-color: #F59EDD; }
a { background-color: rgb(245,158,221); }
div.DivClassName
{
background-color: #F59EDD;
}
.BgClassName
{
background-color: #F59EDD;
}
</style>
border-color css
<style>
span { border-color: #F59EDD; }
span { border-color: rgb(245,158,221); }
td.TdClassName
{
border-color: #F59EDD;
}
.TagClassName
{
border-color: #F59EDD;
}
</style>