Shades of Lavender Rose #F794DB
Tints of Lavender Rose #F794DB
RGB
CMYK
RGB Variations
Color information
#F794DB (or 0xF794DB) is known color: Lavender Rose. HEX triplet: F7, 94 and DB. RGB value is (247,148,219). Sum of RGB (Red+Green+Blue) = 247+148+219=614 (81% of max value = 765). Red value is 247 (96.88% from 255 or 40.23% from 614); Green value is 148 (58.20% from 255 or 24.10% from 614); Blue value is 219 (85.94% from 255 or 35.67% from 614); Max value from RGB is 247 - color contains mainly: red. Hex color #F794DB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F794DB is #086B24. Grayscale: #B9B9B9. Windows color (decimal): -551717 or 14390519. OLE color: 14390519.
HSL color Cylindrical-coordinate representation of color #F794DB: hue angle of 316.97º degrees, saturation: 0.86, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #F794DB is Cyan = 0, Magento = 0.40, Yellow = 0.11 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 148 | 219 | - |
| CMYK | 0 | 0.40 | 0.11 | 0.03 |
| HSL | 316.97º | 0.86% | 0.77% | - |
| HSV(B) | 316.97º | 0.4% | 0.97% | - |
| XYZ | 61.73 | 46.07 | 72.66 | - |
| YUV | 185.7 | 146.8 | 171.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 148 | 219 | 0 | 0.40 | 0.11 | 0.03 | 316.97 | 0.86 | 0.77 |
| Hex | F7 | 94 | DB | 0 | 28 | B | 3 | 13D | 56 | 4D |
| Octal | 367 | 224 | 333 | 0 | 50 | 13 | 3 | 475 | 126 | 115 |
| Binary | 11110111 | 10010100 | 11011011 | 0 | 101000 | 1011 | 11 | 100111101 | 1010110 | 1001101 |
Color Harmonies of #F794DB
Complementary color
Monochromatic Colors of #F794DB
Black with #F794DB
Text Example
Text Example
White with #F794DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F794DB; }
p { color: rgb(247,148,219); }
H1.HeaderClassName
{
color: #F794DB;
}
.AnyTagClassName
{
color: #F794DB;
}
</style>
background-color css
<style>
a { background-color: #F794DB; }
a { background-color: rgb(247,148,219); }
div.DivClassName
{
background-color: #F794DB;
}
.BgClassName
{
background-color: #F794DB;
}
</style>
border-color css
<style>
span { border-color: #F794DB; }
span { border-color: rgb(247,148,219); }
td.TdClassName
{
border-color: #F794DB;
}
.TagClassName
{
border-color: #F794DB;
}
</style>