Shades of Lavender Rose #F59ADB
Tints of Lavender Rose #F59ADB
RGB
CMYK
RGB Variations
Color information
#F59ADB (or 0xF59ADB) is known color: Lavender Rose. HEX triplet: F5, 9A and DB. RGB value is (245,154,219). Sum of RGB (Red+Green+Blue) = 245+154+219=618 (81% of max value = 765). Red value is 245 (96.09% from 255 or 39.64% from 618); Green value is 154 (60.55% from 255 or 24.92% from 618); Blue value is 219 (85.94% from 255 or 35.44% from 618); Max value from RGB is 245 - color contains mainly: red. Hex color #F59ADB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F59ADB is #0A6524. Grayscale: #BCBCBC. Windows color (decimal): -681253 or 14392053. OLE color: 14392053.
HSL color Cylindrical-coordinate representation of color #F59ADB: hue angle of 317.14º 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 #F59ADB is Cyan = 0, Magento = 0.37, Yellow = 0.11 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 154 | 219 | - |
| CMYK | 0 | 0.37 | 0.11 | 0.04 |
| HSL | 317.14º | 0.82% | 0.78% | - |
| HSV(B) | 317.14º | 0.37% | 0.96% | - |
| XYZ | 62 | 47.64 | 72.95 | - |
| YUV | 188.62 | 145.15 | 168.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 154 | 219 | 0 | 0.37 | 0.11 | 0.04 | 317.14 | 0.82 | 0.78 |
| Hex | F5 | 9A | DB | 0 | 25 | B | 4 | 13D | 52 | 4E |
| Octal | 365 | 232 | 333 | 0 | 45 | 13 | 4 | 475 | 122 | 116 |
| Binary | 11110101 | 10011010 | 11011011 | 0 | 100101 | 1011 | 100 | 100111101 | 1010010 | 1001110 |
Color Harmonies of #F59ADB
Complementary color
Monochromatic Colors of #F59ADB
Black with #F59ADB
Text Example
Text Example
White with #F59ADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F59ADB; }
p { color: rgb(245,154,219); }
H1.HeaderClassName
{
color: #F59ADB;
}
.AnyTagClassName
{
color: #F59ADB;
}
</style>
background-color css
<style>
a { background-color: #F59ADB; }
a { background-color: rgb(245,154,219); }
div.DivClassName
{
background-color: #F59ADB;
}
.BgClassName
{
background-color: #F59ADB;
}
</style>
border-color css
<style>
span { border-color: #F59ADB; }
span { border-color: rgb(245,154,219); }
td.TdClassName
{
border-color: #F59ADB;
}
.TagClassName
{
border-color: #F59ADB;
}
</style>