Shades of Vis Vis #FEE596
Tints of Vis Vis #FEE596
RGB
CMYK
RGB Variations
Color information
#FEE596 (or 0xFEE596) is known color: Vis Vis. HEX triplet: FE, E5 and 96. RGB value is (254,229,150). Sum of RGB (Red+Green+Blue) = 254+229+150=633 (83% of max value = 765). Red value is 254 (99.61% from 255 or 40.13% from 633); Green value is 229 (89.84% from 255 or 36.18% from 633); Blue value is 150 (58.98% from 255 or 23.70% from 633); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE596 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FEE596 is #011A69. Grayscale: #E3E3E3. Windows color (decimal): -72298 or 9889278. OLE color: 9889278.
HSL color Cylindrical-coordinate representation of color #FEE596: hue angle of 45.58º 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 #FEE596 is Cyan = 0, Magento = 0.10, Yellow = 0.41 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 229 | 150 | - |
| CMYK | 0 | 0.10 | 0.41 | 0.00 |
| HSL | 45.58º | 0.98% | 0.79% | - |
| HSV(B) | 45.58º | 0.41% | 1% | - |
| XYZ | 74.4 | 79.31 | 40.24 | - |
| YUV | 227.47 | 84.28 | 146.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 229 | 150 | 0 | 0.10 | 0.41 | 0.00 | 45.58 | 0.98 | 0.79 |
| Hex | FE | E5 | 96 | 0 | A | 29 | 0 | 2E | 62 | 4F |
| Octal | 376 | 345 | 226 | 0 | 12 | 51 | 0 | 56 | 142 | 117 |
| Binary | 11111110 | 11100101 | 10010110 | 0 | 1010 | 101001 | 0 | 101110 | 1100010 | 1001111 |
Color Harmonies of #FEE596
Complementary color
Monochromatic Colors of #FEE596
Black with #FEE596
Text Example
Text Example
White with #FEE596
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEE596; }
p { color: rgb(254,229,150); }
H1.HeaderClassName
{
color: #FEE596;
}
.AnyTagClassName
{
color: #FEE596;
}
</style>
background-color css
<style>
a { background-color: #FEE596; }
a { background-color: rgb(254,229,150); }
div.DivClassName
{
background-color: #FEE596;
}
.BgClassName
{
background-color: #FEE596;
}
</style>
border-color css
<style>
span { border-color: #FEE596; }
span { border-color: rgb(254,229,150); }
td.TdClassName
{
border-color: #FEE596;
}
.TagClassName
{
border-color: #FEE596;
}
</style>