Shades of Vis Vis #FDE990
Tints of Vis Vis #FDE990
RGB
CMYK
RGB Variations
Color information
#FDE990 (or 0xFDE990) is known color: Vis Vis. HEX triplet: FD, E9 and 90. RGB value is (253,233,144). Sum of RGB (Red+Green+Blue) = 253+233+144=630 (83% of max value = 765). Red value is 253 (99.22% from 255 or 40.16% from 630); Green value is 233 (91.41% from 255 or 36.98% from 630); Blue value is 144 (56.64% from 255 or 22.86% from 630); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE990 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FDE990 is #02166F. Grayscale: #E5E5E5. Windows color (decimal): -136816 or 9497085. OLE color: 9497085.
HSL color Cylindrical-coordinate representation of color #FDE990: hue angle of 48.99º 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 #FDE990 is Cyan = 0, Magento = 0.08, Yellow = 0.43 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 233 | 144 | - |
| CMYK | 0 | 0.08 | 0.43 | 0.01 |
| HSL | 48.99º | 0.96% | 0.78% | - |
| HSV(B) | 48.99º | 0.43% | 0.99% | - |
| XYZ | 74.68 | 81.17 | 38.12 | - |
| YUV | 228.83 | 80.13 | 145.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 233 | 144 | 0 | 0.08 | 0.43 | 0.01 | 48.99 | 0.96 | 0.78 |
| Hex | FD | E9 | 90 | 0 | 8 | 2B | 1 | 31 | 60 | 4E |
| Octal | 375 | 351 | 220 | 0 | 10 | 53 | 1 | 61 | 140 | 116 |
| Binary | 11111101 | 11101001 | 10010000 | 0 | 1000 | 101011 | 1 | 110001 | 1100000 | 1001110 |
Color Harmonies of #FDE990
Complementary color
Monochromatic Colors of #FDE990
Black with #FDE990
Text Example
Text Example
White with #FDE990
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDE990; }
p { color: rgb(253,233,144); }
H1.HeaderClassName
{
color: #FDE990;
}
.AnyTagClassName
{
color: #FDE990;
}
</style>
background-color css
<style>
a { background-color: #FDE990; }
a { background-color: rgb(253,233,144); }
div.DivClassName
{
background-color: #FDE990;
}
.BgClassName
{
background-color: #FDE990;
}
</style>
border-color css
<style>
span { border-color: #FDE990; }
span { border-color: rgb(253,233,144); }
td.TdClassName
{
border-color: #FDE990;
}
.TagClassName
{
border-color: #FDE990;
}
</style>