Shades of Vis Vis #FEE490
Tints of Vis Vis #FEE490
RGB
CMYK
RGB Variations
Color information
#FEE490 (or 0xFEE490) is known color: Vis Vis. HEX triplet: FE, E4 and 90. RGB value is (254,228,144). Sum of RGB (Red+Green+Blue) = 254+228+144=626 (82% of max value = 765). Red value is 254 (99.61% from 255 or 40.58% from 626); Green value is 228 (89.45% from 255 or 36.42% from 626); Blue value is 144 (56.64% from 255 or 23.00% from 626); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE490 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FEE490 is #011B6F. Grayscale: #E2E2E2. Windows color (decimal): -72560 or 9495806. OLE color: 9495806.
HSL color Cylindrical-coordinate representation of color #FEE490: hue angle of 45.82º degrees, saturation: 0.98, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #FEE490 is Cyan = 0, Magento = 0.10, Yellow = 0.43 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 228 | 144 | - |
| CMYK | 0 | 0.10 | 0.43 | 0.00 |
| HSL | 45.82º | 0.98% | 0.78% | - |
| HSV(B) | 45.82º | 0.43% | 1% | - |
| XYZ | 73.65 | 78.57 | 37.67 | - |
| YUV | 226.2 | 81.61 | 147.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 228 | 144 | 0 | 0.10 | 0.43 | 0.00 | 45.82 | 0.98 | 0.78 |
| Hex | FE | E4 | 90 | 0 | A | 2B | 0 | 2E | 62 | 4E |
| Octal | 376 | 344 | 220 | 0 | 12 | 53 | 0 | 56 | 142 | 116 |
| Binary | 11111110 | 11100100 | 10010000 | 0 | 1010 | 101011 | 0 | 101110 | 1100010 | 1001110 |
Color Harmonies of #FEE490
Complementary color
Monochromatic Colors of #FEE490
Black with #FEE490
Text Example
Text Example
White with #FEE490
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEE490; }
p { color: rgb(254,228,144); }
H1.HeaderClassName
{
color: #FEE490;
}
.AnyTagClassName
{
color: #FEE490;
}
</style>
background-color css
<style>
a { background-color: #FEE490; }
a { background-color: rgb(254,228,144); }
div.DivClassName
{
background-color: #FEE490;
}
.BgClassName
{
background-color: #FEE490;
}
</style>
border-color css
<style>
span { border-color: #FEE490; }
span { border-color: rgb(254,228,144); }
td.TdClassName
{
border-color: #FEE490;
}
.TagClassName
{
border-color: #FEE490;
}
</style>