Shades of Vis Vis #FDE896
Tints of Vis Vis #FDE896
RGB
CMYK
RGB Variations
Color information
#FDE896 (or 0xFDE896) is known color: Vis Vis. HEX triplet: FD, E8 and 96. RGB value is (253,232,150). Sum of RGB (Red+Green+Blue) = 253+232+150=635 (84% of max value = 765). Red value is 253 (99.22% from 255 or 39.84% from 635); Green value is 232 (91.02% from 255 or 36.54% from 635); Blue value is 150 (58.98% from 255 or 23.62% from 635); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE896 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FDE896 is #021769. Grayscale: #E5E5E5. Windows color (decimal): -137066 or 9890045. OLE color: 9890045.
HSL color Cylindrical-coordinate representation of color #FDE896: hue angle of 47.77º 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 #FDE896 is Cyan = 0, Magento = 0.08, Yellow = 0.41 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 232 | 150 | - |
| CMYK | 0 | 0.08 | 0.41 | 0.01 |
| HSL | 47.77º | 0.96% | 0.79% | - |
| HSV(B) | 47.77º | 0.41% | 0.99% | - |
| XYZ | 74.87 | 80.8 | 40.5 | - |
| YUV | 228.93 | 83.46 | 145.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 232 | 150 | 0 | 0.08 | 0.41 | 0.01 | 47.77 | 0.96 | 0.79 |
| Hex | FD | E8 | 96 | 0 | 8 | 29 | 1 | 30 | 60 | 4F |
| Octal | 375 | 350 | 226 | 0 | 10 | 51 | 1 | 60 | 140 | 117 |
| Binary | 11111101 | 11101000 | 10010110 | 0 | 1000 | 101001 | 1 | 110000 | 1100000 | 1001111 |
Color Harmonies of #FDE896
Complementary color
Monochromatic Colors of #FDE896
Black with #FDE896
Text Example
Text Example
White with #FDE896
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDE896; }
p { color: rgb(253,232,150); }
H1.HeaderClassName
{
color: #FDE896;
}
.AnyTagClassName
{
color: #FDE896;
}
</style>
background-color css
<style>
a { background-color: #FDE896; }
a { background-color: rgb(253,232,150); }
div.DivClassName
{
background-color: #FDE896;
}
.BgClassName
{
background-color: #FDE896;
}
</style>
border-color css
<style>
span { border-color: #FDE896; }
span { border-color: rgb(253,232,150); }
td.TdClassName
{
border-color: #FDE896;
}
.TagClassName
{
border-color: #FDE896;
}
</style>