Shades of Vis Vis #FDE788
Tints of Vis Vis #FDE788
RGB
CMYK
RGB Variations
Color information
#FDE788 (or 0xFDE788) is known color: Vis Vis. HEX triplet: FD, E7 and 88. RGB value is (253,231,136). Sum of RGB (Red+Green+Blue) = 253+231+136=620 (82% of max value = 765). Red value is 253 (99.22% from 255 or 40.81% from 620); Green value is 231 (90.62% from 255 or 37.26% from 620); Blue value is 136 (53.52% from 255 or 21.94% from 620); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE788 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FDE788 is #021877. Grayscale: #E3E3E3. Windows color (decimal): -137336 or 8972285. OLE color: 8972285.
HSL color Cylindrical-coordinate representation of color #FDE788: hue angle of 48.72º degrees, saturation: 0.97, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #FDE788 is Cyan = 0, Magento = 0.09, Yellow = 0.46 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 231 | 136 | - |
| CMYK | 0 | 0.09 | 0.46 | 0.01 |
| HSL | 48.72º | 0.97% | 0.76% | - |
| HSV(B) | 48.72º | 0.46% | 0.99% | - |
| XYZ | 73.53 | 79.81 | 34.82 | - |
| YUV | 226.75 | 76.79 | 146.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 231 | 136 | 0 | 0.09 | 0.46 | 0.01 | 48.72 | 0.97 | 0.76 |
| Hex | FD | E7 | 88 | 0 | 9 | 2E | 1 | 31 | 61 | 4C |
| Octal | 375 | 347 | 210 | 0 | 11 | 56 | 1 | 61 | 141 | 114 |
| Binary | 11111101 | 11100111 | 10001000 | 0 | 1001 | 101110 | 1 | 110001 | 1100001 | 1001100 |
Color Harmonies of #FDE788
Complementary color
Monochromatic Colors of #FDE788
Black with #FDE788
Text Example
Text Example
White with #FDE788
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDE788; }
p { color: rgb(253,231,136); }
H1.HeaderClassName
{
color: #FDE788;
}
.AnyTagClassName
{
color: #FDE788;
}
</style>
background-color css
<style>
a { background-color: #FDE788; }
a { background-color: rgb(253,231,136); }
div.DivClassName
{
background-color: #FDE788;
}
.BgClassName
{
background-color: #FDE788;
}
</style>
border-color css
<style>
span { border-color: #FDE788; }
span { border-color: rgb(253,231,136); }
td.TdClassName
{
border-color: #FDE788;
}
.TagClassName
{
border-color: #FDE788;
}
</style>