Shades of Vis Vis #FDE495
Tints of Vis Vis #FDE495
RGB
CMYK
RGB Variations
Color information
#FDE495 (or 0xFDE495) is known color: Vis Vis. HEX triplet: FD, E4 and 95. RGB value is (253,228,149). Sum of RGB (Red+Green+Blue) = 253+228+149=630 (83% of max value = 765). Red value is 253 (99.22% from 255 or 40.16% from 630); Green value is 228 (89.45% from 255 or 36.19% from 630); Blue value is 149 (58.59% from 255 or 23.65% from 630); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE495 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDE495 is #021B6A. Grayscale: #E2E2E2. Windows color (decimal): -138091 or 9823485. OLE color: 9823485.
HSL color Cylindrical-coordinate representation of color #FDE495: hue angle of 45.58º 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 #FDE495 is Cyan = 0, Magento = 0.10, Yellow = 0.41 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 228 | 149 | - |
| CMYK | 0 | 0.10 | 0.41 | 0.01 |
| HSL | 45.58º | 0.96% | 0.79% | - |
| HSV(B) | 45.58º | 0.41% | 0.99% | - |
| XYZ | 73.68 | 78.54 | 39.71 | - |
| YUV | 226.47 | 84.28 | 146.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 228 | 149 | 0 | 0.10 | 0.41 | 0.01 | 45.58 | 0.96 | 0.79 |
| Hex | FD | E4 | 95 | 0 | A | 29 | 1 | 2E | 60 | 4F |
| Octal | 375 | 344 | 225 | 0 | 12 | 51 | 1 | 56 | 140 | 117 |
| Binary | 11111101 | 11100100 | 10010101 | 0 | 1010 | 101001 | 1 | 101110 | 1100000 | 1001111 |
Color Harmonies of #FDE495
Complementary color
Monochromatic Colors of #FDE495
Black with #FDE495
Text Example
Text Example
White with #FDE495
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDE495; }
p { color: rgb(253,228,149); }
H1.HeaderClassName
{
color: #FDE495;
}
.AnyTagClassName
{
color: #FDE495;
}
</style>
background-color css
<style>
a { background-color: #FDE495; }
a { background-color: rgb(253,228,149); }
div.DivClassName
{
background-color: #FDE495;
}
.BgClassName
{
background-color: #FDE495;
}
</style>
border-color css
<style>
span { border-color: #FDE495; }
span { border-color: rgb(253,228,149); }
td.TdClassName
{
border-color: #FDE495;
}
.TagClassName
{
border-color: #FDE495;
}
</style>