Shades of Lavender Rose #F19CDE
Tints of Lavender Rose #F19CDE
RGB
CMYK
RGB Variations
Color information
#F19CDE (or 0xF19CDE) is known color: Lavender Rose. HEX triplet: F1, 9C and DE. RGB value is (241,156,222). Sum of RGB (Red+Green+Blue) = 241+156+222=619 (81% of max value = 765). Red value is 241 (94.53% from 255 or 38.93% from 619); Green value is 156 (61.33% from 255 or 25.20% from 619); Blue value is 222 (87.11% from 255 or 35.86% from 619); Max value from RGB is 241 - color contains mainly: red. Hex color #F19CDE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F19CDE is #0E6321. Grayscale: #BCBCBC. Windows color (decimal): -942882 or 14589169. OLE color: 14589169.
HSL color Cylindrical-coordinate representation of color #F19CDE: hue angle of 313.41º degrees, saturation: 0.75, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #F19CDE is Cyan = 0, Magento = 0.35, Yellow = 0.08 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 156 | 222 | - |
| CMYK | 0 | 0.35 | 0.08 | 0.05 |
| HSL | 313.41º | 0.75% | 0.78% | - |
| HSV(B) | 313.41º | 0.35% | 0.95% | - |
| XYZ | 61.35 | 47.75 | 75.09 | - |
| YUV | 188.94 | 146.66 | 165.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 156 | 222 | 0 | 0.35 | 0.08 | 0.05 | 313.41 | 0.75 | 0.78 |
| Hex | F1 | 9C | DE | 0 | 23 | 8 | 5 | 139 | 4B | 4E |
| Octal | 361 | 234 | 336 | 0 | 43 | 10 | 5 | 471 | 113 | 116 |
| Binary | 11110001 | 10011100 | 11011110 | 0 | 100011 | 1000 | 101 | 100111001 | 1001011 | 1001110 |
Color Harmonies of #F19CDE
Complementary color
Monochromatic Colors of #F19CDE
Black with #F19CDE
Text Example
Text Example
White with #F19CDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F19CDE; }
p { color: rgb(241,156,222); }
H1.HeaderClassName
{
color: #F19CDE;
}
.AnyTagClassName
{
color: #F19CDE;
}
</style>
background-color css
<style>
a { background-color: #F19CDE; }
a { background-color: rgb(241,156,222); }
div.DivClassName
{
background-color: #F19CDE;
}
.BgClassName
{
background-color: #F19CDE;
}
</style>
border-color css
<style>
span { border-color: #F19CDE; }
span { border-color: rgb(241,156,222); }
td.TdClassName
{
border-color: #F19CDE;
}
.TagClassName
{
border-color: #F19CDE;
}
</style>