Shades of Lavender Rose #F796EC
Tints of Lavender Rose #F796EC
RGB
CMYK
RGB Variations
Color information
#F796EC (or 0xF796EC) is known color: Lavender Rose. HEX triplet: F7, 96 and EC. RGB value is (247,150,236). Sum of RGB (Red+Green+Blue) = 247+150+236=633 (83% of max value = 765). Red value is 247 (96.88% from 255 or 39.02% from 633); Green value is 150 (58.98% from 255 or 23.70% from 633); Blue value is 236 (92.58% from 255 or 37.28% from 633); Max value from RGB is 247 - color contains mainly: red. Hex color #F796EC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F796EC is #086913. Grayscale: #BCBCBC. Windows color (decimal): -551188 or 15505143. OLE color: 15505143.
HSL color Cylindrical-coordinate representation of color #F796EC: hue angle of 306.8º 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 #F796EC is Cyan = 0, Magento = 0.39, Yellow = 0.04 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 150 | 236 | - |
| CMYK | 0 | 0.39 | 0.04 | 0.03 |
| HSL | 306.8º | 0.86% | 0.78% | - |
| HSV(B) | 306.8º | 0.39% | 0.97% | - |
| XYZ | 64.4 | 47.64 | 85.16 | - |
| YUV | 188.81 | 154.64 | 169.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 150 | 236 | 0 | 0.39 | 0.04 | 0.03 | 306.8 | 0.86 | 0.78 |
| Hex | F7 | 96 | EC | 0 | 27 | 4 | 3 | 133 | 56 | 4E |
| Octal | 367 | 226 | 354 | 0 | 47 | 4 | 3 | 463 | 126 | 116 |
| Binary | 11110111 | 10010110 | 11101100 | 0 | 100111 | 100 | 11 | 100110011 | 1010110 | 1001110 |
Color Harmonies of #F796EC
Complementary color
Monochromatic Colors of #F796EC
Black with #F796EC
Text Example
Text Example
White with #F796EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F796EC; }
p { color: rgb(247,150,236); }
H1.HeaderClassName
{
color: #F796EC;
}
.AnyTagClassName
{
color: #F796EC;
}
</style>
background-color css
<style>
a { background-color: #F796EC; }
a { background-color: rgb(247,150,236); }
div.DivClassName
{
background-color: #F796EC;
}
.BgClassName
{
background-color: #F796EC;
}
</style>
border-color css
<style>
span { border-color: #F796EC; }
span { border-color: rgb(247,150,236); }
td.TdClassName
{
border-color: #F796EC;
}
.TagClassName
{
border-color: #F796EC;
}
</style>