Shades of Lavender Rose #F797EC
Tints of Lavender Rose #F797EC
RGB
CMYK
RGB Variations
Color information
#F797EC (or 0xF797EC) is known color: Lavender Rose. HEX triplet: F7, 97 and EC. RGB value is (247,151,236). Sum of RGB (Red+Green+Blue) = 247+151+236=634 (83% of max value = 765). Red value is 247 (96.88% from 255 or 38.96% from 634); Green value is 151 (59.38% from 255 or 23.82% from 634); Blue value is 236 (92.58% from 255 or 37.22% from 634); Max value from RGB is 247 - color contains mainly: red. Hex color #F797EC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F797EC is #086813. Grayscale: #BDBDBD. Windows color (decimal): -550932 or 15505399. OLE color: 15505399.
HSL color Cylindrical-coordinate representation of color #F797EC: hue angle of 306.88º 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 #F797EC is Cyan = 0, Magento = 0.39, Yellow = 0.04 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 151 | 236 | - |
| CMYK | 0 | 0.39 | 0.04 | 0.03 |
| HSL | 306.88º | 0.86% | 0.78% | - |
| HSV(B) | 306.88º | 0.39% | 0.97% | - |
| XYZ | 64.56 | 47.96 | 85.21 | - |
| YUV | 189.39 | 154.3 | 169.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 151 | 236 | 0 | 0.39 | 0.04 | 0.03 | 306.88 | 0.86 | 0.78 |
| Hex | F7 | 97 | EC | 0 | 27 | 4 | 3 | 133 | 56 | 4E |
| Octal | 367 | 227 | 354 | 0 | 47 | 4 | 3 | 463 | 126 | 116 |
| Binary | 11110111 | 10010111 | 11101100 | 0 | 100111 | 100 | 11 | 100110011 | 1010110 | 1001110 |
Color Harmonies of #F797EC
Complementary color
Monochromatic Colors of #F797EC
Black with #F797EC
Text Example
Text Example
White with #F797EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F797EC; }
p { color: rgb(247,151,236); }
H1.HeaderClassName
{
color: #F797EC;
}
.AnyTagClassName
{
color: #F797EC;
}
</style>
background-color css
<style>
a { background-color: #F797EC; }
a { background-color: rgb(247,151,236); }
div.DivClassName
{
background-color: #F797EC;
}
.BgClassName
{
background-color: #F797EC;
}
</style>
border-color css
<style>
span { border-color: #F797EC; }
span { border-color: rgb(247,151,236); }
td.TdClassName
{
border-color: #F797EC;
}
.TagClassName
{
border-color: #F797EC;
}
</style>