Shades of Lavender Rose #F19CDC
Tints of Lavender Rose #F19CDC
RGB
CMYK
RGB Variations
Color information
#F19CDC (or 0xF19CDC) is known color: Lavender Rose. HEX triplet: F1, 9C and DC. RGB value is (241,156,220). Sum of RGB (Red+Green+Blue) = 241+156+220=617 (81% of max value = 765). Red value is 241 (94.53% from 255 or 39.06% from 617); Green value is 156 (61.33% from 255 or 25.28% from 617); Blue value is 220 (86.33% from 255 or 35.66% from 617); Max value from RGB is 241 - color contains mainly: red. Hex color #F19CDC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F19CDC is #0E6323. Grayscale: #BCBCBC. Windows color (decimal): -942884 or 14458097. OLE color: 14458097.
HSL color Cylindrical-coordinate representation of color #F19CDC: hue angle of 314.82º 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 #F19CDC is Cyan = 0, Magento = 0.35, Yellow = 0.09 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 156 | 220 | - |
| CMYK | 0 | 0.35 | 0.09 | 0.05 |
| HSL | 314.82º | 0.75% | 0.78% | - |
| HSV(B) | 314.82º | 0.35% | 0.95% | - |
| XYZ | 61.08 | 47.65 | 73.69 | - |
| YUV | 188.71 | 145.66 | 165.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 156 | 220 | 0 | 0.35 | 0.09 | 0.05 | 314.82 | 0.75 | 0.78 |
| Hex | F1 | 9C | DC | 0 | 23 | 9 | 5 | 13B | 4B | 4E |
| Octal | 361 | 234 | 334 | 0 | 43 | 11 | 5 | 473 | 113 | 116 |
| Binary | 11110001 | 10011100 | 11011100 | 0 | 100011 | 1001 | 101 | 100111011 | 1001011 | 1001110 |
Color Harmonies of #F19CDC
Complementary color
Monochromatic Colors of #F19CDC
Black with #F19CDC
Text Example
Text Example
White with #F19CDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F19CDC; }
p { color: rgb(241,156,220); }
H1.HeaderClassName
{
color: #F19CDC;
}
.AnyTagClassName
{
color: #F19CDC;
}
</style>
background-color css
<style>
a { background-color: #F19CDC; }
a { background-color: rgb(241,156,220); }
div.DivClassName
{
background-color: #F19CDC;
}
.BgClassName
{
background-color: #F19CDC;
}
</style>
border-color css
<style>
span { border-color: #F19CDC; }
span { border-color: rgb(241,156,220); }
td.TdClassName
{
border-color: #F19CDC;
}
.TagClassName
{
border-color: #F19CDC;
}
</style>