Shades of Vis Vis #FDE695
Tints of Vis Vis #FDE695
RGB
CMYK
RGB Variations
Color information
#FDE695 (or 0xFDE695) is known color: Vis Vis. HEX triplet: FD, E6 and 95. RGB value is (253,230,149). Sum of RGB (Red+Green+Blue) = 253+230+149=632 (83% of max value = 765). Red value is 253 (99.22% from 255 or 40.03% from 632); Green value is 230 (90.23% from 255 or 36.39% from 632); Blue value is 149 (58.59% from 255 or 23.58% from 632); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE695 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FDE695 is #02196A. Grayscale: #E3E3E3. Windows color (decimal): -137579 or 9823997. OLE color: 9823997.
HSL color Cylindrical-coordinate representation of color #FDE695: hue angle of 46.73º 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 #FDE695 is Cyan = 0, Magento = 0.09, Yellow = 0.41 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 230 | 149 | - |
| CMYK | 0 | 0.09 | 0.41 | 0.01 |
| HSL | 46.73º | 0.96% | 0.79% | - |
| HSV(B) | 46.73º | 0.41% | 0.99% | - |
| XYZ | 74.23 | 79.65 | 39.89 | - |
| YUV | 227.64 | 83.62 | 146.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 230 | 149 | 0 | 0.09 | 0.41 | 0.01 | 46.73 | 0.96 | 0.79 |
| Hex | FD | E6 | 95 | 0 | 9 | 29 | 1 | 2F | 60 | 4F |
| Octal | 375 | 346 | 225 | 0 | 11 | 51 | 1 | 57 | 140 | 117 |
| Binary | 11111101 | 11100110 | 10010101 | 0 | 1001 | 101001 | 1 | 101111 | 1100000 | 1001111 |
Color Harmonies of #FDE695
Complementary color
Monochromatic Colors of #FDE695
Black with #FDE695
Text Example
Text Example
White with #FDE695
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDE695; }
p { color: rgb(253,230,149); }
H1.HeaderClassName
{
color: #FDE695;
}
.AnyTagClassName
{
color: #FDE695;
}
</style>
background-color css
<style>
a { background-color: #FDE695; }
a { background-color: rgb(253,230,149); }
div.DivClassName
{
background-color: #FDE695;
}
.BgClassName
{
background-color: #FDE695;
}
</style>
border-color css
<style>
span { border-color: #FDE695; }
span { border-color: rgb(253,230,149); }
td.TdClassName
{
border-color: #FDE695;
}
.TagClassName
{
border-color: #FDE695;
}
</style>