Shades of Vis Vis #FDE48B
Tints of Vis Vis #FDE48B
RGB
CMYK
RGB Variations
Color information
#FDE48B (or 0xFDE48B) is known color: Vis Vis. HEX triplet: FD, E4 and 8B. RGB value is (253,228,139). Sum of RGB (Red+Green+Blue) = 253+228+139=620 (82% of max value = 765). Red value is 253 (99.22% from 255 or 40.81% from 620); Green value is 228 (89.45% from 255 or 36.77% from 620); Blue value is 139 (54.69% from 255 or 22.42% from 620); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE48B is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDE48B is #021B74. Grayscale: #E1E1E1. Windows color (decimal): -138101 or 9168125. OLE color: 9168125.
HSL color Cylindrical-coordinate representation of color #FDE48B: hue angle of 46.84º 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 #FDE48B is Cyan = 0, Magento = 0.10, Yellow = 0.45 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 228 | 139 | - |
| CMYK | 0 | 0.10 | 0.45 | 0.01 |
| HSL | 46.84º | 0.97% | 0.77% | - |
| HSV(B) | 46.84º | 0.45% | 0.99% | - |
| XYZ | 72.91 | 78.23 | 35.68 | - |
| YUV | 225.33 | 79.28 | 147.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 228 | 139 | 0 | 0.10 | 0.45 | 0.01 | 46.84 | 0.97 | 0.77 |
| Hex | FD | E4 | 8B | 0 | A | 2D | 1 | 2F | 61 | 4D |
| Octal | 375 | 344 | 213 | 0 | 12 | 55 | 1 | 57 | 141 | 115 |
| Binary | 11111101 | 11100100 | 10001011 | 0 | 1010 | 101101 | 1 | 101111 | 1100001 | 1001101 |
Color Harmonies of #FDE48B
Complementary color
Monochromatic Colors of #FDE48B
Black with #FDE48B
Text Example
Text Example
White with #FDE48B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDE48B; }
p { color: rgb(253,228,139); }
H1.HeaderClassName
{
color: #FDE48B;
}
.AnyTagClassName
{
color: #FDE48B;
}
</style>
background-color css
<style>
a { background-color: #FDE48B; }
a { background-color: rgb(253,228,139); }
div.DivClassName
{
background-color: #FDE48B;
}
.BgClassName
{
background-color: #FDE48B;
}
</style>
border-color css
<style>
span { border-color: #FDE48B; }
span { border-color: rgb(253,228,139); }
td.TdClassName
{
border-color: #FDE48B;
}
.TagClassName
{
border-color: #FDE48B;
}
</style>