Shades of Vis Vis #FEDE8E
Tints of Vis Vis #FEDE8E
RGB
CMYK
RGB Variations
Color information
#FEDE8E (or 0xFEDE8E) is known color: Vis Vis. HEX triplet: FE, DE and 8E. RGB value is (254,222,142). Sum of RGB (Red+Green+Blue) = 254+222+142=618 (81% of max value = 765). Red value is 254 (99.61% from 255 or 41.10% from 618); Green value is 222 (87.11% from 255 or 35.92% from 618); Blue value is 142 (55.86% from 255 or 22.98% from 618); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDE8E is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FEDE8E is #012171. Grayscale: #DEDEDE. Windows color (decimal): -74098 or 9363198. OLE color: 9363198.
HSL color Cylindrical-coordinate representation of color #FEDE8E: hue angle of 42.86º degrees, saturation: 0.98, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #FEDE8E is Cyan = 0, Magento = 0.13, Yellow = 0.44 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 222 | 142 | - |
| CMYK | 0 | 0.13 | 0.44 | 0.00 |
| HSL | 42.86º | 0.98% | 0.78% | - |
| HSV(B) | 42.86º | 0.44% | 1% | - |
| XYZ | 71.88 | 75.27 | 36.33 | - |
| YUV | 222.45 | 82.6 | 150.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 222 | 142 | 0 | 0.13 | 0.44 | 0.00 | 42.86 | 0.98 | 0.78 |
| Hex | FE | DE | 8E | 0 | D | 2C | 0 | 2B | 62 | 4E |
| Octal | 376 | 336 | 216 | 0 | 15 | 54 | 0 | 53 | 142 | 116 |
| Binary | 11111110 | 11011110 | 10001110 | 0 | 1101 | 101100 | 0 | 101011 | 1100010 | 1001110 |
Color Harmonies of #FEDE8E
Complementary color
Monochromatic Colors of #FEDE8E
Black with #FEDE8E
Text Example
Text Example
White with #FEDE8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEDE8E; }
p { color: rgb(254,222,142); }
H1.HeaderClassName
{
color: #FEDE8E;
}
.AnyTagClassName
{
color: #FEDE8E;
}
</style>
background-color css
<style>
a { background-color: #FEDE8E; }
a { background-color: rgb(254,222,142); }
div.DivClassName
{
background-color: #FEDE8E;
}
.BgClassName
{
background-color: #FEDE8E;
}
</style>
border-color css
<style>
span { border-color: #FEDE8E; }
span { border-color: rgb(254,222,142); }
td.TdClassName
{
border-color: #FEDE8E;
}
.TagClassName
{
border-color: #FEDE8E;
}
</style>