Shades of Vis Vis #FEE28D
Tints of Vis Vis #FEE28D
RGB
CMYK
RGB Variations
Color information
#FEE28D (or 0xFEE28D) is known color: Vis Vis. HEX triplet: FE, E2 and 8D. RGB value is (254,226,141). Sum of RGB (Red+Green+Blue) = 254+226+141=621 (82% of max value = 765). Red value is 254 (99.61% from 255 or 40.90% from 621); Green value is 226 (88.67% from 255 or 36.39% from 621); Blue value is 141 (55.47% from 255 or 22.71% from 621); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE28D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FEE28D is #011D72. Grayscale: #E1E1E1. Windows color (decimal): -73075 or 9298686. OLE color: 9298686.
HSL color Cylindrical-coordinate representation of color #FEE28D: hue angle of 45.13º 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 #FEE28D is Cyan = 0, Magento = 0.11, Yellow = 0.44 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 226 | 141 | - |
| CMYK | 0 | 0.11 | 0.44 | 0.00 |
| HSL | 45.13º | 0.98% | 0.77% | - |
| HSV(B) | 45.13º | 0.44% | 1% | - |
| XYZ | 72.88 | 77.39 | 36.3 | - |
| YUV | 224.68 | 80.78 | 148.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 226 | 141 | 0 | 0.11 | 0.44 | 0.00 | 45.13 | 0.98 | 0.77 |
| Hex | FE | E2 | 8D | 0 | B | 2C | 0 | 2D | 62 | 4D |
| Octal | 376 | 342 | 215 | 0 | 13 | 54 | 0 | 55 | 142 | 115 |
| Binary | 11111110 | 11100010 | 10001101 | 0 | 1011 | 101100 | 0 | 101101 | 1100010 | 1001101 |
Color Harmonies of #FEE28D
Complementary color
Monochromatic Colors of #FEE28D
Black with #FEE28D
Text Example
Text Example
White with #FEE28D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEE28D; }
p { color: rgb(254,226,141); }
H1.HeaderClassName
{
color: #FEE28D;
}
.AnyTagClassName
{
color: #FEE28D;
}
</style>
background-color css
<style>
a { background-color: #FEE28D; }
a { background-color: rgb(254,226,141); }
div.DivClassName
{
background-color: #FEE28D;
}
.BgClassName
{
background-color: #FEE28D;
}
</style>
border-color css
<style>
span { border-color: #FEE28D; }
span { border-color: rgb(254,226,141); }
td.TdClassName
{
border-color: #FEE28D;
}
.TagClassName
{
border-color: #FEE28D;
}
</style>