Shades of Vis Vis #F7E196
Tints of Vis Vis #F7E196
RGB
CMYK
RGB Variations
Color information
#F7E196 (or 0xF7E196) is known color: Vis Vis. HEX triplet: F7, E1 and 96. RGB value is (247,225,150). Sum of RGB (Red+Green+Blue) = 247+225+150=622 (82% of max value = 765). Red value is 247 (96.88% from 255 or 39.71% from 622); Green value is 225 (88.28% from 255 or 36.17% from 622); Blue value is 150 (58.98% from 255 or 24.12% from 622); Max value from RGB is 247 - color contains mainly: red. Hex color #F7E196 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F7E196 is #081E69. Grayscale: #DFDFDF. Windows color (decimal): -532074 or 9888247. OLE color: 9888247.
HSL color Cylindrical-coordinate representation of color #F7E196: hue angle of 46.39º 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 #F7E196 is Cyan = 0, Magento = 0.09, Yellow = 0.39 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 225 | 150 | - |
| CMYK | 0 | 0.09 | 0.39 | 0.03 |
| HSL | 46.39º | 0.86% | 0.78% | - |
| HSV(B) | 46.39º | 0.39% | 0.97% | - |
| XYZ | 70.79 | 75.83 | 39.76 | - |
| YUV | 223.03 | 86.79 | 145.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 225 | 150 | 0 | 0.09 | 0.39 | 0.03 | 46.39 | 0.86 | 0.78 |
| Hex | F7 | E1 | 96 | 0 | 9 | 27 | 3 | 2E | 56 | 4E |
| Octal | 367 | 341 | 226 | 0 | 11 | 47 | 3 | 56 | 126 | 116 |
| Binary | 11110111 | 11100001 | 10010110 | 0 | 1001 | 100111 | 11 | 101110 | 1010110 | 1001110 |
Color Harmonies of #F7E196
Complementary color
Monochromatic Colors of #F7E196
Black with #F7E196
Text Example
Text Example
White with #F7E196
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7E196; }
p { color: rgb(247,225,150); }
H1.HeaderClassName
{
color: #F7E196;
}
.AnyTagClassName
{
color: #F7E196;
}
</style>
background-color css
<style>
a { background-color: #F7E196; }
a { background-color: rgb(247,225,150); }
div.DivClassName
{
background-color: #F7E196;
}
.BgClassName
{
background-color: #F7E196;
}
</style>
border-color css
<style>
span { border-color: #F7E196; }
span { border-color: rgb(247,225,150); }
td.TdClassName
{
border-color: #F7E196;
}
.TagClassName
{
border-color: #F7E196;
}
</style>