Shades of Lavender Rose #F59DED
Tints of Lavender Rose #F59DED
RGB
CMYK
RGB Variations
Color information
#F59DED (or 0xF59DED) is known color: Lavender Rose. HEX triplet: F5, 9D and ED. RGB value is (245,157,237). Sum of RGB (Red+Green+Blue) = 245+157+237=639 (84% of max value = 765). Red value is 245 (96.09% from 255 or 38.34% from 639); Green value is 157 (61.72% from 255 or 24.57% from 639); Blue value is 237 (92.97% from 255 or 37.09% from 639); Max value from RGB is 245 - color contains mainly: red. Hex color #F59DED is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F59DED is #0A6212. Grayscale: #C0C0C0. Windows color (decimal): -680467 or 15572469. OLE color: 15572469.
HSL color Cylindrical-coordinate representation of color #F59DED: hue angle of 305.45º 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 #F59DED is Cyan = 0, Magento = 0.36, Yellow = 0.03 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 157 | 237 | - |
| CMYK | 0 | 0.36 | 0.03 | 0.04 |
| HSL | 305.45º | 0.81% | 0.79% | - |
| HSV(B) | 305.45º | 0.36% | 0.96% | - |
| XYZ | 65 | 49.64 | 86.28 | - |
| YUV | 192.43 | 153.15 | 165.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 157 | 237 | 0 | 0.36 | 0.03 | 0.04 | 305.45 | 0.81 | 0.79 |
| Hex | F5 | 9D | ED | 0 | 24 | 3 | 4 | 131 | 51 | 4F |
| Octal | 365 | 235 | 355 | 0 | 44 | 3 | 4 | 461 | 121 | 117 |
| Binary | 11110101 | 10011101 | 11101101 | 0 | 100100 | 11 | 100 | 100110001 | 1010001 | 1001111 |
Color Harmonies of #F59DED
Complementary color
Monochromatic Colors of #F59DED
Black with #F59DED
Text Example
Text Example
White with #F59DED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F59DED; }
p { color: rgb(245,157,237); }
H1.HeaderClassName
{
color: #F59DED;
}
.AnyTagClassName
{
color: #F59DED;
}
</style>
background-color css
<style>
a { background-color: #F59DED; }
a { background-color: rgb(245,157,237); }
div.DivClassName
{
background-color: #F59DED;
}
.BgClassName
{
background-color: #F59DED;
}
</style>
border-color css
<style>
span { border-color: #F59DED; }
span { border-color: rgb(245,157,237); }
td.TdClassName
{
border-color: #F59DED;
}
.TagClassName
{
border-color: #F59DED;
}
</style>