Shades of Vis Vis #FDE78C
Tints of Vis Vis #FDE78C
RGB
CMYK
RGB Variations
Color information
#FDE78C (or 0xFDE78C) is known color: Vis Vis. HEX triplet: FD, E7 and 8C. RGB value is (253,231,140). Sum of RGB (Red+Green+Blue) = 253+231+140=624 (82% of max value = 765). Red value is 253 (99.22% from 255 or 40.54% from 624); Green value is 231 (90.62% from 255 or 37.02% from 624); Blue value is 140 (55.08% from 255 or 22.44% from 624); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE78C is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FDE78C is #021873. Grayscale: #E3E3E3. Windows color (decimal): -137332 or 9234429. OLE color: 9234429.
HSL color Cylindrical-coordinate representation of color #FDE78C: hue angle of 48.32º degrees, saturation: 0.97, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #FDE78C is Cyan = 0, Magento = 0.09, Yellow = 0.45 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 231 | 140 | - |
| CMYK | 0 | 0.09 | 0.45 | 0.01 |
| HSL | 48.32º | 0.97% | 0.77% | - |
| HSV(B) | 48.32º | 0.45% | 0.99% | - |
| XYZ | 73.82 | 79.93 | 36.35 | - |
| YUV | 227.2 | 78.79 | 146.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 231 | 140 | 0 | 0.09 | 0.45 | 0.01 | 48.32 | 0.97 | 0.77 |
| Hex | FD | E7 | 8C | 0 | 9 | 2D | 1 | 30 | 61 | 4D |
| Octal | 375 | 347 | 214 | 0 | 11 | 55 | 1 | 60 | 141 | 115 |
| Binary | 11111101 | 11100111 | 10001100 | 0 | 1001 | 101101 | 1 | 110000 | 1100001 | 1001101 |
Color Harmonies of #FDE78C
Complementary color
Monochromatic Colors of #FDE78C
Black with #FDE78C
Text Example
Text Example
White with #FDE78C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDE78C; }
p { color: rgb(253,231,140); }
H1.HeaderClassName
{
color: #FDE78C;
}
.AnyTagClassName
{
color: #FDE78C;
}
</style>
background-color css
<style>
a { background-color: #FDE78C; }
a { background-color: rgb(253,231,140); }
div.DivClassName
{
background-color: #FDE78C;
}
.BgClassName
{
background-color: #FDE78C;
}
</style>
border-color css
<style>
span { border-color: #FDE78C; }
span { border-color: rgb(253,231,140); }
td.TdClassName
{
border-color: #FDE78C;
}
.TagClassName
{
border-color: #FDE78C;
}
</style>