Shades of Lavender Rose #F19BD1
Tints of Lavender Rose #F19BD1
RGB
CMYK
RGB Variations
Color information
#F19BD1 (or 0xF19BD1) is known color: Lavender Rose. HEX triplet: F1, 9B and D1. RGB value is (241,155,209). Sum of RGB (Red+Green+Blue) = 241+155+209=605 (80% of max value = 765). Red value is 241 (94.53% from 255 or 39.83% from 605); Green value is 155 (60.94% from 255 or 25.62% from 605); Blue value is 209 (82.03% from 255 or 34.55% from 605); Max value from RGB is 241 - color contains mainly: red. Hex color #F19BD1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F19BD1 is #0E642E. Grayscale: #BABABA. Windows color (decimal): -943151 or 13736945. OLE color: 13736945.
HSL color Cylindrical-coordinate representation of color #F19BD1: hue angle of 322.33º 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 #F19BD1 is Cyan = 0, Magento = 0.36, Yellow = 0.13 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 155 | 209 | - |
| CMYK | 0 | 0.36 | 0.13 | 0.05 |
| HSL | 322.33º | 0.75% | 0.78% | - |
| HSV(B) | 322.33º | 0.36% | 0.95% | - |
| XYZ | 59.51 | 46.75 | 66.21 | - |
| YUV | 186.87 | 140.49 | 166.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 155 | 209 | 0 | 0.36 | 0.13 | 0.05 | 322.33 | 0.75 | 0.78 |
| Hex | F1 | 9B | D1 | 0 | 24 | D | 5 | 142 | 4B | 4E |
| Octal | 361 | 233 | 321 | 0 | 44 | 15 | 5 | 502 | 113 | 116 |
| Binary | 11110001 | 10011011 | 11010001 | 0 | 100100 | 1101 | 101 | 101000010 | 1001011 | 1001110 |
Color Harmonies of #F19BD1
Complementary color
Monochromatic Colors of #F19BD1
Black with #F19BD1
Text Example
Text Example
White with #F19BD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F19BD1; }
p { color: rgb(241,155,209); }
H1.HeaderClassName
{
color: #F19BD1;
}
.AnyTagClassName
{
color: #F19BD1;
}
</style>
background-color css
<style>
a { background-color: #F19BD1; }
a { background-color: rgb(241,155,209); }
div.DivClassName
{
background-color: #F19BD1;
}
.BgClassName
{
background-color: #F19BD1;
}
</style>
border-color css
<style>
span { border-color: #F19BD1; }
span { border-color: rgb(241,155,209); }
td.TdClassName
{
border-color: #F19BD1;
}
.TagClassName
{
border-color: #F19BD1;
}
</style>