Shades of Vis Vis #FDE993
Tints of Vis Vis #FDE993
RGB
CMYK
RGB Variations
Color information
#FDE993 (or 0xFDE993) is known color: Vis Vis. HEX triplet: FD, E9 and 93. RGB value is (253,233,147). Sum of RGB (Red+Green+Blue) = 253+233+147=633 (83% of max value = 765). Red value is 253 (99.22% from 255 or 39.97% from 633); Green value is 233 (91.41% from 255 or 36.81% from 633); Blue value is 147 (57.81% from 255 or 23.22% from 633); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE993 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FDE993 is #02166C. Grayscale: #E5E5E5. Windows color (decimal): -136813 or 9693693. OLE color: 9693693.
HSL color Cylindrical-coordinate representation of color #FDE993: hue angle of 48.68º 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 #FDE993 is Cyan = 0, Magento = 0.08, Yellow = 0.42 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 233 | 147 | - |
| CMYK | 0 | 0.08 | 0.42 | 0.01 |
| HSL | 48.68º | 0.96% | 0.78% | - |
| HSV(B) | 48.68º | 0.42% | 0.99% | - |
| XYZ | 74.91 | 81.27 | 39.34 | - |
| YUV | 229.18 | 81.63 | 144.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 233 | 147 | 0 | 0.08 | 0.42 | 0.01 | 48.68 | 0.96 | 0.78 |
| Hex | FD | E9 | 93 | 0 | 8 | 2A | 1 | 31 | 60 | 4E |
| Octal | 375 | 351 | 223 | 0 | 10 | 52 | 1 | 61 | 140 | 116 |
| Binary | 11111101 | 11101001 | 10010011 | 0 | 1000 | 101010 | 1 | 110001 | 1100000 | 1001110 |
Color Harmonies of #FDE993
Complementary color
Monochromatic Colors of #FDE993
Black with #FDE993
Text Example
Text Example
White with #FDE993
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDE993; }
p { color: rgb(253,233,147); }
H1.HeaderClassName
{
color: #FDE993;
}
.AnyTagClassName
{
color: #FDE993;
}
</style>
background-color css
<style>
a { background-color: #FDE993; }
a { background-color: rgb(253,233,147); }
div.DivClassName
{
background-color: #FDE993;
}
.BgClassName
{
background-color: #FDE993;
}
</style>
border-color css
<style>
span { border-color: #FDE993; }
span { border-color: rgb(253,233,147); }
td.TdClassName
{
border-color: #FDE993;
}
.TagClassName
{
border-color: #FDE993;
}
</style>