Shades of Lavender Rose #F19BDB
Tints of Lavender Rose #F19BDB
RGB
CMYK
RGB Variations
Color information
#F19BDB (or 0xF19BDB) is known color: Lavender Rose. HEX triplet: F1, 9B and DB. RGB value is (241,155,219). Sum of RGB (Red+Green+Blue) = 241+155+219=615 (81% of max value = 765). Red value is 241 (94.53% from 255 or 39.19% from 615); Green value is 155 (60.94% from 255 or 25.20% from 615); Blue value is 219 (85.94% from 255 or 35.61% from 615); Max value from RGB is 241 - color contains mainly: red. Hex color #F19BDB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F19BDB is #0E6424. Grayscale: #BBBBBB. Windows color (decimal): -943141 or 14392305. OLE color: 14392305.
HSL color Cylindrical-coordinate representation of color #F19BDB: hue angle of 315.35º degrees, saturation: 0.75, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #F19BDB is Cyan = 0, Magento = 0.36, Yellow = 0.09 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 155 | 219 | - |
| CMYK | 0 | 0.36 | 0.09 | 0.05 |
| HSL | 315.35º | 0.75% | 0.78% | - |
| HSV(B) | 315.35º | 0.36% | 0.95% | - |
| XYZ | 60.78 | 47.26 | 72.94 | - |
| YUV | 188.01 | 145.49 | 165.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 155 | 219 | 0 | 0.36 | 0.09 | 0.05 | 315.35 | 0.75 | 0.78 |
| Hex | F1 | 9B | DB | 0 | 24 | 9 | 5 | 13B | 4B | 4E |
| Octal | 361 | 233 | 333 | 0 | 44 | 11 | 5 | 473 | 113 | 116 |
| Binary | 11110001 | 10011011 | 11011011 | 0 | 100100 | 1001 | 101 | 100111011 | 1001011 | 1001110 |
Color Harmonies of #F19BDB
Complementary color
Monochromatic Colors of #F19BDB
Black with #F19BDB
Text Example
Text Example
White with #F19BDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F19BDB; }
p { color: rgb(241,155,219); }
H1.HeaderClassName
{
color: #F19BDB;
}
.AnyTagClassName
{
color: #F19BDB;
}
</style>
background-color css
<style>
a { background-color: #F19BDB; }
a { background-color: rgb(241,155,219); }
div.DivClassName
{
background-color: #F19BDB;
}
.BgClassName
{
background-color: #F19BDB;
}
</style>
border-color css
<style>
span { border-color: #F19BDB; }
span { border-color: rgb(241,155,219); }
td.TdClassName
{
border-color: #F19BDB;
}
.TagClassName
{
border-color: #F19BDB;
}
</style>