Shades of Vis Vis #FDE395
Tints of Vis Vis #FDE395
RGB
CMYK
RGB Variations
Color information
#FDE395 (or 0xFDE395) is known color: Vis Vis. HEX triplet: FD, E3 and 95. RGB value is (253,227,149). Sum of RGB (Red+Green+Blue) = 253+227+149=629 (83% of max value = 765). Red value is 253 (99.22% from 255 or 40.22% from 629); Green value is 227 (89.06% from 255 or 36.09% from 629); Blue value is 149 (58.59% from 255 or 23.69% from 629); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE395 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDE395 is #021C6A. Grayscale: #E2E2E2. Windows color (decimal): -138347 or 9823229. OLE color: 9823229.
HSL color Cylindrical-coordinate representation of color #FDE395: hue angle of 45º 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 #FDE395 is Cyan = 0, Magento = 0.10, Yellow = 0.41 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 227 | 149 | - |
| CMYK | 0 | 0.10 | 0.41 | 0.01 |
| HSL | 45º | 0.96% | 0.79% | - |
| HSV(B) | 45º | 0.41% | 0.99% | - |
| XYZ | 73.4 | 77.99 | 39.62 | - |
| YUV | 225.88 | 84.61 | 147.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 227 | 149 | 0 | 0.10 | 0.41 | 0.01 | 45 | 0.96 | 0.79 |
| Hex | FD | E3 | 95 | 0 | A | 29 | 1 | 2D | 60 | 4F |
| Octal | 375 | 343 | 225 | 0 | 12 | 51 | 1 | 55 | 140 | 117 |
| Binary | 11111101 | 11100011 | 10010101 | 0 | 1010 | 101001 | 1 | 101101 | 1100000 | 1001111 |
Color Harmonies of #FDE395
Complementary color
Monochromatic Colors of #FDE395
Black with #FDE395
Text Example
Text Example
White with #FDE395
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDE395; }
p { color: rgb(253,227,149); }
H1.HeaderClassName
{
color: #FDE395;
}
.AnyTagClassName
{
color: #FDE395;
}
</style>
background-color css
<style>
a { background-color: #FDE395; }
a { background-color: rgb(253,227,149); }
div.DivClassName
{
background-color: #FDE395;
}
.BgClassName
{
background-color: #FDE395;
}
</style>
border-color css
<style>
span { border-color: #FDE395; }
span { border-color: rgb(253,227,149); }
td.TdClassName
{
border-color: #FDE395;
}
.TagClassName
{
border-color: #FDE395;
}
</style>