Shades of Vis Vis #F6E394
Tints of Vis Vis #F6E394
RGB
CMYK
RGB Variations
Color information
#F6E394 (or 0xF6E394) is known color: Vis Vis. HEX triplet: F6, E3 and 94. RGB value is (246,227,148). Sum of RGB (Red+Green+Blue) = 246+227+148=621 (82% of max value = 765). Red value is 246 (96.48% from 255 or 39.61% from 621); Green value is 227 (89.06% from 255 or 36.55% from 621); Blue value is 148 (58.20% from 255 or 23.83% from 621); Max value from RGB is 246 - color contains mainly: red. Hex color #F6E394 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F6E394 is #091C6B. Grayscale: #E0E0E0. Windows color (decimal): -597100 or 9757686. OLE color: 9757686.
HSL color Cylindrical-coordinate representation of color #F6E394: hue angle of 48.37º degrees, saturation: 0.84, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #F6E394 is Cyan = 0, Magento = 0.08, Yellow = 0.40 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 227 | 148 | - |
| CMYK | 0 | 0.08 | 0.40 | 0.04 |
| HSL | 48.37º | 0.84% | 0.77% | - |
| HSV(B) | 48.37º | 0.4% | 0.96% | - |
| XYZ | 70.82 | 76.67 | 39.08 | - |
| YUV | 223.68 | 85.29 | 143.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 227 | 148 | 0 | 0.08 | 0.40 | 0.04 | 48.37 | 0.84 | 0.77 |
| Hex | F6 | E3 | 94 | 0 | 8 | 28 | 4 | 30 | 54 | 4D |
| Octal | 366 | 343 | 224 | 0 | 10 | 50 | 4 | 60 | 124 | 115 |
| Binary | 11110110 | 11100011 | 10010100 | 0 | 1000 | 101000 | 100 | 110000 | 1010100 | 1001101 |
Color Harmonies of #F6E394
Complementary color
Monochromatic Colors of #F6E394
Black with #F6E394
Text Example
Text Example
White with #F6E394
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6E394; }
p { color: rgb(246,227,148); }
H1.HeaderClassName
{
color: #F6E394;
}
.AnyTagClassName
{
color: #F6E394;
}
</style>
background-color css
<style>
a { background-color: #F6E394; }
a { background-color: rgb(246,227,148); }
div.DivClassName
{
background-color: #F6E394;
}
.BgClassName
{
background-color: #F6E394;
}
</style>
border-color css
<style>
span { border-color: #F6E394; }
span { border-color: rgb(246,227,148); }
td.TdClassName
{
border-color: #F6E394;
}
.TagClassName
{
border-color: #F6E394;
}
</style>