Shades of Lavender Rose #F19AD6
Tints of Lavender Rose #F19AD6
RGB
CMYK
RGB Variations
Color information
#F19AD6 (or 0xF19AD6) is known color: Lavender Rose. HEX triplet: F1, 9A and D6. RGB value is (241,154,214). Sum of RGB (Red+Green+Blue) = 241+154+214=609 (80% of max value = 765). Red value is 241 (94.53% from 255 or 39.57% from 609); Green value is 154 (60.55% from 255 or 25.29% from 609); Blue value is 214 (83.98% from 255 or 35.14% from 609); Max value from RGB is 241 - color contains mainly: red. Hex color #F19AD6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F19AD6 is #0E6529. Grayscale: #BABABA. Windows color (decimal): -943402 or 14064369. OLE color: 14064369.
HSL color Cylindrical-coordinate representation of color #F19AD6: hue angle of 318.62º degrees, saturation: 0.76, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #F19AD6 is Cyan = 0, Magento = 0.36, Yellow = 0.11 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 154 | 214 | - |
| CMYK | 0 | 0.36 | 0.11 | 0.05 |
| HSL | 318.62º | 0.76% | 0.77% | - |
| HSV(B) | 318.62º | 0.36% | 0.95% | - |
| XYZ | 59.97 | 46.67 | 69.47 | - |
| YUV | 186.85 | 143.32 | 166.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 154 | 214 | 0 | 0.36 | 0.11 | 0.05 | 318.62 | 0.76 | 0.77 |
| Hex | F1 | 9A | D6 | 0 | 24 | B | 5 | 13F | 4C | 4D |
| Octal | 361 | 232 | 326 | 0 | 44 | 13 | 5 | 477 | 114 | 115 |
| Binary | 11110001 | 10011010 | 11010110 | 0 | 100100 | 1011 | 101 | 100111111 | 1001100 | 1001101 |
Color Harmonies of #F19AD6
Complementary color
Monochromatic Colors of #F19AD6
Black with #F19AD6
Text Example
Text Example
White with #F19AD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F19AD6; }
p { color: rgb(241,154,214); }
H1.HeaderClassName
{
color: #F19AD6;
}
.AnyTagClassName
{
color: #F19AD6;
}
</style>
background-color css
<style>
a { background-color: #F19AD6; }
a { background-color: rgb(241,154,214); }
div.DivClassName
{
background-color: #F19AD6;
}
.BgClassName
{
background-color: #F19AD6;
}
</style>
border-color css
<style>
span { border-color: #F19AD6; }
span { border-color: rgb(241,154,214); }
td.TdClassName
{
border-color: #F19AD6;
}
.TagClassName
{
border-color: #F19AD6;
}
</style>