Shades of Lavender Rose #F498DB
Tints of Lavender Rose #F498DB
RGB
CMYK
RGB Variations
Color information
#F498DB (or 0xF498DB) is known color: Lavender Rose. HEX triplet: F4, 98 and DB. RGB value is (244,152,219). Sum of RGB (Red+Green+Blue) = 244+152+219=615 (81% of max value = 765). Red value is 244 (95.70% from 255 or 39.67% from 615); Green value is 152 (59.77% from 255 or 24.72% from 615); Blue value is 219 (85.94% from 255 or 35.61% from 615); Max value from RGB is 244 - color contains mainly: red. Hex color #F498DB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F498DB is #0B6724. Grayscale: #BABABA. Windows color (decimal): -747301 or 14391540. OLE color: 14391540.
HSL color Cylindrical-coordinate representation of color #F498DB: hue angle of 316.3º degrees, saturation: 0.81, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #F498DB is Cyan = 0, Magento = 0.38, Yellow = 0.10 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 152 | 219 | - |
| CMYK | 0 | 0.38 | 0.10 | 0.04 |
| HSL | 316.3º | 0.81% | 0.78% | - |
| HSV(B) | 316.3º | 0.38% | 0.96% | - |
| XYZ | 61.32 | 46.8 | 72.82 | - |
| YUV | 187.15 | 145.98 | 168.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 152 | 219 | 0 | 0.38 | 0.10 | 0.04 | 316.3 | 0.81 | 0.78 |
| Hex | F4 | 98 | DB | 0 | 26 | A | 4 | 13C | 51 | 4E |
| Octal | 364 | 230 | 333 | 0 | 46 | 12 | 4 | 474 | 121 | 116 |
| Binary | 11110100 | 10011000 | 11011011 | 0 | 100110 | 1010 | 100 | 100111100 | 1010001 | 1001110 |
Color Harmonies of #F498DB
Complementary color
Monochromatic Colors of #F498DB
Black with #F498DB
Text Example
Text Example
White with #F498DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F498DB; }
p { color: rgb(244,152,219); }
H1.HeaderClassName
{
color: #F498DB;
}
.AnyTagClassName
{
color: #F498DB;
}
</style>
background-color css
<style>
a { background-color: #F498DB; }
a { background-color: rgb(244,152,219); }
div.DivClassName
{
background-color: #F498DB;
}
.BgClassName
{
background-color: #F498DB;
}
</style>
border-color css
<style>
span { border-color: #F498DB; }
span { border-color: rgb(244,152,219); }
td.TdClassName
{
border-color: #F498DB;
}
.TagClassName
{
border-color: #F498DB;
}
</style>