Shades of Vis Vis #FEE895
Tints of Vis Vis #FEE895
RGB
CMYK
RGB Variations
Color information
#FEE895 (or 0xFEE895) is known color: Vis Vis. HEX triplet: FE, E8 and 95. RGB value is (254,232,149). Sum of RGB (Red+Green+Blue) = 254+232+149=635 (84% of max value = 765). Red value is 254 (99.61% from 255 or 40% from 635); Green value is 232 (91.02% from 255 or 36.54% from 635); Blue value is 149 (58.59% from 255 or 23.46% from 635); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE895 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FEE895 is #01176A. Grayscale: #E5E5E5. Windows color (decimal): -71531 or 9824510. OLE color: 9824510.
HSL color Cylindrical-coordinate representation of color #FEE895: hue angle of 47.43º degrees, saturation: 0.98, lightness: 0.79%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #FEE895 is Cyan = 0, Magento = 0.09, Yellow = 0.41 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 232 | 149 | - |
| CMYK | 0 | 0.09 | 0.41 | 0.00 |
| HSL | 47.43º | 0.98% | 0.79% | - |
| HSV(B) | 47.43º | 0.41% | 1% | - |
| XYZ | 75.15 | 80.95 | 40.1 | - |
| YUV | 229.12 | 82.79 | 145.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 232 | 149 | 0 | 0.09 | 0.41 | 0.00 | 47.43 | 0.98 | 0.79 |
| Hex | FE | E8 | 95 | 0 | 9 | 29 | 0 | 2F | 62 | 4F |
| Octal | 376 | 350 | 225 | 0 | 11 | 51 | 0 | 57 | 142 | 117 |
| Binary | 11111110 | 11101000 | 10010101 | 0 | 1001 | 101001 | 0 | 101111 | 1100010 | 1001111 |
Color Harmonies of #FEE895
Complementary color
Monochromatic Colors of #FEE895
Black with #FEE895
Text Example
Text Example
White with #FEE895
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEE895; }
p { color: rgb(254,232,149); }
H1.HeaderClassName
{
color: #FEE895;
}
.AnyTagClassName
{
color: #FEE895;
}
</style>
background-color css
<style>
a { background-color: #FEE895; }
a { background-color: rgb(254,232,149); }
div.DivClassName
{
background-color: #FEE895;
}
.BgClassName
{
background-color: #FEE895;
}
</style>
border-color css
<style>
span { border-color: #FEE895; }
span { border-color: rgb(254,232,149); }
td.TdClassName
{
border-color: #FEE895;
}
.TagClassName
{
border-color: #FEE895;
}
</style>