Shades of Vis Vis #FDE696
Tints of Vis Vis #FDE696
RGB
CMYK
RGB Variations
Color information
#FDE696 (or 0xFDE696) is known color: Vis Vis. HEX triplet: FD, E6 and 96. RGB value is (253,230,150). Sum of RGB (Red+Green+Blue) = 253+230+150=633 (83% of max value = 765). Red value is 253 (99.22% from 255 or 39.97% from 633); Green value is 230 (90.23% from 255 or 36.33% from 633); Blue value is 150 (58.98% from 255 or 23.70% from 633); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE696 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FDE696 is #021969. Grayscale: #E4E4E4. Windows color (decimal): -137578 or 9889533. OLE color: 9889533.
HSL color Cylindrical-coordinate representation of color #FDE696: hue angle of 46.6º 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 #FDE696 is Cyan = 0, Magento = 0.09, Yellow = 0.41 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 230 | 150 | - |
| CMYK | 0 | 0.09 | 0.41 | 0.01 |
| HSL | 46.6º | 0.96% | 0.79% | - |
| HSV(B) | 46.6º | 0.41% | 0.99% | - |
| XYZ | 74.31 | 79.68 | 40.32 | - |
| YUV | 227.76 | 84.12 | 146 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 230 | 150 | 0 | 0.09 | 0.41 | 0.01 | 46.6 | 0.96 | 0.79 |
| Hex | FD | E6 | 96 | 0 | 9 | 29 | 1 | 2F | 60 | 4F |
| Octal | 375 | 346 | 226 | 0 | 11 | 51 | 1 | 57 | 140 | 117 |
| Binary | 11111101 | 11100110 | 10010110 | 0 | 1001 | 101001 | 1 | 101111 | 1100000 | 1001111 |
Color Harmonies of #FDE696
Complementary color
Monochromatic Colors of #FDE696
Black with #FDE696
Text Example
Text Example
White with #FDE696
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDE696; }
p { color: rgb(253,230,150); }
H1.HeaderClassName
{
color: #FDE696;
}
.AnyTagClassName
{
color: #FDE696;
}
</style>
background-color css
<style>
a { background-color: #FDE696; }
a { background-color: rgb(253,230,150); }
div.DivClassName
{
background-color: #FDE696;
}
.BgClassName
{
background-color: #FDE696;
}
</style>
border-color css
<style>
span { border-color: #FDE696; }
span { border-color: rgb(253,230,150); }
td.TdClassName
{
border-color: #FDE696;
}
.TagClassName
{
border-color: #FDE696;
}
</style>