Shades of Vis Vis #FDE595
Tints of Vis Vis #FDE595
RGB
CMYK
RGB Variations
Color information
#FDE595 (or 0xFDE595) is known color: Vis Vis. HEX triplet: FD, E5 and 95. RGB value is (253,229,149). Sum of RGB (Red+Green+Blue) = 253+229+149=631 (83% of max value = 765). Red value is 253 (99.22% from 255 or 40.10% from 631); Green value is 229 (89.84% from 255 or 36.29% from 631); Blue value is 149 (58.59% from 255 or 23.61% from 631); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE595 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FDE595 is #021A6A. Grayscale: #E3E3E3. Windows color (decimal): -137835 or 9823741. OLE color: 9823741.
HSL color Cylindrical-coordinate representation of color #FDE595: hue angle of 46.15º 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 #FDE595 is Cyan = 0, Magento = 0.09, Yellow = 0.41 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 229 | 149 | - |
| CMYK | 0 | 0.09 | 0.41 | 0.01 |
| HSL | 46.15º | 0.96% | 0.79% | - |
| HSV(B) | 46.15º | 0.41% | 0.99% | - |
| XYZ | 73.95 | 79.09 | 39.8 | - |
| YUV | 227.06 | 83.95 | 146.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 229 | 149 | 0 | 0.09 | 0.41 | 0.01 | 46.15 | 0.96 | 0.79 |
| Hex | FD | E5 | 95 | 0 | 9 | 29 | 1 | 2E | 60 | 4F |
| Octal | 375 | 345 | 225 | 0 | 11 | 51 | 1 | 56 | 140 | 117 |
| Binary | 11111101 | 11100101 | 10010101 | 0 | 1001 | 101001 | 1 | 101110 | 1100000 | 1001111 |
Color Harmonies of #FDE595
Complementary color
Monochromatic Colors of #FDE595
Black with #FDE595
Text Example
Text Example
White with #FDE595
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDE595; }
p { color: rgb(253,229,149); }
H1.HeaderClassName
{
color: #FDE595;
}
.AnyTagClassName
{
color: #FDE595;
}
</style>
background-color css
<style>
a { background-color: #FDE595; }
a { background-color: rgb(253,229,149); }
div.DivClassName
{
background-color: #FDE595;
}
.BgClassName
{
background-color: #FDE595;
}
</style>
border-color css
<style>
span { border-color: #FDE595; }
span { border-color: rgb(253,229,149); }
td.TdClassName
{
border-color: #FDE595;
}
.TagClassName
{
border-color: #FDE595;
}
</style>