Shades of Vis Vis #F8E394
Tints of Vis Vis #F8E394
RGB
CMYK
RGB Variations
Color information
#F8E394 (or 0xF8E394) is known color: Vis Vis. HEX triplet: F8, E3 and 94. RGB value is (248,227,148). Sum of RGB (Red+Green+Blue) = 248+227+148=623 (82% of max value = 765). Red value is 248 (97.27% from 255 or 39.81% from 623); Green value is 227 (89.06% from 255 or 36.44% from 623); Blue value is 148 (58.20% from 255 or 23.76% from 623); Max value from RGB is 248 - color contains mainly: red. Hex color #F8E394 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F8E394 is #071C6B. Grayscale: #E0E0E0. Windows color (decimal): -466028 or 9757688. OLE color: 9757688.
HSL color Cylindrical-coordinate representation of color #F8E394: hue angle of 47.4º degrees, saturation: 0.88, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #F8E394 is Cyan = 0, Magento = 0.08, Yellow = 0.40 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 227 | 148 | - |
| CMYK | 0 | 0.08 | 0.40 | 0.03 |
| HSL | 47.4º | 0.88% | 0.78% | - |
| HSV(B) | 47.4º | 0.4% | 0.97% | - |
| XYZ | 71.53 | 77.03 | 39.12 | - |
| YUV | 224.27 | 84.96 | 144.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 227 | 148 | 0 | 0.08 | 0.40 | 0.03 | 47.4 | 0.88 | 0.78 |
| Hex | F8 | E3 | 94 | 0 | 8 | 28 | 3 | 2F | 58 | 4E |
| Octal | 370 | 343 | 224 | 0 | 10 | 50 | 3 | 57 | 130 | 116 |
| Binary | 11111000 | 11100011 | 10010100 | 0 | 1000 | 101000 | 11 | 101111 | 1011000 | 1001110 |
Color Harmonies of #F8E394
Complementary color
Monochromatic Colors of #F8E394
Black with #F8E394
Text Example
Text Example
White with #F8E394
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8E394; }
p { color: rgb(248,227,148); }
H1.HeaderClassName
{
color: #F8E394;
}
.AnyTagClassName
{
color: #F8E394;
}
</style>
background-color css
<style>
a { background-color: #F8E394; }
a { background-color: rgb(248,227,148); }
div.DivClassName
{
background-color: #F8E394;
}
.BgClassName
{
background-color: #F8E394;
}
</style>
border-color css
<style>
span { border-color: #F8E394; }
span { border-color: rgb(248,227,148); }
td.TdClassName
{
border-color: #F8E394;
}
.TagClassName
{
border-color: #F8E394;
}
</style>