Shades of Lavender Rose #F19FDB
Tints of Lavender Rose #F19FDB
RGB
CMYK
RGB Variations
Color information
#F19FDB (or 0xF19FDB) is known color: Lavender Rose. HEX triplet: F1, 9F and DB. RGB value is (241,159,219). Sum of RGB (Red+Green+Blue) = 241+159+219=619 (81% of max value = 765). Red value is 241 (94.53% from 255 or 38.93% from 619); Green value is 159 (62.5% from 255 or 25.69% from 619); Blue value is 219 (85.94% from 255 or 35.38% from 619); Max value from RGB is 241 - color contains mainly: red. Hex color #F19FDB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F19FDB is #0E6024. Grayscale: #BEBEBE. Windows color (decimal): -942117 or 14393329. OLE color: 14393329.
HSL color Cylindrical-coordinate representation of color #F19FDB: hue angle of 316.1º degrees, saturation: 0.75, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #F19FDB is Cyan = 0, Magento = 0.34, Yellow = 0.09 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 159 | 219 | - |
| CMYK | 0 | 0.34 | 0.09 | 0.05 |
| HSL | 316.1º | 0.75% | 0.78% | - |
| HSV(B) | 316.1º | 0.34% | 0.95% | - |
| XYZ | 61.46 | 48.61 | 73.16 | - |
| YUV | 190.36 | 144.17 | 164.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 159 | 219 | 0 | 0.34 | 0.09 | 0.05 | 316.1 | 0.75 | 0.78 |
| Hex | F1 | 9F | DB | 0 | 22 | 9 | 5 | 13C | 4B | 4E |
| Octal | 361 | 237 | 333 | 0 | 42 | 11 | 5 | 474 | 113 | 116 |
| Binary | 11110001 | 10011111 | 11011011 | 0 | 100010 | 1001 | 101 | 100111100 | 1001011 | 1001110 |
Color Harmonies of #F19FDB
Complementary color
Monochromatic Colors of #F19FDB
Black with #F19FDB
Text Example
Text Example
White with #F19FDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F19FDB; }
p { color: rgb(241,159,219); }
H1.HeaderClassName
{
color: #F19FDB;
}
.AnyTagClassName
{
color: #F19FDB;
}
</style>
background-color css
<style>
a { background-color: #F19FDB; }
a { background-color: rgb(241,159,219); }
div.DivClassName
{
background-color: #F19FDB;
}
.BgClassName
{
background-color: #F19FDB;
}
</style>
border-color css
<style>
span { border-color: #F19FDB; }
span { border-color: rgb(241,159,219); }
td.TdClassName
{
border-color: #F19FDB;
}
.TagClassName
{
border-color: #F19FDB;
}
</style>