Shades of Lavender Rose #F19CDB
Tints of Lavender Rose #F19CDB
RGB
CMYK
RGB Variations
Color information
#F19CDB (or 0xF19CDB) is known color: Lavender Rose. HEX triplet: F1, 9C and DB. RGB value is (241,156,219). Sum of RGB (Red+Green+Blue) = 241+156+219=616 (81% of max value = 765). Red value is 241 (94.53% from 255 or 39.12% from 616); Green value is 156 (61.33% from 255 or 25.32% from 616); Blue value is 219 (85.94% from 255 or 35.55% from 616); Max value from RGB is 241 - color contains mainly: red. Hex color #F19CDB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F19CDB is #0E6324. Grayscale: #BCBCBC. Windows color (decimal): -942885 or 14392561. OLE color: 14392561.
HSL color Cylindrical-coordinate representation of color #F19CDB: hue angle of 315.53º degrees, saturation: 0.75, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #F19CDB is Cyan = 0, Magento = 0.35, Yellow = 0.09 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 156 | 219 | - |
| CMYK | 0 | 0.35 | 0.09 | 0.05 |
| HSL | 315.53º | 0.75% | 0.78% | - |
| HSV(B) | 315.53º | 0.35% | 0.95% | - |
| XYZ | 60.95 | 47.59 | 72.99 | - |
| YUV | 188.6 | 145.16 | 165.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 156 | 219 | 0 | 0.35 | 0.09 | 0.05 | 315.53 | 0.75 | 0.78 |
| Hex | F1 | 9C | DB | 0 | 23 | 9 | 5 | 13C | 4B | 4E |
| Octal | 361 | 234 | 333 | 0 | 43 | 11 | 5 | 474 | 113 | 116 |
| Binary | 11110001 | 10011100 | 11011011 | 0 | 100011 | 1001 | 101 | 100111100 | 1001011 | 1001110 |
Color Harmonies of #F19CDB
Complementary color
Monochromatic Colors of #F19CDB
Black with #F19CDB
Text Example
Text Example
White with #F19CDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F19CDB; }
p { color: rgb(241,156,219); }
H1.HeaderClassName
{
color: #F19CDB;
}
.AnyTagClassName
{
color: #F19CDB;
}
</style>
background-color css
<style>
a { background-color: #F19CDB; }
a { background-color: rgb(241,156,219); }
div.DivClassName
{
background-color: #F19CDB;
}
.BgClassName
{
background-color: #F19CDB;
}
</style>
border-color css
<style>
span { border-color: #F19CDB; }
span { border-color: rgb(241,156,219); }
td.TdClassName
{
border-color: #F19CDB;
}
.TagClassName
{
border-color: #F19CDB;
}
</style>