Shades of Lavender Rose #F19EDF
Tints of Lavender Rose #F19EDF
RGB
CMYK
RGB Variations
Color information
#F19EDF (or 0xF19EDF) is known color: Lavender Rose. HEX triplet: F1, 9E and DF. RGB value is (241,158,223). Sum of RGB (Red+Green+Blue) = 241+158+223=622 (82% of max value = 765). Red value is 241 (94.53% from 255 or 38.75% from 622); Green value is 158 (62.11% from 255 or 25.40% from 622); Blue value is 223 (87.5% from 255 or 35.85% from 622); Max value from RGB is 241 - color contains mainly: red. Hex color #F19EDF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F19EDF is #0E6120. Grayscale: #BEBEBE. Windows color (decimal): -942369 or 14655217. OLE color: 14655217.
HSL color Cylindrical-coordinate representation of color #F19EDF: hue angle of 313.01º 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 #F19EDF is Cyan = 0, Magento = 0.34, Yellow = 0.07 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 158 | 223 | - |
| CMYK | 0 | 0.34 | 0.07 | 0.05 |
| HSL | 313.01º | 0.75% | 0.78% | - |
| HSV(B) | 313.01º | 0.34% | 0.95% | - |
| XYZ | 61.82 | 48.48 | 75.91 | - |
| YUV | 190.23 | 146.5 | 164.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 158 | 223 | 0 | 0.34 | 0.07 | 0.05 | 313.01 | 0.75 | 0.78 |
| Hex | F1 | 9E | DF | 0 | 22 | 7 | 5 | 139 | 4B | 4E |
| Octal | 361 | 236 | 337 | 0 | 42 | 7 | 5 | 471 | 113 | 116 |
| Binary | 11110001 | 10011110 | 11011111 | 0 | 100010 | 111 | 101 | 100111001 | 1001011 | 1001110 |
Color Harmonies of #F19EDF
Complementary color
Monochromatic Colors of #F19EDF
Black with #F19EDF
Text Example
Text Example
White with #F19EDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F19EDF; }
p { color: rgb(241,158,223); }
H1.HeaderClassName
{
color: #F19EDF;
}
.AnyTagClassName
{
color: #F19EDF;
}
</style>
background-color css
<style>
a { background-color: #F19EDF; }
a { background-color: rgb(241,158,223); }
div.DivClassName
{
background-color: #F19EDF;
}
.BgClassName
{
background-color: #F19EDF;
}
</style>
border-color css
<style>
span { border-color: #F19EDF; }
span { border-color: rgb(241,158,223); }
td.TdClassName
{
border-color: #F19EDF;
}
.TagClassName
{
border-color: #F19EDF;
}
</style>