Shades of Lavender Rose #F499DB
Tints of Lavender Rose #F499DB
RGB
CMYK
RGB Variations
Color information
#F499DB (or 0xF499DB) is known color: Lavender Rose. HEX triplet: F4, 99 and DB. RGB value is (244,153,219). Sum of RGB (Red+Green+Blue) = 244+153+219=616 (81% of max value = 765). Red value is 244 (95.70% from 255 or 39.61% from 616); Green value is 153 (60.16% from 255 or 24.84% from 616); Blue value is 219 (85.94% from 255 or 35.55% from 616); Max value from RGB is 244 - color contains mainly: red. Hex color #F499DB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F499DB is #0B6624. Grayscale: #BBBBBB. Windows color (decimal): -747045 or 14391796. OLE color: 14391796.
HSL color Cylindrical-coordinate representation of color #F499DB: hue angle of 316.48º degrees, saturation: 0.81, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #F499DB is Cyan = 0, Magento = 0.37, Yellow = 0.10 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 153 | 219 | - |
| CMYK | 0 | 0.37 | 0.10 | 0.04 |
| HSL | 316.48º | 0.81% | 0.78% | - |
| HSV(B) | 316.48º | 0.37% | 0.96% | - |
| XYZ | 61.49 | 47.13 | 72.87 | - |
| YUV | 187.73 | 145.65 | 168.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 153 | 219 | 0 | 0.37 | 0.10 | 0.04 | 316.48 | 0.81 | 0.78 |
| Hex | F4 | 99 | DB | 0 | 25 | A | 4 | 13C | 51 | 4E |
| Octal | 364 | 231 | 333 | 0 | 45 | 12 | 4 | 474 | 121 | 116 |
| Binary | 11110100 | 10011001 | 11011011 | 0 | 100101 | 1010 | 100 | 100111100 | 1010001 | 1001110 |
Color Harmonies of #F499DB
Complementary color
Monochromatic Colors of #F499DB
Black with #F499DB
Text Example
Text Example
White with #F499DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F499DB; }
p { color: rgb(244,153,219); }
H1.HeaderClassName
{
color: #F499DB;
}
.AnyTagClassName
{
color: #F499DB;
}
</style>
background-color css
<style>
a { background-color: #F499DB; }
a { background-color: rgb(244,153,219); }
div.DivClassName
{
background-color: #F499DB;
}
.BgClassName
{
background-color: #F499DB;
}
</style>
border-color css
<style>
span { border-color: #F499DB; }
span { border-color: rgb(244,153,219); }
td.TdClassName
{
border-color: #F499DB;
}
.TagClassName
{
border-color: #F499DB;
}
</style>