Shades of Vis Vis #F1E299
Tints of Vis Vis #F1E299
RGB
CMYK
RGB Variations
Color information
#F1E299 (or 0xF1E299) is known color: Vis Vis. HEX triplet: F1, E2 and 99. RGB value is (241,226,153). Sum of RGB (Red+Green+Blue) = 241+226+153=620 (82% of max value = 765). Red value is 241 (94.53% from 255 or 38.87% from 620); Green value is 226 (88.67% from 255 or 36.45% from 620); Blue value is 153 (60.16% from 255 or 24.68% from 620); Max value from RGB is 241 - color contains mainly: red. Hex color #F1E299 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F1E299 is #0E1D66. Grayscale: #DEDEDE. Windows color (decimal): -925031 or 10085105. OLE color: 10085105.
HSL color Cylindrical-coordinate representation of color #F1E299: hue angle of 49.77º degrees, saturation: 0.76, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #F1E299 is Cyan = 0, Magento = 0.06, Yellow = 0.37 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 226 | 153 | - |
| CMYK | 0 | 0.06 | 0.37 | 0.05 |
| HSL | 49.77º | 0.76% | 0.77% | - |
| HSV(B) | 49.77º | 0.37% | 0.95% | - |
| XYZ | 69.22 | 75.39 | 41.04 | - |
| YUV | 222.16 | 88.97 | 141.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 226 | 153 | 0 | 0.06 | 0.37 | 0.05 | 49.77 | 0.76 | 0.77 |
| Hex | F1 | E2 | 99 | 0 | 6 | 25 | 5 | 32 | 4C | 4D |
| Octal | 361 | 342 | 231 | 0 | 6 | 45 | 5 | 62 | 114 | 115 |
| Binary | 11110001 | 11100010 | 10011001 | 0 | 110 | 100101 | 101 | 110010 | 1001100 | 1001101 |
Color Harmonies of #F1E299
Complementary color
Monochromatic Colors of #F1E299
Black with #F1E299
Text Example
Text Example
White with #F1E299
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1E299; }
p { color: rgb(241,226,153); }
H1.HeaderClassName
{
color: #F1E299;
}
.AnyTagClassName
{
color: #F1E299;
}
</style>
background-color css
<style>
a { background-color: #F1E299; }
a { background-color: rgb(241,226,153); }
div.DivClassName
{
background-color: #F1E299;
}
.BgClassName
{
background-color: #F1E299;
}
</style>
border-color css
<style>
span { border-color: #F1E299; }
span { border-color: rgb(241,226,153); }
td.TdClassName
{
border-color: #F1E299;
}
.TagClassName
{
border-color: #F1E299;
}
</style>