Shades of Lavender Rose #F799DB
Tints of Lavender Rose #F799DB
RGB
CMYK
RGB Variations
Color information
#F799DB (or 0xF799DB) is known color: Lavender Rose. HEX triplet: F7, 99 and DB. RGB value is (247,153,219). Sum of RGB (Red+Green+Blue) = 247+153+219=619 (81% of max value = 765). Red value is 247 (96.88% from 255 or 39.90% from 619); Green value is 153 (60.16% from 255 or 24.72% from 619); Blue value is 219 (85.94% from 255 or 35.38% from 619); Max value from RGB is 247 - color contains mainly: red. Hex color #F799DB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F799DB is #086624. Grayscale: #BCBCBC. Windows color (decimal): -550437 or 14391799. OLE color: 14391799.
HSL color Cylindrical-coordinate representation of color #F799DB: hue angle of 317.87º degrees, saturation: 0.85, 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 #F799DB is Cyan = 0, Magento = 0.38, Yellow = 0.11 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 153 | 219 | - |
| CMYK | 0 | 0.38 | 0.11 | 0.03 |
| HSL | 317.87º | 0.85% | 0.78% | - |
| HSV(B) | 317.87º | 0.38% | 0.97% | - |
| XYZ | 62.54 | 47.67 | 72.92 | - |
| YUV | 188.63 | 145.14 | 169.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 153 | 219 | 0 | 0.38 | 0.11 | 0.03 | 317.87 | 0.85 | 0.78 |
| Hex | F7 | 99 | DB | 0 | 26 | B | 3 | 13E | 55 | 4E |
| Octal | 367 | 231 | 333 | 0 | 46 | 13 | 3 | 476 | 125 | 116 |
| Binary | 11110111 | 10011001 | 11011011 | 0 | 100110 | 1011 | 11 | 100111110 | 1010101 | 1001110 |
Color Harmonies of #F799DB
Complementary color
Monochromatic Colors of #F799DB
Black with #F799DB
Text Example
Text Example
White with #F799DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F799DB; }
p { color: rgb(247,153,219); }
H1.HeaderClassName
{
color: #F799DB;
}
.AnyTagClassName
{
color: #F799DB;
}
</style>
background-color css
<style>
a { background-color: #F799DB; }
a { background-color: rgb(247,153,219); }
div.DivClassName
{
background-color: #F799DB;
}
.BgClassName
{
background-color: #F799DB;
}
</style>
border-color css
<style>
span { border-color: #F799DB; }
span { border-color: rgb(247,153,219); }
td.TdClassName
{
border-color: #F799DB;
}
.TagClassName
{
border-color: #F799DB;
}
</style>