Shades of Lavender Rose #F796D7
Tints of Lavender Rose #F796D7
RGB
CMYK
RGB Variations
Color information
#F796D7 (or 0xF796D7) is known color: Lavender Rose. HEX triplet: F7, 96 and D7. RGB value is (247,150,215). Sum of RGB (Red+Green+Blue) = 247+150+215=612 (81% of max value = 765). Red value is 247 (96.88% from 255 or 40.36% from 612); Green value is 150 (58.98% from 255 or 24.51% from 612); Blue value is 215 (84.38% from 255 or 35.13% from 612); Max value from RGB is 247 - color contains mainly: red. Hex color #F796D7 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #F796D7 is #086928. Grayscale: #BABABA. Windows color (decimal): -551209 or 14128887. OLE color: 14128887.
HSL color Cylindrical-coordinate representation of color #F796D7: hue angle of 319.79º degrees, saturation: 0.86, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #F796D7 is Cyan = 0, Magento = 0.39, Yellow = 0.13 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 150 | 215 | - |
| CMYK | 0 | 0.39 | 0.13 | 0.03 |
| HSL | 319.79º | 0.86% | 0.78% | - |
| HSV(B) | 319.79º | 0.39% | 0.97% | - |
| XYZ | 61.53 | 46.49 | 70.02 | - |
| YUV | 186.41 | 144.14 | 171.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 150 | 215 | 0 | 0.39 | 0.13 | 0.03 | 319.79 | 0.86 | 0.78 |
| Hex | F7 | 96 | D7 | 0 | 27 | D | 3 | 140 | 56 | 4E |
| Octal | 367 | 226 | 327 | 0 | 47 | 15 | 3 | 500 | 126 | 116 |
| Binary | 11110111 | 10010110 | 11010111 | 0 | 100111 | 1101 | 11 | 101000000 | 1010110 | 1001110 |
Color Harmonies of #F796D7
Complementary color
Monochromatic Colors of #F796D7
Black with #F796D7
Text Example
Text Example
White with #F796D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F796D7; }
p { color: rgb(247,150,215); }
H1.HeaderClassName
{
color: #F796D7;
}
.AnyTagClassName
{
color: #F796D7;
}
</style>
background-color css
<style>
a { background-color: #F796D7; }
a { background-color: rgb(247,150,215); }
div.DivClassName
{
background-color: #F796D7;
}
.BgClassName
{
background-color: #F796D7;
}
</style>
border-color css
<style>
span { border-color: #F796D7; }
span { border-color: rgb(247,150,215); }
td.TdClassName
{
border-color: #F796D7;
}
.TagClassName
{
border-color: #F796D7;
}
</style>