Shades of Vis Vis #FEE48E
Tints of Vis Vis #FEE48E
RGB
CMYK
RGB Variations
Color information
#FEE48E (or 0xFEE48E) is known color: Vis Vis. HEX triplet: FE, E4 and 8E. RGB value is (254,228,142). Sum of RGB (Red+Green+Blue) = 254+228+142=624 (82% of max value = 765). Red value is 254 (99.61% from 255 or 40.71% from 624); Green value is 228 (89.45% from 255 or 36.54% from 624); Blue value is 142 (55.86% from 255 or 22.76% from 624); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE48E is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FEE48E is #011B71. Grayscale: #E2E2E2. Windows color (decimal): -72562 or 9364734. OLE color: 9364734.
HSL color Cylindrical-coordinate representation of color #FEE48E: hue angle of 46.07º degrees, saturation: 0.98, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #FEE48E is Cyan = 0, Magento = 0.10, Yellow = 0.44 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 228 | 142 | - |
| CMYK | 0 | 0.10 | 0.44 | 0.00 |
| HSL | 46.07º | 0.98% | 0.78% | - |
| HSV(B) | 46.07º | 0.44% | 1% | - |
| XYZ | 73.5 | 78.51 | 36.87 | - |
| YUV | 225.97 | 80.61 | 147.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 228 | 142 | 0 | 0.10 | 0.44 | 0.00 | 46.07 | 0.98 | 0.78 |
| Hex | FE | E4 | 8E | 0 | A | 2C | 0 | 2E | 62 | 4E |
| Octal | 376 | 344 | 216 | 0 | 12 | 54 | 0 | 56 | 142 | 116 |
| Binary | 11111110 | 11100100 | 10001110 | 0 | 1010 | 101100 | 0 | 101110 | 1100010 | 1001110 |
Color Harmonies of #FEE48E
Complementary color
Monochromatic Colors of #FEE48E
Black with #FEE48E
Text Example
Text Example
White with #FEE48E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEE48E; }
p { color: rgb(254,228,142); }
H1.HeaderClassName
{
color: #FEE48E;
}
.AnyTagClassName
{
color: #FEE48E;
}
</style>
background-color css
<style>
a { background-color: #FEE48E; }
a { background-color: rgb(254,228,142); }
div.DivClassName
{
background-color: #FEE48E;
}
.BgClassName
{
background-color: #FEE48E;
}
</style>
border-color css
<style>
span { border-color: #FEE48E; }
span { border-color: rgb(254,228,142); }
td.TdClassName
{
border-color: #FEE48E;
}
.TagClassName
{
border-color: #FEE48E;
}
</style>