Shades of Vis Vis #F6E196
Tints of Vis Vis #F6E196
RGB
CMYK
RGB Variations
Color information
#F6E196 (or 0xF6E196) is known color: Vis Vis. HEX triplet: F6, E1 and 96. RGB value is (246,225,150). Sum of RGB (Red+Green+Blue) = 246+225+150=621 (82% of max value = 765). Red value is 246 (96.48% from 255 or 39.61% from 621); Green value is 225 (88.28% from 255 or 36.23% from 621); Blue value is 150 (58.98% from 255 or 24.15% from 621); Max value from RGB is 246 - color contains mainly: red. Hex color #F6E196 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F6E196 is #091E69. Grayscale: #DFDFDF. Windows color (decimal): -597610 or 9888246. OLE color: 9888246.
HSL color Cylindrical-coordinate representation of color #F6E196: hue angle of 46.88º degrees, saturation: 0.84, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #F6E196 is Cyan = 0, Magento = 0.09, Yellow = 0.39 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 225 | 150 | - |
| CMYK | 0 | 0.09 | 0.39 | 0.04 |
| HSL | 46.88º | 0.84% | 0.78% | - |
| HSV(B) | 46.88º | 0.39% | 0.96% | - |
| XYZ | 70.44 | 75.65 | 39.74 | - |
| YUV | 222.73 | 86.96 | 144.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 225 | 150 | 0 | 0.09 | 0.39 | 0.04 | 46.88 | 0.84 | 0.78 |
| Hex | F6 | E1 | 96 | 0 | 9 | 27 | 4 | 2F | 54 | 4E |
| Octal | 366 | 341 | 226 | 0 | 11 | 47 | 4 | 57 | 124 | 116 |
| Binary | 11110110 | 11100001 | 10010110 | 0 | 1001 | 100111 | 100 | 101111 | 1010100 | 1001110 |
Color Harmonies of #F6E196
Complementary color
Monochromatic Colors of #F6E196
Black with #F6E196
Text Example
Text Example
White with #F6E196
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6E196; }
p { color: rgb(246,225,150); }
H1.HeaderClassName
{
color: #F6E196;
}
.AnyTagClassName
{
color: #F6E196;
}
</style>
background-color css
<style>
a { background-color: #F6E196; }
a { background-color: rgb(246,225,150); }
div.DivClassName
{
background-color: #F6E196;
}
.BgClassName
{
background-color: #F6E196;
}
</style>
border-color css
<style>
span { border-color: #F6E196; }
span { border-color: rgb(246,225,150); }
td.TdClassName
{
border-color: #F6E196;
}
.TagClassName
{
border-color: #F6E196;
}
</style>