Shades of Vis Vis #FDE991
Tints of Vis Vis #FDE991
RGB
CMYK
RGB Variations
Color information
#FDE991 (or 0xFDE991) is known color: Vis Vis. HEX triplet: FD, E9 and 91. RGB value is (253,233,145). Sum of RGB (Red+Green+Blue) = 253+233+145=631 (83% of max value = 765). Red value is 253 (99.22% from 255 or 40.10% from 631); Green value is 233 (91.41% from 255 or 36.93% from 631); Blue value is 145 (57.03% from 255 or 22.98% from 631); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE991 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FDE991 is #02166E. Grayscale: #E5E5E5. Windows color (decimal): -136815 or 9562621. OLE color: 9562621.
HSL color Cylindrical-coordinate representation of color #FDE991: hue angle of 48.89º degrees, saturation: 0.96, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #FDE991 is Cyan = 0, Magento = 0.08, Yellow = 0.43 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 233 | 145 | - |
| CMYK | 0 | 0.08 | 0.43 | 0.01 |
| HSL | 48.89º | 0.96% | 0.78% | - |
| HSV(B) | 48.89º | 0.43% | 0.99% | - |
| XYZ | 74.76 | 81.2 | 38.52 | - |
| YUV | 228.95 | 80.63 | 145.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 233 | 145 | 0 | 0.08 | 0.43 | 0.01 | 48.89 | 0.96 | 0.78 |
| Hex | FD | E9 | 91 | 0 | 8 | 2B | 1 | 31 | 60 | 4E |
| Octal | 375 | 351 | 221 | 0 | 10 | 53 | 1 | 61 | 140 | 116 |
| Binary | 11111101 | 11101001 | 10010001 | 0 | 1000 | 101011 | 1 | 110001 | 1100000 | 1001110 |
Color Harmonies of #FDE991
Complementary color
Monochromatic Colors of #FDE991
Black with #FDE991
Text Example
Text Example
White with #FDE991
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDE991; }
p { color: rgb(253,233,145); }
H1.HeaderClassName
{
color: #FDE991;
}
.AnyTagClassName
{
color: #FDE991;
}
</style>
background-color css
<style>
a { background-color: #FDE991; }
a { background-color: rgb(253,233,145); }
div.DivClassName
{
background-color: #FDE991;
}
.BgClassName
{
background-color: #FDE991;
}
</style>
border-color css
<style>
span { border-color: #FDE991; }
span { border-color: rgb(253,233,145); }
td.TdClassName
{
border-color: #FDE991;
}
.TagClassName
{
border-color: #FDE991;
}
</style>