Shades of Lavender Rose #F19BD6
Tints of Lavender Rose #F19BD6
RGB
CMYK
RGB Variations
Color information
#F19BD6 (or 0xF19BD6) is known color: Lavender Rose. HEX triplet: F1, 9B and D6. RGB value is (241,155,214). Sum of RGB (Red+Green+Blue) = 241+155+214=610 (80% of max value = 765). Red value is 241 (94.53% from 255 or 39.51% from 610); Green value is 155 (60.94% from 255 or 25.41% from 610); Blue value is 214 (83.98% from 255 or 35.08% from 610); Max value from RGB is 241 - color contains mainly: red. Hex color #F19BD6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F19BD6 is #0E6429. Grayscale: #BBBBBB. Windows color (decimal): -943146 or 14064625. OLE color: 14064625.
HSL color Cylindrical-coordinate representation of color #F19BD6: hue angle of 318.84º 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 #F19BD6 is Cyan = 0, Magento = 0.36, Yellow = 0.11 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 155 | 214 | - |
| CMYK | 0 | 0.36 | 0.11 | 0.05 |
| HSL | 318.84º | 0.75% | 0.78% | - |
| HSV(B) | 318.84º | 0.36% | 0.95% | - |
| XYZ | 60.13 | 47 | 69.52 | - |
| YUV | 187.44 | 142.99 | 166.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 155 | 214 | 0 | 0.36 | 0.11 | 0.05 | 318.84 | 0.75 | 0.78 |
| Hex | F1 | 9B | D6 | 0 | 24 | B | 5 | 13F | 4B | 4E |
| Octal | 361 | 233 | 326 | 0 | 44 | 13 | 5 | 477 | 113 | 116 |
| Binary | 11110001 | 10011011 | 11010110 | 0 | 100100 | 1011 | 101 | 100111111 | 1001011 | 1001110 |
Color Harmonies of #F19BD6
Complementary color
Monochromatic Colors of #F19BD6
Black with #F19BD6
Text Example
Text Example
White with #F19BD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F19BD6; }
p { color: rgb(241,155,214); }
H1.HeaderClassName
{
color: #F19BD6;
}
.AnyTagClassName
{
color: #F19BD6;
}
</style>
background-color css
<style>
a { background-color: #F19BD6; }
a { background-color: rgb(241,155,214); }
div.DivClassName
{
background-color: #F19BD6;
}
.BgClassName
{
background-color: #F19BD6;
}
</style>
border-color css
<style>
span { border-color: #F19BD6; }
span { border-color: rgb(241,155,214); }
td.TdClassName
{
border-color: #F19BD6;
}
.TagClassName
{
border-color: #F19BD6;
}
</style>