Shades of Lavender Rose #F19EEE
Tints of Lavender Rose #F19EEE
RGB
CMYK
RGB Variations
Color information
#F19EEE (or 0xF19EEE) is known color: Lavender Rose. HEX triplet: F1, 9E and EE. RGB value is (241,158,238). Sum of RGB (Red+Green+Blue) = 241+158+238=637 (84% of max value = 765). Red value is 241 (94.53% from 255 or 37.83% from 637); Green value is 158 (62.11% from 255 or 24.80% from 637); Blue value is 238 (93.36% from 255 or 37.36% from 637); Max value from RGB is 241 - color contains mainly: red. Hex color #F19EEE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F19EEE is #0E6111. Grayscale: #BFBFBF. Windows color (decimal): -942354 or 15638257. OLE color: 15638257.
HSL color Cylindrical-coordinate representation of color #F19EEE: hue angle of 302.17º 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 #F19EEE is Cyan = 0, Magento = 0.34, Yellow = 0.01 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 158 | 238 | - |
| CMYK | 0 | 0.34 | 0.01 | 0.05 |
| HSL | 302.17º | 0.75% | 0.78% | - |
| HSV(B) | 302.17º | 0.34% | 0.95% | - |
| XYZ | 63.94 | 49.33 | 87.04 | - |
| YUV | 191.94 | 154 | 163 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 158 | 238 | 0 | 0.34 | 0.01 | 0.05 | 302.17 | 0.75 | 0.78 |
| Hex | F1 | 9E | EE | 0 | 22 | 1 | 5 | 12E | 4B | 4E |
| Octal | 361 | 236 | 356 | 0 | 42 | 1 | 5 | 456 | 113 | 116 |
| Binary | 11110001 | 10011110 | 11101110 | 0 | 100010 | 1 | 101 | 100101110 | 1001011 | 1001110 |
Color Harmonies of #F19EEE
Complementary color
Monochromatic Colors of #F19EEE
Black with #F19EEE
Text Example
Text Example
White with #F19EEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F19EEE; }
p { color: rgb(241,158,238); }
H1.HeaderClassName
{
color: #F19EEE;
}
.AnyTagClassName
{
color: #F19EEE;
}
</style>
background-color css
<style>
a { background-color: #F19EEE; }
a { background-color: rgb(241,158,238); }
div.DivClassName
{
background-color: #F19EEE;
}
.BgClassName
{
background-color: #F19EEE;
}
</style>
border-color css
<style>
span { border-color: #F19EEE; }
span { border-color: rgb(241,158,238); }
td.TdClassName
{
border-color: #F19EEE;
}
.TagClassName
{
border-color: #F19EEE;
}
</style>