Shades of Lavender Rose #F794D8
Tints of Lavender Rose #F794D8
RGB
CMYK
RGB Variations
Color information
#F794D8 (or 0xF794D8) is known color: Lavender Rose. HEX triplet: F7, 94 and D8. RGB value is (247,148,216). Sum of RGB (Red+Green+Blue) = 247+148+216=611 (80% of max value = 765). Red value is 247 (96.88% from 255 or 40.43% from 611); Green value is 148 (58.20% from 255 or 24.22% from 611); Blue value is 216 (84.77% from 255 or 35.35% from 611); Max value from RGB is 247 - color contains mainly: red. Hex color #F794D8 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F794D8 is #086B27. Grayscale: #B9B9B9. Windows color (decimal): -551720 or 14193911. OLE color: 14193911.
HSL color Cylindrical-coordinate representation of color #F794D8: hue angle of 318.79º 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 #F794D8 is Cyan = 0, Magento = 0.40, Yellow = 0.13 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 148 | 216 | - |
| CMYK | 0 | 0.40 | 0.13 | 0.03 |
| HSL | 318.79º | 0.86% | 0.77% | - |
| HSV(B) | 318.79º | 0.4% | 0.97% | - |
| XYZ | 61.34 | 45.91 | 70.59 | - |
| YUV | 185.35 | 145.3 | 171.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 148 | 216 | 0 | 0.40 | 0.13 | 0.03 | 318.79 | 0.86 | 0.77 |
| Hex | F7 | 94 | D8 | 0 | 28 | D | 3 | 13F | 56 | 4D |
| Octal | 367 | 224 | 330 | 0 | 50 | 15 | 3 | 477 | 126 | 115 |
| Binary | 11110111 | 10010100 | 11011000 | 0 | 101000 | 1101 | 11 | 100111111 | 1010110 | 1001101 |
Color Harmonies of #F794D8
Complementary color
Monochromatic Colors of #F794D8
Black with #F794D8
Text Example
Text Example
White with #F794D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F794D8; }
p { color: rgb(247,148,216); }
H1.HeaderClassName
{
color: #F794D8;
}
.AnyTagClassName
{
color: #F794D8;
}
</style>
background-color css
<style>
a { background-color: #F794D8; }
a { background-color: rgb(247,148,216); }
div.DivClassName
{
background-color: #F794D8;
}
.BgClassName
{
background-color: #F794D8;
}
</style>
border-color css
<style>
span { border-color: #F794D8; }
span { border-color: rgb(247,148,216); }
td.TdClassName
{
border-color: #F794D8;
}
.TagClassName
{
border-color: #F794D8;
}
</style>