Shades of Vis Vis #FEDE8C
Tints of Vis Vis #FEDE8C
RGB
CMYK
RGB Variations
Color information
#FEDE8C (or 0xFEDE8C) is known color: Vis Vis. HEX triplet: FE, DE and 8C. RGB value is (254,222,140). Sum of RGB (Red+Green+Blue) = 254+222+140=616 (81% of max value = 765). Red value is 254 (99.61% from 255 or 41.23% from 616); Green value is 222 (87.11% from 255 or 36.04% from 616); Blue value is 140 (55.08% from 255 or 22.73% from 616); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDE8C is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FEDE8C is #012173. Grayscale: #DEDEDE. Windows color (decimal): -74100 or 9232126. OLE color: 9232126.
HSL color Cylindrical-coordinate representation of color #FEDE8C: hue angle of 43.16º degrees, saturation: 0.98, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #FEDE8C is Cyan = 0, Magento = 0.13, Yellow = 0.45 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 222 | 140 | - |
| CMYK | 0 | 0.13 | 0.45 | 0.00 |
| HSL | 43.16º | 0.98% | 0.77% | - |
| HSV(B) | 43.16º | 0.45% | 1% | - |
| XYZ | 71.73 | 75.21 | 35.55 | - |
| YUV | 222.22 | 81.6 | 150.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 222 | 140 | 0 | 0.13 | 0.45 | 0.00 | 43.16 | 0.98 | 0.77 |
| Hex | FE | DE | 8C | 0 | D | 2D | 0 | 2B | 62 | 4D |
| Octal | 376 | 336 | 214 | 0 | 15 | 55 | 0 | 53 | 142 | 115 |
| Binary | 11111110 | 11011110 | 10001100 | 0 | 1101 | 101101 | 0 | 101011 | 1100010 | 1001101 |
Color Harmonies of #FEDE8C
Complementary color
Monochromatic Colors of #FEDE8C
Black with #FEDE8C
Text Example
Text Example
White with #FEDE8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEDE8C; }
p { color: rgb(254,222,140); }
H1.HeaderClassName
{
color: #FEDE8C;
}
.AnyTagClassName
{
color: #FEDE8C;
}
</style>
background-color css
<style>
a { background-color: #FEDE8C; }
a { background-color: rgb(254,222,140); }
div.DivClassName
{
background-color: #FEDE8C;
}
.BgClassName
{
background-color: #FEDE8C;
}
</style>
border-color css
<style>
span { border-color: #FEDE8C; }
span { border-color: rgb(254,222,140); }
td.TdClassName
{
border-color: #FEDE8C;
}
.TagClassName
{
border-color: #FEDE8C;
}
</style>