Shades of Lavender Rose #F798DB
Tints of Lavender Rose #F798DB
RGB
CMYK
RGB Variations
Color information
#F798DB (or 0xF798DB) is known color: Lavender Rose. HEX triplet: F7, 98 and DB. RGB value is (247,152,219). Sum of RGB (Red+Green+Blue) = 247+152+219=618 (81% of max value = 765). Red value is 247 (96.88% from 255 or 39.97% from 618); Green value is 152 (59.77% from 255 or 24.60% from 618); Blue value is 219 (85.94% from 255 or 35.44% from 618); Max value from RGB is 247 - color contains mainly: red. Hex color #F798DB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F798DB is #086724. Grayscale: #BBBBBB. Windows color (decimal): -550693 or 14391543. OLE color: 14391543.
HSL color Cylindrical-coordinate representation of color #F798DB: hue angle of 317.68º degrees, saturation: 0.86, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #F798DB is Cyan = 0, Magento = 0.38, Yellow = 0.11 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 152 | 219 | - |
| CMYK | 0 | 0.38 | 0.11 | 0.03 |
| HSL | 317.68º | 0.86% | 0.78% | - |
| HSV(B) | 317.68º | 0.38% | 0.97% | - |
| XYZ | 62.37 | 47.35 | 72.87 | - |
| YUV | 188.04 | 145.47 | 170.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 152 | 219 | 0 | 0.38 | 0.11 | 0.03 | 317.68 | 0.86 | 0.78 |
| Hex | F7 | 98 | DB | 0 | 26 | B | 3 | 13E | 56 | 4E |
| Octal | 367 | 230 | 333 | 0 | 46 | 13 | 3 | 476 | 126 | 116 |
| Binary | 11110111 | 10011000 | 11011011 | 0 | 100110 | 1011 | 11 | 100111110 | 1010110 | 1001110 |
Color Harmonies of #F798DB
Complementary color
Monochromatic Colors of #F798DB
Black with #F798DB
Text Example
Text Example
White with #F798DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F798DB; }
p { color: rgb(247,152,219); }
H1.HeaderClassName
{
color: #F798DB;
}
.AnyTagClassName
{
color: #F798DB;
}
</style>
background-color css
<style>
a { background-color: #F798DB; }
a { background-color: rgb(247,152,219); }
div.DivClassName
{
background-color: #F798DB;
}
.BgClassName
{
background-color: #F798DB;
}
</style>
border-color css
<style>
span { border-color: #F798DB; }
span { border-color: rgb(247,152,219); }
td.TdClassName
{
border-color: #F798DB;
}
.TagClassName
{
border-color: #F798DB;
}
</style>