Shades of Lavender Rose #F59FDC
Tints of Lavender Rose #F59FDC
RGB
CMYK
RGB Variations
Color information
#F59FDC (or 0xF59FDC) is known color: Lavender Rose. HEX triplet: F5, 9F and DC. RGB value is (245,159,220). Sum of RGB (Red+Green+Blue) = 245+159+220=624 (82% of max value = 765). Red value is 245 (96.09% from 255 or 39.26% from 624); Green value is 159 (62.5% from 255 or 25.48% from 624); Blue value is 220 (86.33% from 255 or 35.26% from 624); Max value from RGB is 245 - color contains mainly: red. Hex color #F59FDC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F59FDC is #0A6023. Grayscale: #BFBFBF. Windows color (decimal): -679972 or 14458869. OLE color: 14458869.
HSL color Cylindrical-coordinate representation of color #F59FDC: hue angle of 317.44º degrees, saturation: 0.81, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #F59FDC is Cyan = 0, Magento = 0.35, Yellow = 0.10 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 159 | 220 | - |
| CMYK | 0 | 0.35 | 0.10 | 0.04 |
| HSL | 317.44º | 0.81% | 0.79% | - |
| HSV(B) | 317.44º | 0.35% | 0.96% | - |
| XYZ | 62.97 | 49.38 | 73.92 | - |
| YUV | 191.67 | 143.99 | 166.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 159 | 220 | 0 | 0.35 | 0.10 | 0.04 | 317.44 | 0.81 | 0.79 |
| Hex | F5 | 9F | DC | 0 | 23 | A | 4 | 13D | 51 | 4F |
| Octal | 365 | 237 | 334 | 0 | 43 | 12 | 4 | 475 | 121 | 117 |
| Binary | 11110101 | 10011111 | 11011100 | 0 | 100011 | 1010 | 100 | 100111101 | 1010001 | 1001111 |
Color Harmonies of #F59FDC
Complementary color
Monochromatic Colors of #F59FDC
Black with #F59FDC
Text Example
Text Example
White with #F59FDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F59FDC; }
p { color: rgb(245,159,220); }
H1.HeaderClassName
{
color: #F59FDC;
}
.AnyTagClassName
{
color: #F59FDC;
}
</style>
background-color css
<style>
a { background-color: #F59FDC; }
a { background-color: rgb(245,159,220); }
div.DivClassName
{
background-color: #F59FDC;
}
.BgClassName
{
background-color: #F59FDC;
}
</style>
border-color css
<style>
span { border-color: #F59FDC; }
span { border-color: rgb(245,159,220); }
td.TdClassName
{
border-color: #F59FDC;
}
.TagClassName
{
border-color: #F59FDC;
}
</style>