Shades of Vis Vis #FDE28E
Tints of Vis Vis #FDE28E
RGB
CMYK
RGB Variations
Color information
#FDE28E (or 0xFDE28E) is known color: Vis Vis. HEX triplet: FD, E2 and 8E. RGB value is (253,226,142). Sum of RGB (Red+Green+Blue) = 253+226+142=621 (82% of max value = 765). Red value is 253 (99.22% from 255 or 40.74% from 621); Green value is 226 (88.67% from 255 or 36.39% from 621); Blue value is 142 (55.86% from 255 or 22.87% from 621); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE28E is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDE28E is #021D71. Grayscale: #E0E0E0. Windows color (decimal): -138610 or 9364221. OLE color: 9364221.
HSL color Cylindrical-coordinate representation of color #FDE28E: hue angle of 45.41º degrees, saturation: 0.97, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #FDE28E is Cyan = 0, Magento = 0.11, Yellow = 0.44 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 226 | 142 | - |
| CMYK | 0 | 0.11 | 0.44 | 0.01 |
| HSL | 45.41º | 0.97% | 0.77% | - |
| HSV(B) | 45.41º | 0.44% | 0.99% | - |
| XYZ | 72.59 | 77.23 | 36.67 | - |
| YUV | 224.5 | 81.45 | 148.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 226 | 142 | 0 | 0.11 | 0.44 | 0.01 | 45.41 | 0.97 | 0.77 |
| Hex | FD | E2 | 8E | 0 | B | 2C | 1 | 2D | 61 | 4D |
| Octal | 375 | 342 | 216 | 0 | 13 | 54 | 1 | 55 | 141 | 115 |
| Binary | 11111101 | 11100010 | 10001110 | 0 | 1011 | 101100 | 1 | 101101 | 1100001 | 1001101 |
Color Harmonies of #FDE28E
Complementary color
Monochromatic Colors of #FDE28E
Black with #FDE28E
Text Example
Text Example
White with #FDE28E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDE28E; }
p { color: rgb(253,226,142); }
H1.HeaderClassName
{
color: #FDE28E;
}
.AnyTagClassName
{
color: #FDE28E;
}
</style>
background-color css
<style>
a { background-color: #FDE28E; }
a { background-color: rgb(253,226,142); }
div.DivClassName
{
background-color: #FDE28E;
}
.BgClassName
{
background-color: #FDE28E;
}
</style>
border-color css
<style>
span { border-color: #FDE28E; }
span { border-color: rgb(253,226,142); }
td.TdClassName
{
border-color: #FDE28E;
}
.TagClassName
{
border-color: #FDE28E;
}
</style>