Shades of Vis Vis #F1E195
Tints of Vis Vis #F1E195
RGB
CMYK
RGB Variations
Color information
#F1E195 (or 0xF1E195) is known color: Vis Vis. HEX triplet: F1, E1 and 95. RGB value is (241,225,149). Sum of RGB (Red+Green+Blue) = 241+225+149=615 (81% of max value = 765). Red value is 241 (94.53% from 255 or 39.19% from 615); Green value is 225 (88.28% from 255 or 36.59% from 615); Blue value is 149 (58.59% from 255 or 24.23% from 615); Max value from RGB is 241 - color contains mainly: red. Hex color #F1E195 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F1E195 is #0E1E6A. Grayscale: #DDDDDD. Windows color (decimal): -925291 or 9822705. OLE color: 9822705.
HSL color Cylindrical-coordinate representation of color #F1E195: hue angle of 49.57º degrees, saturation: 0.77, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #F1E195 is Cyan = 0, Magento = 0.07, Yellow = 0.38 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 225 | 149 | - |
| CMYK | 0 | 0.07 | 0.38 | 0.05 |
| HSL | 49.57º | 0.77% | 0.76% | - |
| HSV(B) | 49.57º | 0.38% | 0.95% | - |
| XYZ | 68.63 | 74.72 | 39.24 | - |
| YUV | 221.12 | 87.3 | 142.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 225 | 149 | 0 | 0.07 | 0.38 | 0.05 | 49.57 | 0.77 | 0.76 |
| Hex | F1 | E1 | 95 | 0 | 7 | 26 | 5 | 32 | 4D | 4C |
| Octal | 361 | 341 | 225 | 0 | 7 | 46 | 5 | 62 | 115 | 114 |
| Binary | 11110001 | 11100001 | 10010101 | 0 | 111 | 100110 | 101 | 110010 | 1001101 | 1001100 |
Color Harmonies of #F1E195
Complementary color
Monochromatic Colors of #F1E195
Black with #F1E195
Text Example
Text Example
White with #F1E195
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1E195; }
p { color: rgb(241,225,149); }
H1.HeaderClassName
{
color: #F1E195;
}
.AnyTagClassName
{
color: #F1E195;
}
</style>
background-color css
<style>
a { background-color: #F1E195; }
a { background-color: rgb(241,225,149); }
div.DivClassName
{
background-color: #F1E195;
}
.BgClassName
{
background-color: #F1E195;
}
</style>
border-color css
<style>
span { border-color: #F1E195; }
span { border-color: rgb(241,225,149); }
td.TdClassName
{
border-color: #F1E195;
}
.TagClassName
{
border-color: #F1E195;
}
</style>