Shades of Vis Vis #FEE48D
Tints of Vis Vis #FEE48D
RGB
CMYK
RGB Variations
Color information
#FEE48D (or 0xFEE48D) is known color: Vis Vis. HEX triplet: FE, E4 and 8D. RGB value is (254,228,141). Sum of RGB (Red+Green+Blue) = 254+228+141=623 (82% of max value = 765). Red value is 254 (99.61% from 255 or 40.77% from 623); Green value is 228 (89.45% from 255 or 36.60% from 623); Blue value is 141 (55.47% from 255 or 22.63% from 623); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE48D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FEE48D is #011B72. Grayscale: #E2E2E2. Windows color (decimal): -72563 or 9299198. OLE color: 9299198.
HSL color Cylindrical-coordinate representation of color #FEE48D: hue angle of 46.19º 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 #FEE48D is Cyan = 0, Magento = 0.10, Yellow = 0.44 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 228 | 141 | - |
| CMYK | 0 | 0.10 | 0.44 | 0.00 |
| HSL | 46.19º | 0.98% | 0.77% | - |
| HSV(B) | 46.19º | 0.44% | 1% | - |
| XYZ | 73.42 | 78.48 | 36.48 | - |
| YUV | 225.86 | 80.11 | 148.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 228 | 141 | 0 | 0.10 | 0.44 | 0.00 | 46.19 | 0.98 | 0.77 |
| Hex | FE | E4 | 8D | 0 | A | 2C | 0 | 2E | 62 | 4D |
| Octal | 376 | 344 | 215 | 0 | 12 | 54 | 0 | 56 | 142 | 115 |
| Binary | 11111110 | 11100100 | 10001101 | 0 | 1010 | 101100 | 0 | 101110 | 1100010 | 1001101 |
Color Harmonies of #FEE48D
Complementary color
Monochromatic Colors of #FEE48D
Black with #FEE48D
Text Example
Text Example
White with #FEE48D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEE48D; }
p { color: rgb(254,228,141); }
H1.HeaderClassName
{
color: #FEE48D;
}
.AnyTagClassName
{
color: #FEE48D;
}
</style>
background-color css
<style>
a { background-color: #FEE48D; }
a { background-color: rgb(254,228,141); }
div.DivClassName
{
background-color: #FEE48D;
}
.BgClassName
{
background-color: #FEE48D;
}
</style>
border-color css
<style>
span { border-color: #FEE48D; }
span { border-color: rgb(254,228,141); }
td.TdClassName
{
border-color: #FEE48D;
}
.TagClassName
{
border-color: #FEE48D;
}
</style>