Shades of Lavender Rose #F19BDE
Tints of Lavender Rose #F19BDE
RGB
CMYK
RGB Variations
Color information
#F19BDE (or 0xF19BDE) is known color: Lavender Rose. HEX triplet: F1, 9B and DE. RGB value is (241,155,222). Sum of RGB (Red+Green+Blue) = 241+155+222=618 (81% of max value = 765). Red value is 241 (94.53% from 255 or 39.00% from 618); Green value is 155 (60.94% from 255 or 25.08% from 618); Blue value is 222 (87.11% from 255 or 35.92% from 618); Max value from RGB is 241 - color contains mainly: red. Hex color #F19BDE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F19BDE is #0E6421. Grayscale: #BCBCBC. Windows color (decimal): -943138 or 14588913. OLE color: 14588913.
HSL color Cylindrical-coordinate representation of color #F19BDE: hue angle of 313.26º 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 #F19BDE is Cyan = 0, Magento = 0.36, Yellow = 0.08 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 155 | 222 | - |
| CMYK | 0 | 0.36 | 0.08 | 0.05 |
| HSL | 313.26º | 0.75% | 0.78% | - |
| HSV(B) | 313.26º | 0.36% | 0.95% | - |
| XYZ | 61.18 | 47.42 | 75.04 | - |
| YUV | 188.35 | 146.99 | 165.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 155 | 222 | 0 | 0.36 | 0.08 | 0.05 | 313.26 | 0.75 | 0.78 |
| Hex | F1 | 9B | DE | 0 | 24 | 8 | 5 | 139 | 4B | 4E |
| Octal | 361 | 233 | 336 | 0 | 44 | 10 | 5 | 471 | 113 | 116 |
| Binary | 11110001 | 10011011 | 11011110 | 0 | 100100 | 1000 | 101 | 100111001 | 1001011 | 1001110 |
Color Harmonies of #F19BDE
Complementary color
Monochromatic Colors of #F19BDE
Black with #F19BDE
Text Example
Text Example
White with #F19BDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F19BDE; }
p { color: rgb(241,155,222); }
H1.HeaderClassName
{
color: #F19BDE;
}
.AnyTagClassName
{
color: #F19BDE;
}
</style>
background-color css
<style>
a { background-color: #F19BDE; }
a { background-color: rgb(241,155,222); }
div.DivClassName
{
background-color: #F19BDE;
}
.BgClassName
{
background-color: #F19BDE;
}
</style>
border-color css
<style>
span { border-color: #F19BDE; }
span { border-color: rgb(241,155,222); }
td.TdClassName
{
border-color: #F19BDE;
}
.TagClassName
{
border-color: #F19BDE;
}
</style>