Shades of Vis Vis #F6E496
Tints of Vis Vis #F6E496
RGB
CMYK
RGB Variations
Color information
#F6E496 (or 0xF6E496) is known color: Vis Vis. HEX triplet: F6, E4 and 96. RGB value is (246,228,150). Sum of RGB (Red+Green+Blue) = 246+228+150=624 (82% of max value = 765). Red value is 246 (96.48% from 255 or 39.42% from 624); Green value is 228 (89.45% from 255 or 36.54% from 624); Blue value is 150 (58.98% from 255 or 24.04% from 624); Max value from RGB is 246 - color contains mainly: red. Hex color #F6E496 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F6E496 is #091B69. Grayscale: #E0E0E0. Windows color (decimal): -596842 or 9889014. OLE color: 9889014.
HSL color Cylindrical-coordinate representation of color #F6E496: hue angle of 48.75º 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 #F6E496 is Cyan = 0, Magento = 0.07, Yellow = 0.39 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 228 | 150 | - |
| CMYK | 0 | 0.07 | 0.39 | 0.04 |
| HSL | 48.75º | 0.84% | 0.78% | - |
| HSV(B) | 48.75º | 0.39% | 0.96% | - |
| XYZ | 71.25 | 77.28 | 40.02 | - |
| YUV | 224.49 | 85.96 | 143.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 228 | 150 | 0 | 0.07 | 0.39 | 0.04 | 48.75 | 0.84 | 0.78 |
| Hex | F6 | E4 | 96 | 0 | 7 | 27 | 4 | 31 | 54 | 4E |
| Octal | 366 | 344 | 226 | 0 | 7 | 47 | 4 | 61 | 124 | 116 |
| Binary | 11110110 | 11100100 | 10010110 | 0 | 111 | 100111 | 100 | 110001 | 1010100 | 1001110 |
Color Harmonies of #F6E496
Complementary color
Monochromatic Colors of #F6E496
Black with #F6E496
Text Example
Text Example
White with #F6E496
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6E496; }
p { color: rgb(246,228,150); }
H1.HeaderClassName
{
color: #F6E496;
}
.AnyTagClassName
{
color: #F6E496;
}
</style>
background-color css
<style>
a { background-color: #F6E496; }
a { background-color: rgb(246,228,150); }
div.DivClassName
{
background-color: #F6E496;
}
.BgClassName
{
background-color: #F6E496;
}
</style>
border-color css
<style>
span { border-color: #F6E496; }
span { border-color: rgb(246,228,150); }
td.TdClassName
{
border-color: #F6E496;
}
.TagClassName
{
border-color: #F6E496;
}
</style>