Shades of Lavender Rose #F59CE2
Tints of Lavender Rose #F59CE2
RGB
CMYK
RGB Variations
Color information
#F59CE2 (or 0xF59CE2) is known color: Lavender Rose. HEX triplet: F5, 9C and E2. RGB value is (245,156,226). Sum of RGB (Red+Green+Blue) = 245+156+226=627 (83% of max value = 765). Red value is 245 (96.09% from 255 or 39.07% from 627); Green value is 156 (61.33% from 255 or 24.88% from 627); Blue value is 226 (88.67% from 255 or 36.04% from 627); Max value from RGB is 245 - color contains mainly: red. Hex color #F59CE2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F59CE2 is #0A631D. Grayscale: #BEBEBE. Windows color (decimal): -680734 or 14851317. OLE color: 14851317.
HSL color Cylindrical-coordinate representation of color #F59CE2: hue angle of 312.81º 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 #F59CE2 is Cyan = 0, Magento = 0.36, Yellow = 0.08 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 156 | 226 | - |
| CMYK | 0 | 0.36 | 0.08 | 0.04 |
| HSL | 312.81º | 0.82% | 0.79% | - |
| HSV(B) | 312.81º | 0.36% | 0.96% | - |
| XYZ | 63.27 | 48.68 | 78.01 | - |
| YUV | 190.59 | 147.99 | 166.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 156 | 226 | 0 | 0.36 | 0.08 | 0.04 | 312.81 | 0.82 | 0.79 |
| Hex | F5 | 9C | E2 | 0 | 24 | 8 | 4 | 139 | 52 | 4F |
| Octal | 365 | 234 | 342 | 0 | 44 | 10 | 4 | 471 | 122 | 117 |
| Binary | 11110101 | 10011100 | 11100010 | 0 | 100100 | 1000 | 100 | 100111001 | 1010010 | 1001111 |
Color Harmonies of #F59CE2
Complementary color
Monochromatic Colors of #F59CE2
Black with #F59CE2
Text Example
Text Example
White with #F59CE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F59CE2; }
p { color: rgb(245,156,226); }
H1.HeaderClassName
{
color: #F59CE2;
}
.AnyTagClassName
{
color: #F59CE2;
}
</style>
background-color css
<style>
a { background-color: #F59CE2; }
a { background-color: rgb(245,156,226); }
div.DivClassName
{
background-color: #F59CE2;
}
.BgClassName
{
background-color: #F59CE2;
}
</style>
border-color css
<style>
span { border-color: #F59CE2; }
span { border-color: rgb(245,156,226); }
td.TdClassName
{
border-color: #F59CE2;
}
.TagClassName
{
border-color: #F59CE2;
}
</style>