Shades of Lavender Rose #F794DE
Tints of Lavender Rose #F794DE
RGB
CMYK
RGB Variations
Color information
#F794DE (or 0xF794DE) is known color: Lavender Rose. HEX triplet: F7, 94 and DE. RGB value is (247,148,222). Sum of RGB (Red+Green+Blue) = 247+148+222=617 (81% of max value = 765). Red value is 247 (96.88% from 255 or 40.03% from 617); Green value is 148 (58.20% from 255 or 23.99% from 617); Blue value is 222 (87.11% from 255 or 35.98% from 617); Max value from RGB is 247 - color contains mainly: red. Hex color #F794DE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F794DE is #086B21. Grayscale: #B9B9B9. Windows color (decimal): -551714 or 14587127. OLE color: 14587127.
HSL color Cylindrical-coordinate representation of color #F794DE: hue angle of 315.15º 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 #F794DE is Cyan = 0, Magento = 0.40, Yellow = 0.10 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 148 | 222 | - |
| CMYK | 0 | 0.40 | 0.10 | 0.03 |
| HSL | 315.15º | 0.86% | 0.77% | - |
| HSV(B) | 315.15º | 0.4% | 0.97% | - |
| XYZ | 62.13 | 46.23 | 74.76 | - |
| YUV | 186.04 | 148.3 | 171.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 148 | 222 | 0 | 0.40 | 0.10 | 0.03 | 315.15 | 0.86 | 0.77 |
| Hex | F7 | 94 | DE | 0 | 28 | A | 3 | 13B | 56 | 4D |
| Octal | 367 | 224 | 336 | 0 | 50 | 12 | 3 | 473 | 126 | 115 |
| Binary | 11110111 | 10010100 | 11011110 | 0 | 101000 | 1010 | 11 | 100111011 | 1010110 | 1001101 |
Color Harmonies of #F794DE
Complementary color
Monochromatic Colors of #F794DE
Black with #F794DE
Text Example
Text Example
White with #F794DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F794DE; }
p { color: rgb(247,148,222); }
H1.HeaderClassName
{
color: #F794DE;
}
.AnyTagClassName
{
color: #F794DE;
}
</style>
background-color css
<style>
a { background-color: #F794DE; }
a { background-color: rgb(247,148,222); }
div.DivClassName
{
background-color: #F794DE;
}
.BgClassName
{
background-color: #F794DE;
}
</style>
border-color css
<style>
span { border-color: #F794DE; }
span { border-color: rgb(247,148,222); }
td.TdClassName
{
border-color: #F794DE;
}
.TagClassName
{
border-color: #F794DE;
}
</style>