Shades of Vis Vis #FDE293
Tints of Vis Vis #FDE293
RGB
CMYK
RGB Variations
Color information
#FDE293 (or 0xFDE293) is known color: Vis Vis. HEX triplet: FD, E2 and 93. RGB value is (253,226,147). Sum of RGB (Red+Green+Blue) = 253+226+147=626 (82% of max value = 765). Red value is 253 (99.22% from 255 or 40.42% from 626); Green value is 226 (88.67% from 255 or 36.10% from 626); Blue value is 147 (57.81% from 255 or 23.48% from 626); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE293 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDE293 is #021D6C. Grayscale: #E1E1E1. Windows color (decimal): -138605 or 9691901. OLE color: 9691901.
HSL color Cylindrical-coordinate representation of color #FDE293: hue angle of 44.72º degrees, saturation: 0.96, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #FDE293 is Cyan = 0, Magento = 0.11, Yellow = 0.42 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 226 | 147 | - |
| CMYK | 0 | 0.11 | 0.42 | 0.01 |
| HSL | 44.72º | 0.96% | 0.78% | - |
| HSV(B) | 44.72º | 0.42% | 0.99% | - |
| XYZ | 72.97 | 77.38 | 38.69 | - |
| YUV | 225.07 | 83.95 | 147.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 226 | 147 | 0 | 0.11 | 0.42 | 0.01 | 44.72 | 0.96 | 0.78 |
| Hex | FD | E2 | 93 | 0 | B | 2A | 1 | 2D | 60 | 4E |
| Octal | 375 | 342 | 223 | 0 | 13 | 52 | 1 | 55 | 140 | 116 |
| Binary | 11111101 | 11100010 | 10010011 | 0 | 1011 | 101010 | 1 | 101101 | 1100000 | 1001110 |
Color Harmonies of #FDE293
Complementary color
Monochromatic Colors of #FDE293
Black with #FDE293
Text Example
Text Example
White with #FDE293
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDE293; }
p { color: rgb(253,226,147); }
H1.HeaderClassName
{
color: #FDE293;
}
.AnyTagClassName
{
color: #FDE293;
}
</style>
background-color css
<style>
a { background-color: #FDE293; }
a { background-color: rgb(253,226,147); }
div.DivClassName
{
background-color: #FDE293;
}
.BgClassName
{
background-color: #FDE293;
}
</style>
border-color css
<style>
span { border-color: #FDE293; }
span { border-color: rgb(253,226,147); }
td.TdClassName
{
border-color: #FDE293;
}
.TagClassName
{
border-color: #FDE293;
}
</style>