Shades of Vis Vis #FEDC8C
Tints of Vis Vis #FEDC8C
RGB
CMYK
RGB Variations
Color information
#FEDC8C (or 0xFEDC8C) is known color: Vis Vis. HEX triplet: FE, DC and 8C. RGB value is (254,220,140). Sum of RGB (Red+Green+Blue) = 254+220+140=614 (81% of max value = 765). Red value is 254 (99.61% from 255 or 41.37% from 614); Green value is 220 (86.33% from 255 or 35.83% from 614); Blue value is 140 (55.08% from 255 or 22.80% from 614); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDC8C is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FEDC8C is #012373. Grayscale: #DDDDDD. Windows color (decimal): -74612 or 9231614. OLE color: 9231614.
HSL color Cylindrical-coordinate representation of color #FEDC8C: hue angle of 42.11º 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 #FEDC8C is Cyan = 0, Magento = 0.13, Yellow = 0.45 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 220 | 140 | - |
| CMYK | 0 | 0.13 | 0.45 | 0.00 |
| HSL | 42.11º | 0.98% | 0.77% | - |
| HSV(B) | 42.11º | 0.45% | 1% | - |
| XYZ | 71.2 | 74.15 | 35.37 | - |
| YUV | 221.05 | 82.26 | 151.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 220 | 140 | 0 | 0.13 | 0.45 | 0.00 | 42.11 | 0.98 | 0.77 |
| Hex | FE | DC | 8C | 0 | D | 2D | 0 | 2A | 62 | 4D |
| Octal | 376 | 334 | 214 | 0 | 15 | 55 | 0 | 52 | 142 | 115 |
| Binary | 11111110 | 11011100 | 10001100 | 0 | 1101 | 101101 | 0 | 101010 | 1100010 | 1001101 |
Color Harmonies of #FEDC8C
Complementary color
Monochromatic Colors of #FEDC8C
Black with #FEDC8C
Text Example
Text Example
White with #FEDC8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEDC8C; }
p { color: rgb(254,220,140); }
H1.HeaderClassName
{
color: #FEDC8C;
}
.AnyTagClassName
{
color: #FEDC8C;
}
</style>
background-color css
<style>
a { background-color: #FEDC8C; }
a { background-color: rgb(254,220,140); }
div.DivClassName
{
background-color: #FEDC8C;
}
.BgClassName
{
background-color: #FEDC8C;
}
</style>
border-color css
<style>
span { border-color: #FEDC8C; }
span { border-color: rgb(254,220,140); }
td.TdClassName
{
border-color: #FEDC8C;
}
.TagClassName
{
border-color: #FEDC8C;
}
</style>