Shades of Vis Vis #FDE68E
Tints of Vis Vis #FDE68E
RGB
CMYK
RGB Variations
Color information
#FDE68E (or 0xFDE68E) is known color: Vis Vis. HEX triplet: FD, E6 and 8E. RGB value is (253,230,142). Sum of RGB (Red+Green+Blue) = 253+230+142=625 (82% of max value = 765). Red value is 253 (99.22% from 255 or 40.48% from 625); Green value is 230 (90.23% from 255 or 36.8% from 625); Blue value is 142 (55.86% from 255 or 22.72% from 625); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE68E is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FDE68E is #021971. Grayscale: #E3E3E3. Windows color (decimal): -137586 or 9365245. OLE color: 9365245.
HSL color Cylindrical-coordinate representation of color #FDE68E: hue angle of 47.57º degrees, saturation: 0.97, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #FDE68E is Cyan = 0, Magento = 0.09, Yellow = 0.44 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 230 | 142 | - |
| CMYK | 0 | 0.09 | 0.44 | 0.01 |
| HSL | 47.57º | 0.97% | 0.77% | - |
| HSV(B) | 47.57º | 0.44% | 0.99% | - |
| XYZ | 73.69 | 79.43 | 37.04 | - |
| YUV | 226.85 | 80.12 | 146.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 230 | 142 | 0 | 0.09 | 0.44 | 0.01 | 47.57 | 0.97 | 0.77 |
| Hex | FD | E6 | 8E | 0 | 9 | 2C | 1 | 30 | 61 | 4D |
| Octal | 375 | 346 | 216 | 0 | 11 | 54 | 1 | 60 | 141 | 115 |
| Binary | 11111101 | 11100110 | 10001110 | 0 | 1001 | 101100 | 1 | 110000 | 1100001 | 1001101 |
Color Harmonies of #FDE68E
Complementary color
Monochromatic Colors of #FDE68E
Black with #FDE68E
Text Example
Text Example
White with #FDE68E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDE68E; }
p { color: rgb(253,230,142); }
H1.HeaderClassName
{
color: #FDE68E;
}
.AnyTagClassName
{
color: #FDE68E;
}
</style>
background-color css
<style>
a { background-color: #FDE68E; }
a { background-color: rgb(253,230,142); }
div.DivClassName
{
background-color: #FDE68E;
}
.BgClassName
{
background-color: #FDE68E;
}
</style>
border-color css
<style>
span { border-color: #FDE68E; }
span { border-color: rgb(253,230,142); }
td.TdClassName
{
border-color: #FDE68E;
}
.TagClassName
{
border-color: #FDE68E;
}
</style>