Shades of Lavender Rose #F59CE8
Tints of Lavender Rose #F59CE8
RGB
CMYK
RGB Variations
Color information
#F59CE8 (or 0xF59CE8) is known color: Lavender Rose. HEX triplet: F5, 9C and E8. RGB value is (245,156,232). Sum of RGB (Red+Green+Blue) = 245+156+232=633 (83% of max value = 765). Red value is 245 (96.09% from 255 or 38.70% from 633); Green value is 156 (61.33% from 255 or 24.64% from 633); Blue value is 232 (91.02% from 255 or 36.65% from 633); Max value from RGB is 245 - color contains mainly: red. Hex color #F59CE8 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F59CE8 is #0A6317. Grayscale: #BFBFBF. Windows color (decimal): -680728 or 15244533. OLE color: 15244533.
HSL color Cylindrical-coordinate representation of color #F59CE8: hue angle of 308.76º degrees, saturation: 0.82, 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 #F59CE8 is Cyan = 0, Magento = 0.36, Yellow = 0.05 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 156 | 232 | - |
| CMYK | 0 | 0.36 | 0.05 | 0.04 |
| HSL | 308.76º | 0.82% | 0.79% | - |
| HSV(B) | 308.76º | 0.36% | 0.96% | - |
| XYZ | 64.11 | 49.02 | 82.43 | - |
| YUV | 191.28 | 150.99 | 166.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 156 | 232 | 0 | 0.36 | 0.05 | 0.04 | 308.76 | 0.82 | 0.79 |
| Hex | F5 | 9C | E8 | 0 | 24 | 5 | 4 | 135 | 52 | 4F |
| Octal | 365 | 234 | 350 | 0 | 44 | 5 | 4 | 465 | 122 | 117 |
| Binary | 11110101 | 10011100 | 11101000 | 0 | 100100 | 101 | 100 | 100110101 | 1010010 | 1001111 |
Color Harmonies of #F59CE8
Complementary color
Monochromatic Colors of #F59CE8
Black with #F59CE8
Text Example
Text Example
White with #F59CE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F59CE8; }
p { color: rgb(245,156,232); }
H1.HeaderClassName
{
color: #F59CE8;
}
.AnyTagClassName
{
color: #F59CE8;
}
</style>
background-color css
<style>
a { background-color: #F59CE8; }
a { background-color: rgb(245,156,232); }
div.DivClassName
{
background-color: #F59CE8;
}
.BgClassName
{
background-color: #F59CE8;
}
</style>
border-color css
<style>
span { border-color: #F59CE8; }
span { border-color: rgb(245,156,232); }
td.TdClassName
{
border-color: #F59CE8;
}
.TagClassName
{
border-color: #F59CE8;
}
</style>