Shades of Vis Vis #FEDE8D
Tints of Vis Vis #FEDE8D
RGB
CMYK
RGB Variations
Color information
#FEDE8D (or 0xFEDE8D) is known color: Vis Vis. HEX triplet: FE, DE and 8D. RGB value is (254,222,141). Sum of RGB (Red+Green+Blue) = 254+222+141=617 (81% of max value = 765). Red value is 254 (99.61% from 255 or 41.17% from 617); Green value is 222 (87.11% from 255 or 35.98% from 617); Blue value is 141 (55.47% from 255 or 22.85% from 617); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDE8D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FEDE8D is #012172. Grayscale: #DEDEDE. Windows color (decimal): -74099 or 9297662. OLE color: 9297662.
HSL color Cylindrical-coordinate representation of color #FEDE8D: hue angle of 43.01º 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 #FEDE8D is Cyan = 0, Magento = 0.13, Yellow = 0.44 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 222 | 141 | - |
| CMYK | 0 | 0.13 | 0.44 | 0.00 |
| HSL | 43.01º | 0.98% | 0.77% | - |
| HSV(B) | 43.01º | 0.44% | 1% | - |
| XYZ | 71.8 | 75.24 | 35.94 | - |
| YUV | 222.33 | 82.1 | 150.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 222 | 141 | 0 | 0.13 | 0.44 | 0.00 | 43.01 | 0.98 | 0.77 |
| Hex | FE | DE | 8D | 0 | D | 2C | 0 | 2B | 62 | 4D |
| Octal | 376 | 336 | 215 | 0 | 15 | 54 | 0 | 53 | 142 | 115 |
| Binary | 11111110 | 11011110 | 10001101 | 0 | 1101 | 101100 | 0 | 101011 | 1100010 | 1001101 |
Color Harmonies of #FEDE8D
Complementary color
Monochromatic Colors of #FEDE8D
Black with #FEDE8D
Text Example
Text Example
White with #FEDE8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEDE8D; }
p { color: rgb(254,222,141); }
H1.HeaderClassName
{
color: #FEDE8D;
}
.AnyTagClassName
{
color: #FEDE8D;
}
</style>
background-color css
<style>
a { background-color: #FEDE8D; }
a { background-color: rgb(254,222,141); }
div.DivClassName
{
background-color: #FEDE8D;
}
.BgClassName
{
background-color: #FEDE8D;
}
</style>
border-color css
<style>
span { border-color: #FEDE8D; }
span { border-color: rgb(254,222,141); }
td.TdClassName
{
border-color: #FEDE8D;
}
.TagClassName
{
border-color: #FEDE8D;
}
</style>