Shades of Lavender Rose #F199DB
Tints of Lavender Rose #F199DB
RGB
CMYK
RGB Variations
Color information
#F199DB (or 0xF199DB) is known color: Lavender Rose. HEX triplet: F1, 99 and DB. RGB value is (241,153,219). Sum of RGB (Red+Green+Blue) = 241+153+219=613 (81% of max value = 765). Red value is 241 (94.53% from 255 or 39.31% from 613); Green value is 153 (60.16% from 255 or 24.96% from 613); Blue value is 219 (85.94% from 255 or 35.73% from 613); Max value from RGB is 241 - color contains mainly: red. Hex color #F199DB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F199DB is #0E6624. Grayscale: #BABABA. Windows color (decimal): -943653 or 14391793. OLE color: 14391793.
HSL color Cylindrical-coordinate representation of color #F199DB: hue angle of 315º degrees, saturation: 0.76, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #F199DB is Cyan = 0, Magento = 0.37, Yellow = 0.09 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 153 | 219 | - |
| CMYK | 0 | 0.37 | 0.09 | 0.05 |
| HSL | 315º | 0.76% | 0.77% | - |
| HSV(B) | 315º | 0.37% | 0.95% | - |
| XYZ | 60.45 | 46.6 | 72.83 | - |
| YUV | 186.84 | 146.15 | 166.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 153 | 219 | 0 | 0.37 | 0.09 | 0.05 | 315 | 0.76 | 0.77 |
| Hex | F1 | 99 | DB | 0 | 25 | 9 | 5 | 13B | 4C | 4D |
| Octal | 361 | 231 | 333 | 0 | 45 | 11 | 5 | 473 | 114 | 115 |
| Binary | 11110001 | 10011001 | 11011011 | 0 | 100101 | 1001 | 101 | 100111011 | 1001100 | 1001101 |
Color Harmonies of #F199DB
Complementary color
Monochromatic Colors of #F199DB
Black with #F199DB
Text Example
Text Example
White with #F199DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F199DB; }
p { color: rgb(241,153,219); }
H1.HeaderClassName
{
color: #F199DB;
}
.AnyTagClassName
{
color: #F199DB;
}
</style>
background-color css
<style>
a { background-color: #F199DB; }
a { background-color: rgb(241,153,219); }
div.DivClassName
{
background-color: #F199DB;
}
.BgClassName
{
background-color: #F199DB;
}
</style>
border-color css
<style>
span { border-color: #F199DB; }
span { border-color: rgb(241,153,219); }
td.TdClassName
{
border-color: #F199DB;
}
.TagClassName
{
border-color: #F199DB;
}
</style>