Shades of Lavender Rose #F19CE2
Tints of Lavender Rose #F19CE2
RGB
CMYK
RGB Variations
Color information
#F19CE2 (or 0xF19CE2) is known color: Lavender Rose. HEX triplet: F1, 9C and E2. RGB value is (241,156,226). Sum of RGB (Red+Green+Blue) = 241+156+226=623 (82% of max value = 765). Red value is 241 (94.53% from 255 or 38.68% from 623); Green value is 156 (61.33% from 255 or 25.04% from 623); Blue value is 226 (88.67% from 255 or 36.28% from 623); Max value from RGB is 241 - color contains mainly: red. Hex color #F19CE2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F19CE2 is #0E631D. Grayscale: #BDBDBD. Windows color (decimal): -942878 or 14851313. OLE color: 14851313.
HSL color Cylindrical-coordinate representation of color #F19CE2: hue angle of 310.59º 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 #F19CE2 is Cyan = 0, Magento = 0.35, Yellow = 0.06 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 156 | 226 | - |
| CMYK | 0 | 0.35 | 0.06 | 0.05 |
| HSL | 310.59º | 0.75% | 0.78% | - |
| HSV(B) | 310.59º | 0.35% | 0.95% | - |
| XYZ | 61.89 | 47.97 | 77.95 | - |
| YUV | 189.4 | 148.66 | 164.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 156 | 226 | 0 | 0.35 | 0.06 | 0.05 | 310.59 | 0.75 | 0.78 |
| Hex | F1 | 9C | E2 | 0 | 23 | 6 | 5 | 137 | 4B | 4E |
| Octal | 361 | 234 | 342 | 0 | 43 | 6 | 5 | 467 | 113 | 116 |
| Binary | 11110001 | 10011100 | 11100010 | 0 | 100011 | 110 | 101 | 100110111 | 1001011 | 1001110 |
Color Harmonies of #F19CE2
Complementary color
Monochromatic Colors of #F19CE2
Black with #F19CE2
Text Example
Text Example
White with #F19CE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F19CE2; }
p { color: rgb(241,156,226); }
H1.HeaderClassName
{
color: #F19CE2;
}
.AnyTagClassName
{
color: #F19CE2;
}
</style>
background-color css
<style>
a { background-color: #F19CE2; }
a { background-color: rgb(241,156,226); }
div.DivClassName
{
background-color: #F19CE2;
}
.BgClassName
{
background-color: #F19CE2;
}
</style>
border-color css
<style>
span { border-color: #F19CE2; }
span { border-color: rgb(241,156,226); }
td.TdClassName
{
border-color: #F19CE2;
}
.TagClassName
{
border-color: #F19CE2;
}
</style>