Shades of Lavender Rose #F19AD2
Tints of Lavender Rose #F19AD2
RGB
CMYK
RGB Variations
Color information
#F19AD2 (or 0xF19AD2) is known color: Lavender Rose. HEX triplet: F1, 9A and D2. RGB value is (241,154,210). Sum of RGB (Red+Green+Blue) = 241+154+210=605 (80% of max value = 765). Red value is 241 (94.53% from 255 or 39.83% from 605); Green value is 154 (60.55% from 255 or 25.45% from 605); Blue value is 210 (82.42% from 255 or 34.71% from 605); Max value from RGB is 241 - color contains mainly: red. Hex color #F19AD2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F19AD2 is #0E652D. Grayscale: #BABABA. Windows color (decimal): -943406 or 13802225. OLE color: 13802225.
HSL color Cylindrical-coordinate representation of color #F19AD2: hue angle of 321.38º 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 #F19AD2 is Cyan = 0, Magento = 0.36, Yellow = 0.13 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 154 | 210 | - |
| CMYK | 0 | 0.36 | 0.13 | 0.05 |
| HSL | 321.38º | 0.76% | 0.77% | - |
| HSV(B) | 321.38º | 0.36% | 0.95% | - |
| XYZ | 59.46 | 46.47 | 66.81 | - |
| YUV | 186.4 | 141.32 | 166.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 154 | 210 | 0 | 0.36 | 0.13 | 0.05 | 321.38 | 0.76 | 0.77 |
| Hex | F1 | 9A | D2 | 0 | 24 | D | 5 | 141 | 4C | 4D |
| Octal | 361 | 232 | 322 | 0 | 44 | 15 | 5 | 501 | 114 | 115 |
| Binary | 11110001 | 10011010 | 11010010 | 0 | 100100 | 1101 | 101 | 101000001 | 1001100 | 1001101 |
Color Harmonies of #F19AD2
Complementary color
Monochromatic Colors of #F19AD2
Black with #F19AD2
Text Example
Text Example
White with #F19AD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F19AD2; }
p { color: rgb(241,154,210); }
H1.HeaderClassName
{
color: #F19AD2;
}
.AnyTagClassName
{
color: #F19AD2;
}
</style>
background-color css
<style>
a { background-color: #F19AD2; }
a { background-color: rgb(241,154,210); }
div.DivClassName
{
background-color: #F19AD2;
}
.BgClassName
{
background-color: #F19AD2;
}
</style>
border-color css
<style>
span { border-color: #F19AD2; }
span { border-color: rgb(241,154,210); }
td.TdClassName
{
border-color: #F19AD2;
}
.TagClassName
{
border-color: #F19AD2;
}
</style>