Shades of Vis Vis #FEE18E
Tints of Vis Vis #FEE18E
RGB
CMYK
RGB Variations
Color information
#FEE18E (or 0xFEE18E) is known color: Vis Vis. HEX triplet: FE, E1 and 8E. RGB value is (254,225,142). Sum of RGB (Red+Green+Blue) = 254+225+142=621 (82% of max value = 765). Red value is 254 (99.61% from 255 or 40.90% from 621); Green value is 225 (88.28% from 255 or 36.23% from 621); Blue value is 142 (55.86% from 255 or 22.87% from 621); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE18E is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FEE18E is #011E71. Grayscale: #E0E0E0. Windows color (decimal): -73330 or 9363966. OLE color: 9363966.
HSL color Cylindrical-coordinate representation of color #FEE18E: hue angle of 44.46º 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 #FEE18E is Cyan = 0, Magento = 0.11, Yellow = 0.44 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 225 | 142 | - |
| CMYK | 0 | 0.11 | 0.44 | 0.00 |
| HSL | 44.46º | 0.98% | 0.78% | - |
| HSV(B) | 44.46º | 0.44% | 1% | - |
| XYZ | 72.68 | 76.87 | 36.6 | - |
| YUV | 224.21 | 81.61 | 149.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 225 | 142 | 0 | 0.11 | 0.44 | 0.00 | 44.46 | 0.98 | 0.78 |
| Hex | FE | E1 | 8E | 0 | B | 2C | 0 | 2C | 62 | 4E |
| Octal | 376 | 341 | 216 | 0 | 13 | 54 | 0 | 54 | 142 | 116 |
| Binary | 11111110 | 11100001 | 10001110 | 0 | 1011 | 101100 | 0 | 101100 | 1100010 | 1001110 |
Color Harmonies of #FEE18E
Complementary color
Monochromatic Colors of #FEE18E
Black with #FEE18E
Text Example
Text Example
White with #FEE18E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEE18E; }
p { color: rgb(254,225,142); }
H1.HeaderClassName
{
color: #FEE18E;
}
.AnyTagClassName
{
color: #FEE18E;
}
</style>
background-color css
<style>
a { background-color: #FEE18E; }
a { background-color: rgb(254,225,142); }
div.DivClassName
{
background-color: #FEE18E;
}
.BgClassName
{
background-color: #FEE18E;
}
</style>
border-color css
<style>
span { border-color: #FEE18E; }
span { border-color: rgb(254,225,142); }
td.TdClassName
{
border-color: #FEE18E;
}
.TagClassName
{
border-color: #FEE18E;
}
</style>