Shades of Lavender Rose #F19EE8
Tints of Lavender Rose #F19EE8
RGB
CMYK
RGB Variations
Color information
#F19EE8 (or 0xF19EE8) is known color: Lavender Rose. HEX triplet: F1, 9E and E8. RGB value is (241,158,232). Sum of RGB (Red+Green+Blue) = 241+158+232=631 (83% of max value = 765). Red value is 241 (94.53% from 255 or 38.19% from 631); Green value is 158 (62.11% from 255 or 25.04% from 631); Blue value is 232 (91.02% from 255 or 36.77% from 631); Max value from RGB is 241 - color contains mainly: red. Hex color #F19EE8 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F19EE8 is #0E6117. Grayscale: #BFBFBF. Windows color (decimal): -942360 or 15245041. OLE color: 15245041.
HSL color Cylindrical-coordinate representation of color #F19EE8: hue angle of 306.51º degrees, saturation: 0.75, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #F19EE8 is Cyan = 0, Magento = 0.34, Yellow = 0.04 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 158 | 232 | - |
| CMYK | 0 | 0.34 | 0.04 | 0.05 |
| HSL | 306.51º | 0.75% | 0.78% | - |
| HSV(B) | 306.51º | 0.34% | 0.95% | - |
| XYZ | 63.07 | 48.98 | 82.47 | - |
| YUV | 191.25 | 151 | 163.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 158 | 232 | 0 | 0.34 | 0.04 | 0.05 | 306.51 | 0.75 | 0.78 |
| Hex | F1 | 9E | E8 | 0 | 22 | 4 | 5 | 133 | 4B | 4E |
| Octal | 361 | 236 | 350 | 0 | 42 | 4 | 5 | 463 | 113 | 116 |
| Binary | 11110001 | 10011110 | 11101000 | 0 | 100010 | 100 | 101 | 100110011 | 1001011 | 1001110 |
Color Harmonies of #F19EE8
Complementary color
Monochromatic Colors of #F19EE8
Black with #F19EE8
Text Example
Text Example
White with #F19EE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F19EE8; }
p { color: rgb(241,158,232); }
H1.HeaderClassName
{
color: #F19EE8;
}
.AnyTagClassName
{
color: #F19EE8;
}
</style>
background-color css
<style>
a { background-color: #F19EE8; }
a { background-color: rgb(241,158,232); }
div.DivClassName
{
background-color: #F19EE8;
}
.BgClassName
{
background-color: #F19EE8;
}
</style>
border-color css
<style>
span { border-color: #F19EE8; }
span { border-color: rgb(241,158,232); }
td.TdClassName
{
border-color: #F19EE8;
}
.TagClassName
{
border-color: #F19EE8;
}
</style>