Shades of Vis Vis #FEE98D
Tints of Vis Vis #FEE98D
RGB
CMYK
RGB Variations
Color information
#FEE98D (or 0xFEE98D) is known color: Vis Vis. HEX triplet: FE, E9 and 8D. RGB value is (254,233,141). Sum of RGB (Red+Green+Blue) = 254+233+141=628 (83% of max value = 765). Red value is 254 (99.61% from 255 or 40.45% from 628); Green value is 233 (91.41% from 255 or 37.10% from 628); Blue value is 141 (55.47% from 255 or 22.45% from 628); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE98D is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FEE98D is #011672. Grayscale: #E5E5E5. Windows color (decimal): -71283 or 9300478. OLE color: 9300478.
HSL color Cylindrical-coordinate representation of color #FEE98D: hue angle of 48.85º 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 #FEE98D is Cyan = 0, Magento = 0.08, Yellow = 0.44 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 233 | 141 | - |
| CMYK | 0 | 0.08 | 0.44 | 0.00 |
| HSL | 48.85º | 0.98% | 0.77% | - |
| HSV(B) | 48.85º | 0.44% | 1% | - |
| XYZ | 74.82 | 81.27 | 36.94 | - |
| YUV | 228.79 | 78.46 | 145.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 233 | 141 | 0 | 0.08 | 0.44 | 0.00 | 48.85 | 0.98 | 0.77 |
| Hex | FE | E9 | 8D | 0 | 8 | 2C | 0 | 31 | 62 | 4D |
| Octal | 376 | 351 | 215 | 0 | 10 | 54 | 0 | 61 | 142 | 115 |
| Binary | 11111110 | 11101001 | 10001101 | 0 | 1000 | 101100 | 0 | 110001 | 1100010 | 1001101 |
Color Harmonies of #FEE98D
Complementary color
Monochromatic Colors of #FEE98D
Black with #FEE98D
Text Example
Text Example
White with #FEE98D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEE98D; }
p { color: rgb(254,233,141); }
H1.HeaderClassName
{
color: #FEE98D;
}
.AnyTagClassName
{
color: #FEE98D;
}
</style>
background-color css
<style>
a { background-color: #FEE98D; }
a { background-color: rgb(254,233,141); }
div.DivClassName
{
background-color: #FEE98D;
}
.BgClassName
{
background-color: #FEE98D;
}
</style>
border-color css
<style>
span { border-color: #FEE98D; }
span { border-color: rgb(254,233,141); }
td.TdClassName
{
border-color: #FEE98D;
}
.TagClassName
{
border-color: #FEE98D;
}
</style>