Shades of Vis Vis #FDE596
Tints of Vis Vis #FDE596
RGB
CMYK
RGB Variations
Color information
#FDE596 (or 0xFDE596) is known color: Vis Vis. HEX triplet: FD, E5 and 96. RGB value is (253,229,150). Sum of RGB (Red+Green+Blue) = 253+229+150=632 (83% of max value = 765). Red value is 253 (99.22% from 255 or 40.03% from 632); Green value is 229 (89.84% from 255 or 36.23% from 632); Blue value is 150 (58.98% from 255 or 23.73% from 632); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE596 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDE596 is #021A69. Grayscale: #E3E3E3. Windows color (decimal): -137834 or 9889277. OLE color: 9889277.
HSL color Cylindrical-coordinate representation of color #FDE596: hue angle of 46.02º degrees, saturation: 0.96, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #FDE596 is Cyan = 0, Magento = 0.09, Yellow = 0.41 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 229 | 150 | - |
| CMYK | 0 | 0.09 | 0.41 | 0.01 |
| HSL | 46.02º | 0.96% | 0.79% | - |
| HSV(B) | 46.02º | 0.41% | 0.99% | - |
| XYZ | 74.03 | 79.12 | 40.22 | - |
| YUV | 227.17 | 84.45 | 146.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 229 | 150 | 0 | 0.09 | 0.41 | 0.01 | 46.02 | 0.96 | 0.79 |
| Hex | FD | E5 | 96 | 0 | 9 | 29 | 1 | 2E | 60 | 4F |
| Octal | 375 | 345 | 226 | 0 | 11 | 51 | 1 | 56 | 140 | 117 |
| Binary | 11111101 | 11100101 | 10010110 | 0 | 1001 | 101001 | 1 | 101110 | 1100000 | 1001111 |
Color Harmonies of #FDE596
Complementary color
Monochromatic Colors of #FDE596
Black with #FDE596
Text Example
Text Example
White with #FDE596
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDE596; }
p { color: rgb(253,229,150); }
H1.HeaderClassName
{
color: #FDE596;
}
.AnyTagClassName
{
color: #FDE596;
}
</style>
background-color css
<style>
a { background-color: #FDE596; }
a { background-color: rgb(253,229,150); }
div.DivClassName
{
background-color: #FDE596;
}
.BgClassName
{
background-color: #FDE596;
}
</style>
border-color css
<style>
span { border-color: #FDE596; }
span { border-color: rgb(253,229,150); }
td.TdClassName
{
border-color: #FDE596;
}
.TagClassName
{
border-color: #FDE596;
}
</style>