Shades of Lavender Rose #F59DE4
Tints of Lavender Rose #F59DE4
RGB
CMYK
RGB Variations
Color information
#F59DE4 (or 0xF59DE4) is known color: Lavender Rose. HEX triplet: F5, 9D and E4. RGB value is (245,157,228). Sum of RGB (Red+Green+Blue) = 245+157+228=630 (83% of max value = 765). Red value is 245 (96.09% from 255 or 38.89% from 630); Green value is 157 (61.72% from 255 or 24.92% from 630); Blue value is 228 (89.45% from 255 or 36.19% from 630); Max value from RGB is 245 - color contains mainly: red. Hex color #F59DE4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F59DE4 is #0A621B. Grayscale: #BFBFBF. Windows color (decimal): -680476 or 14982645. OLE color: 14982645.
HSL color Cylindrical-coordinate representation of color #F59DE4: hue angle of 311.59º 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 #F59DE4 is Cyan = 0, Magento = 0.36, Yellow = 0.07 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 157 | 228 | - |
| CMYK | 0 | 0.36 | 0.07 | 0.04 |
| HSL | 311.59º | 0.81% | 0.79% | - |
| HSV(B) | 311.59º | 0.36% | 0.96% | - |
| XYZ | 63.72 | 49.13 | 79.52 | - |
| YUV | 191.41 | 148.65 | 166.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 157 | 228 | 0 | 0.36 | 0.07 | 0.04 | 311.59 | 0.81 | 0.79 |
| Hex | F5 | 9D | E4 | 0 | 24 | 7 | 4 | 138 | 51 | 4F |
| Octal | 365 | 235 | 344 | 0 | 44 | 7 | 4 | 470 | 121 | 117 |
| Binary | 11110101 | 10011101 | 11100100 | 0 | 100100 | 111 | 100 | 100111000 | 1010001 | 1001111 |
Color Harmonies of #F59DE4
Complementary color
Monochromatic Colors of #F59DE4
Black with #F59DE4
Text Example
Text Example
White with #F59DE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F59DE4; }
p { color: rgb(245,157,228); }
H1.HeaderClassName
{
color: #F59DE4;
}
.AnyTagClassName
{
color: #F59DE4;
}
</style>
background-color css
<style>
a { background-color: #F59DE4; }
a { background-color: rgb(245,157,228); }
div.DivClassName
{
background-color: #F59DE4;
}
.BgClassName
{
background-color: #F59DE4;
}
</style>
border-color css
<style>
span { border-color: #F59DE4; }
span { border-color: rgb(245,157,228); }
td.TdClassName
{
border-color: #F59DE4;
}
.TagClassName
{
border-color: #F59DE4;
}
</style>