Shades of Vis Vis #F6E294
Tints of Vis Vis #F6E294
RGB
CMYK
RGB Variations
Color information
#F6E294 (or 0xF6E294) is known color: Vis Vis. HEX triplet: F6, E2 and 94. RGB value is (246,226,148). Sum of RGB (Red+Green+Blue) = 246+226+148=620 (82% of max value = 765). Red value is 246 (96.48% from 255 or 39.68% from 620); Green value is 226 (88.67% from 255 or 36.45% from 620); Blue value is 148 (58.20% from 255 or 23.87% from 620); Max value from RGB is 246 - color contains mainly: red. Hex color #F6E294 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F6E294 is #091D6B. Grayscale: #DFDFDF. Windows color (decimal): -597356 or 9757430. OLE color: 9757430.
HSL color Cylindrical-coordinate representation of color #F6E294: hue angle of 47.76º 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 #F6E294 is Cyan = 0, Magento = 0.08, Yellow = 0.40 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 226 | 148 | - |
| CMYK | 0 | 0.08 | 0.40 | 0.04 |
| HSL | 47.76º | 0.84% | 0.77% | - |
| HSV(B) | 47.76º | 0.4% | 0.96% | - |
| XYZ | 70.55 | 76.12 | 38.99 | - |
| YUV | 223.09 | 85.63 | 144.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 226 | 148 | 0 | 0.08 | 0.40 | 0.04 | 47.76 | 0.84 | 0.77 |
| Hex | F6 | E2 | 94 | 0 | 8 | 28 | 4 | 30 | 54 | 4D |
| Octal | 366 | 342 | 224 | 0 | 10 | 50 | 4 | 60 | 124 | 115 |
| Binary | 11110110 | 11100010 | 10010100 | 0 | 1000 | 101000 | 100 | 110000 | 1010100 | 1001101 |
Color Harmonies of #F6E294
Complementary color
Monochromatic Colors of #F6E294
Black with #F6E294
Text Example
Text Example
White with #F6E294
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6E294; }
p { color: rgb(246,226,148); }
H1.HeaderClassName
{
color: #F6E294;
}
.AnyTagClassName
{
color: #F6E294;
}
</style>
background-color css
<style>
a { background-color: #F6E294; }
a { background-color: rgb(246,226,148); }
div.DivClassName
{
background-color: #F6E294;
}
.BgClassName
{
background-color: #F6E294;
}
</style>
border-color css
<style>
span { border-color: #F6E294; }
span { border-color: rgb(246,226,148); }
td.TdClassName
{
border-color: #F6E294;
}
.TagClassName
{
border-color: #F6E294;
}
</style>