Shades of Lavender Rose #F19ED2
Tints of Lavender Rose #F19ED2
RGB
CMYK
RGB Variations
Color information
#F19ED2 (or 0xF19ED2) is known color: Lavender Rose. HEX triplet: F1, 9E and D2. RGB value is (241,158,210). Sum of RGB (Red+Green+Blue) = 241+158+210=609 (80% of max value = 765). Red value is 241 (94.53% from 255 or 39.57% from 609); Green value is 158 (62.11% from 255 or 25.94% from 609); Blue value is 210 (82.42% from 255 or 34.48% from 609); Max value from RGB is 241 - color contains mainly: red. Hex color #F19ED2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F19ED2 is #0E612D. Grayscale: #BCBCBC. Windows color (decimal): -942382 or 13803249. OLE color: 13803249.
HSL color Cylindrical-coordinate representation of color #F19ED2: hue angle of 322.41º 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 #F19ED2 is Cyan = 0, Magento = 0.34, Yellow = 0.13 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 158 | 210 | - |
| CMYK | 0 | 0.34 | 0.13 | 0.05 |
| HSL | 322.41º | 0.75% | 0.78% | - |
| HSV(B) | 322.41º | 0.34% | 0.95% | - |
| XYZ | 60.14 | 47.81 | 67.03 | - |
| YUV | 188.75 | 140 | 165.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 158 | 210 | 0 | 0.34 | 0.13 | 0.05 | 322.41 | 0.75 | 0.78 |
| Hex | F1 | 9E | D2 | 0 | 22 | D | 5 | 142 | 4B | 4E |
| Octal | 361 | 236 | 322 | 0 | 42 | 15 | 5 | 502 | 113 | 116 |
| Binary | 11110001 | 10011110 | 11010010 | 0 | 100010 | 1101 | 101 | 101000010 | 1001011 | 1001110 |
Color Harmonies of #F19ED2
Complementary color
Monochromatic Colors of #F19ED2
Black with #F19ED2
Text Example
Text Example
White with #F19ED2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F19ED2; }
p { color: rgb(241,158,210); }
H1.HeaderClassName
{
color: #F19ED2;
}
.AnyTagClassName
{
color: #F19ED2;
}
</style>
background-color css
<style>
a { background-color: #F19ED2; }
a { background-color: rgb(241,158,210); }
div.DivClassName
{
background-color: #F19ED2;
}
.BgClassName
{
background-color: #F19ED2;
}
</style>
border-color css
<style>
span { border-color: #F19ED2; }
span { border-color: rgb(241,158,210); }
td.TdClassName
{
border-color: #F19ED2;
}
.TagClassName
{
border-color: #F19ED2;
}
</style>