Shades of Lavender Rose #F59FDB
Tints of Lavender Rose #F59FDB
RGB
CMYK
RGB Variations
Color information
#F59FDB (or 0xF59FDB) is known color: Lavender Rose. HEX triplet: F5, 9F and DB. RGB value is (245,159,219). Sum of RGB (Red+Green+Blue) = 245+159+219=623 (82% of max value = 765). Red value is 245 (96.09% from 255 or 39.33% from 623); Green value is 159 (62.5% from 255 or 25.52% from 623); Blue value is 219 (85.94% from 255 or 35.15% from 623); Max value from RGB is 245 - color contains mainly: red. Hex color #F59FDB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F59FDB is #0A6024. Grayscale: #BFBFBF. Windows color (decimal): -679973 or 14393333. OLE color: 14393333.
HSL color Cylindrical-coordinate representation of color #F59FDB: hue angle of 318.14º 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 #F59FDB is Cyan = 0, Magento = 0.35, Yellow = 0.11 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 159 | 219 | - |
| CMYK | 0 | 0.35 | 0.11 | 0.04 |
| HSL | 318.14º | 0.81% | 0.79% | - |
| HSV(B) | 318.14º | 0.35% | 0.96% | - |
| XYZ | 62.84 | 49.32 | 73.23 | - |
| YUV | 191.55 | 143.49 | 166.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 159 | 219 | 0 | 0.35 | 0.11 | 0.04 | 318.14 | 0.81 | 0.79 |
| Hex | F5 | 9F | DB | 0 | 23 | B | 4 | 13E | 51 | 4F |
| Octal | 365 | 237 | 333 | 0 | 43 | 13 | 4 | 476 | 121 | 117 |
| Binary | 11110101 | 10011111 | 11011011 | 0 | 100011 | 1011 | 100 | 100111110 | 1010001 | 1001111 |
Color Harmonies of #F59FDB
Complementary color
Monochromatic Colors of #F59FDB
Black with #F59FDB
Text Example
Text Example
White with #F59FDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F59FDB; }
p { color: rgb(245,159,219); }
H1.HeaderClassName
{
color: #F59FDB;
}
.AnyTagClassName
{
color: #F59FDB;
}
</style>
background-color css
<style>
a { background-color: #F59FDB; }
a { background-color: rgb(245,159,219); }
div.DivClassName
{
background-color: #F59FDB;
}
.BgClassName
{
background-color: #F59FDB;
}
</style>
border-color css
<style>
span { border-color: #F59FDB; }
span { border-color: rgb(245,159,219); }
td.TdClassName
{
border-color: #F59FDB;
}
.TagClassName
{
border-color: #F59FDB;
}
</style>