Shades of Vis Vis #F1E296
Tints of Vis Vis #F1E296
RGB
CMYK
RGB Variations
Color information
#F1E296 (or 0xF1E296) is known color: Vis Vis. HEX triplet: F1, E2 and 96. RGB value is (241,226,150). Sum of RGB (Red+Green+Blue) = 241+226+150=617 (81% of max value = 765). Red value is 241 (94.53% from 255 or 39.06% from 617); Green value is 226 (88.67% from 255 or 36.63% from 617); Blue value is 150 (58.98% from 255 or 24.31% from 617); Max value from RGB is 241 - color contains mainly: red. Hex color #F1E296 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F1E296 is #0E1D69. Grayscale: #DEDEDE. Windows color (decimal): -925034 or 9888497. OLE color: 9888497.
HSL color Cylindrical-coordinate representation of color #F1E296: hue angle of 50.11º degrees, saturation: 0.76, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #F1E296 is Cyan = 0, Magento = 0.06, Yellow = 0.38 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 226 | 150 | - |
| CMYK | 0 | 0.06 | 0.38 | 0.05 |
| HSL | 50.11º | 0.76% | 0.77% | - |
| HSV(B) | 50.11º | 0.38% | 0.95% | - |
| XYZ | 68.98 | 75.3 | 39.75 | - |
| YUV | 221.82 | 87.47 | 141.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 226 | 150 | 0 | 0.06 | 0.38 | 0.05 | 50.11 | 0.76 | 0.77 |
| Hex | F1 | E2 | 96 | 0 | 6 | 26 | 5 | 32 | 4C | 4D |
| Octal | 361 | 342 | 226 | 0 | 6 | 46 | 5 | 62 | 114 | 115 |
| Binary | 11110001 | 11100010 | 10010110 | 0 | 110 | 100110 | 101 | 110010 | 1001100 | 1001101 |
Color Harmonies of #F1E296
Complementary color
Monochromatic Colors of #F1E296
Black with #F1E296
Text Example
Text Example
White with #F1E296
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1E296; }
p { color: rgb(241,226,150); }
H1.HeaderClassName
{
color: #F1E296;
}
.AnyTagClassName
{
color: #F1E296;
}
</style>
background-color css
<style>
a { background-color: #F1E296; }
a { background-color: rgb(241,226,150); }
div.DivClassName
{
background-color: #F1E296;
}
.BgClassName
{
background-color: #F1E296;
}
</style>
border-color css
<style>
span { border-color: #F1E296; }
span { border-color: rgb(241,226,150); }
td.TdClassName
{
border-color: #F1E296;
}
.TagClassName
{
border-color: #F1E296;
}
</style>