Shades of Lavender Rose #F19CDF
Tints of Lavender Rose #F19CDF
RGB
CMYK
RGB Variations
Color information
#F19CDF (or 0xF19CDF) is known color: Lavender Rose. HEX triplet: F1, 9C and DF. RGB value is (241,156,223). Sum of RGB (Red+Green+Blue) = 241+156+223=620 (82% of max value = 765). Red value is 241 (94.53% from 255 or 38.87% from 620); Green value is 156 (61.33% from 255 or 25.16% from 620); Blue value is 223 (87.5% from 255 or 35.97% from 620); Max value from RGB is 241 - color contains mainly: red. Hex color #F19CDF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F19CDF is #0E6320. Grayscale: #BCBCBC. Windows color (decimal): -942881 or 14654705. OLE color: 14654705.
HSL color Cylindrical-coordinate representation of color #F19CDF: hue angle of 312.71º 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 #F19CDF is Cyan = 0, Magento = 0.35, Yellow = 0.07 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 156 | 223 | - |
| CMYK | 0 | 0.35 | 0.07 | 0.05 |
| HSL | 312.71º | 0.75% | 0.78% | - |
| HSV(B) | 312.71º | 0.35% | 0.95% | - |
| XYZ | 61.48 | 47.81 | 75.8 | - |
| YUV | 189.05 | 147.16 | 165.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 156 | 223 | 0 | 0.35 | 0.07 | 0.05 | 312.71 | 0.75 | 0.78 |
| Hex | F1 | 9C | DF | 0 | 23 | 7 | 5 | 139 | 4B | 4E |
| Octal | 361 | 234 | 337 | 0 | 43 | 7 | 5 | 471 | 113 | 116 |
| Binary | 11110001 | 10011100 | 11011111 | 0 | 100011 | 111 | 101 | 100111001 | 1001011 | 1001110 |
Color Harmonies of #F19CDF
Complementary color
Monochromatic Colors of #F19CDF
Black with #F19CDF
Text Example
Text Example
White with #F19CDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F19CDF; }
p { color: rgb(241,156,223); }
H1.HeaderClassName
{
color: #F19CDF;
}
.AnyTagClassName
{
color: #F19CDF;
}
</style>
background-color css
<style>
a { background-color: #F19CDF; }
a { background-color: rgb(241,156,223); }
div.DivClassName
{
background-color: #F19CDF;
}
.BgClassName
{
background-color: #F19CDF;
}
</style>
border-color css
<style>
span { border-color: #F19CDF; }
span { border-color: rgb(241,156,223); }
td.TdClassName
{
border-color: #F19CDF;
}
.TagClassName
{
border-color: #F19CDF;
}
</style>