Shades of Lavender Rose #F79FDB
Tints of Lavender Rose #F79FDB
RGB
CMYK
RGB Variations
Color information
#F79FDB (or 0xF79FDB) is known color: Lavender Rose. HEX triplet: F7, 9F and DB. RGB value is (247,159,219). Sum of RGB (Red+Green+Blue) = 247+159+219=625 (82% of max value = 765). Red value is 247 (96.88% from 255 or 39.52% from 625); Green value is 159 (62.5% from 255 or 25.44% from 625); Blue value is 219 (85.94% from 255 or 35.04% from 625); Max value from RGB is 247 - color contains mainly: red. Hex color #F79FDB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F79FDB is #086024. Grayscale: #BFBFBF. Windows color (decimal): -548901 or 14393335. OLE color: 14393335.
HSL color Cylindrical-coordinate representation of color #F79FDB: hue angle of 319.09º degrees, saturation: 0.85, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #F79FDB is Cyan = 0, Magento = 0.36, Yellow = 0.11 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 159 | 219 | - |
| CMYK | 0 | 0.36 | 0.11 | 0.03 |
| HSL | 319.09º | 0.85% | 0.8% | - |
| HSV(B) | 319.09º | 0.36% | 0.97% | - |
| XYZ | 63.54 | 49.68 | 73.26 | - |
| YUV | 192.15 | 143.15 | 167.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 159 | 219 | 0 | 0.36 | 0.11 | 0.03 | 319.09 | 0.85 | 0.8 |
| Hex | F7 | 9F | DB | 0 | 24 | B | 3 | 13F | 55 | 50 |
| Octal | 367 | 237 | 333 | 0 | 44 | 13 | 3 | 477 | 125 | 120 |
| Binary | 11110111 | 10011111 | 11011011 | 0 | 100100 | 1011 | 11 | 100111111 | 1010101 | 1010000 |
Color Harmonies of #F79FDB
Complementary color
Monochromatic Colors of #F79FDB
Black with #F79FDB
Text Example
Text Example
White with #F79FDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F79FDB; }
p { color: rgb(247,159,219); }
H1.HeaderClassName
{
color: #F79FDB;
}
.AnyTagClassName
{
color: #F79FDB;
}
</style>
background-color css
<style>
a { background-color: #F79FDB; }
a { background-color: rgb(247,159,219); }
div.DivClassName
{
background-color: #F79FDB;
}
.BgClassName
{
background-color: #F79FDB;
}
</style>
border-color css
<style>
span { border-color: #F79FDB; }
span { border-color: rgb(247,159,219); }
td.TdClassName
{
border-color: #F79FDB;
}
.TagClassName
{
border-color: #F79FDB;
}
</style>