Shades of Vis Vis #FDE48E
Tints of Vis Vis #FDE48E
RGB
CMYK
RGB Variations
Color information
#FDE48E (or 0xFDE48E) is known color: Vis Vis. HEX triplet: FD, E4 and 8E. RGB value is (253,228,142). Sum of RGB (Red+Green+Blue) = 253+228+142=623 (82% of max value = 765). Red value is 253 (99.22% from 255 or 40.61% from 623); Green value is 228 (89.45% from 255 or 36.60% from 623); Blue value is 142 (55.86% from 255 or 22.79% from 623); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE48E is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDE48E is #021B71. Grayscale: #E2E2E2. Windows color (decimal): -138098 or 9364733. OLE color: 9364733.
HSL color Cylindrical-coordinate representation of color #FDE48E: hue angle of 46.49º 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 #FDE48E is Cyan = 0, Magento = 0.10, Yellow = 0.44 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 228 | 142 | - |
| CMYK | 0 | 0.10 | 0.44 | 0.01 |
| HSL | 46.49º | 0.97% | 0.77% | - |
| HSV(B) | 46.49º | 0.44% | 0.99% | - |
| XYZ | 73.13 | 78.32 | 36.85 | - |
| YUV | 225.67 | 80.78 | 147.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 228 | 142 | 0 | 0.10 | 0.44 | 0.01 | 46.49 | 0.97 | 0.77 |
| Hex | FD | E4 | 8E | 0 | A | 2C | 1 | 2E | 61 | 4D |
| Octal | 375 | 344 | 216 | 0 | 12 | 54 | 1 | 56 | 141 | 115 |
| Binary | 11111101 | 11100100 | 10001110 | 0 | 1010 | 101100 | 1 | 101110 | 1100001 | 1001101 |
Color Harmonies of #FDE48E
Complementary color
Monochromatic Colors of #FDE48E
Black with #FDE48E
Text Example
Text Example
White with #FDE48E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDE48E; }
p { color: rgb(253,228,142); }
H1.HeaderClassName
{
color: #FDE48E;
}
.AnyTagClassName
{
color: #FDE48E;
}
</style>
background-color css
<style>
a { background-color: #FDE48E; }
a { background-color: rgb(253,228,142); }
div.DivClassName
{
background-color: #FDE48E;
}
.BgClassName
{
background-color: #FDE48E;
}
</style>
border-color css
<style>
span { border-color: #FDE48E; }
span { border-color: rgb(253,228,142); }
td.TdClassName
{
border-color: #FDE48E;
}
.TagClassName
{
border-color: #FDE48E;
}
</style>