Shades of Lavender Rose #F19ADD
Tints of Lavender Rose #F19ADD
RGB
CMYK
RGB Variations
Color information
#F19ADD (or 0xF19ADD) is known color: Lavender Rose. HEX triplet: F1, 9A and DD. RGB value is (241,154,221). Sum of RGB (Red+Green+Blue) = 241+154+221=616 (81% of max value = 765). Red value is 241 (94.53% from 255 or 39.12% from 616); Green value is 154 (60.55% from 255 or 25% from 616); Blue value is 221 (86.72% from 255 or 35.88% from 616); Max value from RGB is 241 - color contains mainly: red. Hex color #F19ADD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F19ADD is #0E6522. Grayscale: #BBBBBB. Windows color (decimal): -943395 or 14523121. OLE color: 14523121.
HSL color Cylindrical-coordinate representation of color #F19ADD: hue angle of 313.79º 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 #F19ADD is Cyan = 0, Magento = 0.36, Yellow = 0.08 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 154 | 221 | - |
| CMYK | 0 | 0.36 | 0.08 | 0.05 |
| HSL | 313.79º | 0.76% | 0.77% | - |
| HSV(B) | 313.79º | 0.36% | 0.95% | - |
| XYZ | 60.88 | 47.03 | 74.28 | - |
| YUV | 187.65 | 146.82 | 166.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 154 | 221 | 0 | 0.36 | 0.08 | 0.05 | 313.79 | 0.76 | 0.77 |
| Hex | F1 | 9A | DD | 0 | 24 | 8 | 5 | 13A | 4C | 4D |
| Octal | 361 | 232 | 335 | 0 | 44 | 10 | 5 | 472 | 114 | 115 |
| Binary | 11110001 | 10011010 | 11011101 | 0 | 100100 | 1000 | 101 | 100111010 | 1001100 | 1001101 |
Color Harmonies of #F19ADD
Complementary color
Monochromatic Colors of #F19ADD
Black with #F19ADD
Text Example
Text Example
White with #F19ADD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F19ADD; }
p { color: rgb(241,154,221); }
H1.HeaderClassName
{
color: #F19ADD;
}
.AnyTagClassName
{
color: #F19ADD;
}
</style>
background-color css
<style>
a { background-color: #F19ADD; }
a { background-color: rgb(241,154,221); }
div.DivClassName
{
background-color: #F19ADD;
}
.BgClassName
{
background-color: #F19ADD;
}
</style>
border-color css
<style>
span { border-color: #F19ADD; }
span { border-color: rgb(241,154,221); }
td.TdClassName
{
border-color: #F19ADD;
}
.TagClassName
{
border-color: #F19ADD;
}
</style>