Shades of Lavender Rose #F59BDB
Tints of Lavender Rose #F59BDB
RGB
CMYK
RGB Variations
Color information
#F59BDB (or 0xF59BDB) is known color: Lavender Rose. HEX triplet: F5, 9B and DB. RGB value is (245,155,219). Sum of RGB (Red+Green+Blue) = 245+155+219=619 (81% of max value = 765). Red value is 245 (96.09% from 255 or 39.58% from 619); Green value is 155 (60.94% from 255 or 25.04% from 619); Blue value is 219 (85.94% from 255 or 35.38% from 619); Max value from RGB is 245 - color contains mainly: red. Hex color #F59BDB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F59BDB is #0A6424. Grayscale: #BDBDBD. Windows color (decimal): -680997 or 14392309. OLE color: 14392309.
HSL color Cylindrical-coordinate representation of color #F59BDB: hue angle of 317.33º degrees, saturation: 0.82, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #F59BDB is Cyan = 0, Magento = 0.37, Yellow = 0.11 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 155 | 219 | - |
| CMYK | 0 | 0.37 | 0.11 | 0.04 |
| HSL | 317.33º | 0.82% | 0.78% | - |
| HSV(B) | 317.33º | 0.37% | 0.96% | - |
| XYZ | 62.16 | 47.97 | 73 | - |
| YUV | 189.21 | 144.82 | 167.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 155 | 219 | 0 | 0.37 | 0.11 | 0.04 | 317.33 | 0.82 | 0.78 |
| Hex | F5 | 9B | DB | 0 | 25 | B | 4 | 13D | 52 | 4E |
| Octal | 365 | 233 | 333 | 0 | 45 | 13 | 4 | 475 | 122 | 116 |
| Binary | 11110101 | 10011011 | 11011011 | 0 | 100101 | 1011 | 100 | 100111101 | 1010010 | 1001110 |
Color Harmonies of #F59BDB
Complementary color
Monochromatic Colors of #F59BDB
Black with #F59BDB
Text Example
Text Example
White with #F59BDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F59BDB; }
p { color: rgb(245,155,219); }
H1.HeaderClassName
{
color: #F59BDB;
}
.AnyTagClassName
{
color: #F59BDB;
}
</style>
background-color css
<style>
a { background-color: #F59BDB; }
a { background-color: rgb(245,155,219); }
div.DivClassName
{
background-color: #F59BDB;
}
.BgClassName
{
background-color: #F59BDB;
}
</style>
border-color css
<style>
span { border-color: #F59BDB; }
span { border-color: rgb(245,155,219); }
td.TdClassName
{
border-color: #F59BDB;
}
.TagClassName
{
border-color: #F59BDB;
}
</style>