Shades of Lavender Rose #F19AD3
Tints of Lavender Rose #F19AD3
RGB
CMYK
RGB Variations
Color information
#F19AD3 (or 0xF19AD3) is known color: Lavender Rose. HEX triplet: F1, 9A and D3. RGB value is (241,154,211). Sum of RGB (Red+Green+Blue) = 241+154+211=606 (80% of max value = 765). Red value is 241 (94.53% from 255 or 39.77% from 606); Green value is 154 (60.55% from 255 or 25.41% from 606); Blue value is 211 (82.81% from 255 or 34.82% from 606); Max value from RGB is 241 - color contains mainly: red. Hex color #F19AD3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F19AD3 is #0E652C. Grayscale: #BABABA. Windows color (decimal): -943405 or 13867761. OLE color: 13867761.
HSL color Cylindrical-coordinate representation of color #F19AD3: hue angle of 320.69º 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 #F19AD3 is Cyan = 0, Magento = 0.36, Yellow = 0.12 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 154 | 211 | - |
| CMYK | 0 | 0.36 | 0.12 | 0.05 |
| HSL | 320.69º | 0.76% | 0.77% | - |
| HSV(B) | 320.69º | 0.36% | 0.95% | - |
| XYZ | 59.59 | 46.52 | 67.47 | - |
| YUV | 186.51 | 141.82 | 166.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 154 | 211 | 0 | 0.36 | 0.12 | 0.05 | 320.69 | 0.76 | 0.77 |
| Hex | F1 | 9A | D3 | 0 | 24 | C | 5 | 141 | 4C | 4D |
| Octal | 361 | 232 | 323 | 0 | 44 | 14 | 5 | 501 | 114 | 115 |
| Binary | 11110001 | 10011010 | 11010011 | 0 | 100100 | 1100 | 101 | 101000001 | 1001100 | 1001101 |
Color Harmonies of #F19AD3
Complementary color
Monochromatic Colors of #F19AD3
Black with #F19AD3
Text Example
Text Example
White with #F19AD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F19AD3; }
p { color: rgb(241,154,211); }
H1.HeaderClassName
{
color: #F19AD3;
}
.AnyTagClassName
{
color: #F19AD3;
}
</style>
background-color css
<style>
a { background-color: #F19AD3; }
a { background-color: rgb(241,154,211); }
div.DivClassName
{
background-color: #F19AD3;
}
.BgClassName
{
background-color: #F19AD3;
}
</style>
border-color css
<style>
span { border-color: #F19AD3; }
span { border-color: rgb(241,154,211); }
td.TdClassName
{
border-color: #F19AD3;
}
.TagClassName
{
border-color: #F19AD3;
}
</style>