Shades of Lavender Rose #F19FDD
Tints of Lavender Rose #F19FDD
RGB
CMYK
RGB Variations
Color information
#F19FDD (or 0xF19FDD) is known color: Lavender Rose. HEX triplet: F1, 9F and DD. RGB value is (241,159,221). Sum of RGB (Red+Green+Blue) = 241+159+221=621 (82% of max value = 765). Red value is 241 (94.53% from 255 or 38.81% from 621); Green value is 159 (62.5% from 255 or 25.60% from 621); Blue value is 221 (86.72% from 255 or 35.59% from 621); Max value from RGB is 241 - color contains mainly: red. Hex color #F19FDD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F19FDD is #0E6022. Grayscale: #BEBEBE. Windows color (decimal): -942115 or 14524401. OLE color: 14524401.
HSL color Cylindrical-coordinate representation of color #F19FDD: hue angle of 314.63º 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 #F19FDD is Cyan = 0, Magento = 0.34, Yellow = 0.08 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 159 | 221 | - |
| CMYK | 0 | 0.34 | 0.08 | 0.05 |
| HSL | 314.63º | 0.75% | 0.78% | - |
| HSV(B) | 314.63º | 0.34% | 0.95% | - |
| XYZ | 61.72 | 48.72 | 74.56 | - |
| YUV | 190.59 | 145.17 | 163.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 159 | 221 | 0 | 0.34 | 0.08 | 0.05 | 314.63 | 0.75 | 0.78 |
| Hex | F1 | 9F | DD | 0 | 22 | 8 | 5 | 13B | 4B | 4E |
| Octal | 361 | 237 | 335 | 0 | 42 | 10 | 5 | 473 | 113 | 116 |
| Binary | 11110001 | 10011111 | 11011101 | 0 | 100010 | 1000 | 101 | 100111011 | 1001011 | 1001110 |
Color Harmonies of #F19FDD
Complementary color
Monochromatic Colors of #F19FDD
Black with #F19FDD
Text Example
Text Example
White with #F19FDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F19FDD; }
p { color: rgb(241,159,221); }
H1.HeaderClassName
{
color: #F19FDD;
}
.AnyTagClassName
{
color: #F19FDD;
}
</style>
background-color css
<style>
a { background-color: #F19FDD; }
a { background-color: rgb(241,159,221); }
div.DivClassName
{
background-color: #F19FDD;
}
.BgClassName
{
background-color: #F19FDD;
}
</style>
border-color css
<style>
span { border-color: #F19FDD; }
span { border-color: rgb(241,159,221); }
td.TdClassName
{
border-color: #F19FDD;
}
.TagClassName
{
border-color: #F19FDD;
}
</style>