Shades of Vis Vis #FEE18D
Tints of Vis Vis #FEE18D
RGB
CMYK
RGB Variations
Color information
#FEE18D (or 0xFEE18D) is known color: Vis Vis. HEX triplet: FE, E1 and 8D. RGB value is (254,225,141). Sum of RGB (Red+Green+Blue) = 254+225+141=620 (82% of max value = 765). Red value is 254 (99.61% from 255 or 40.97% from 620); Green value is 225 (88.28% from 255 or 36.29% from 620); Blue value is 141 (55.47% from 255 or 22.74% from 620); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE18D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FEE18D is #011E72. Grayscale: #E0E0E0. Windows color (decimal): -73331 or 9298430. OLE color: 9298430.
HSL color Cylindrical-coordinate representation of color #FEE18D: hue angle of 44.6º degrees, saturation: 0.98, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #FEE18D is Cyan = 0, Magento = 0.11, Yellow = 0.44 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 225 | 141 | - |
| CMYK | 0 | 0.11 | 0.44 | 0.00 |
| HSL | 44.6º | 0.98% | 0.77% | - |
| HSV(B) | 44.6º | 0.44% | 1% | - |
| XYZ | 72.61 | 76.84 | 36.21 | - |
| YUV | 224.1 | 81.11 | 149.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 225 | 141 | 0 | 0.11 | 0.44 | 0.00 | 44.6 | 0.98 | 0.77 |
| Hex | FE | E1 | 8D | 0 | B | 2C | 0 | 2D | 62 | 4D |
| Octal | 376 | 341 | 215 | 0 | 13 | 54 | 0 | 55 | 142 | 115 |
| Binary | 11111110 | 11100001 | 10001101 | 0 | 1011 | 101100 | 0 | 101101 | 1100010 | 1001101 |
Color Harmonies of #FEE18D
Complementary color
Monochromatic Colors of #FEE18D
Black with #FEE18D
Text Example
Text Example
White with #FEE18D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEE18D; }
p { color: rgb(254,225,141); }
H1.HeaderClassName
{
color: #FEE18D;
}
.AnyTagClassName
{
color: #FEE18D;
}
</style>
background-color css
<style>
a { background-color: #FEE18D; }
a { background-color: rgb(254,225,141); }
div.DivClassName
{
background-color: #FEE18D;
}
.BgClassName
{
background-color: #FEE18D;
}
</style>
border-color css
<style>
span { border-color: #FEE18D; }
span { border-color: rgb(254,225,141); }
td.TdClassName
{
border-color: #FEE18D;
}
.TagClassName
{
border-color: #FEE18D;
}
</style>