Shades of Vis Vis #FDE68D
Tints of Vis Vis #FDE68D
RGB
CMYK
RGB Variations
Color information
#FDE68D (or 0xFDE68D) is known color: Vis Vis. HEX triplet: FD, E6 and 8D. RGB value is (253,230,141). Sum of RGB (Red+Green+Blue) = 253+230+141=624 (82% of max value = 765). Red value is 253 (99.22% from 255 or 40.54% from 624); Green value is 230 (90.23% from 255 or 36.86% from 624); Blue value is 141 (55.47% from 255 or 22.60% from 624); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE68D is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FDE68D is #021972. Grayscale: #E3E3E3. Windows color (decimal): -137587 or 9299709. OLE color: 9299709.
HSL color Cylindrical-coordinate representation of color #FDE68D: hue angle of 47.68º 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 #FDE68D is Cyan = 0, Magento = 0.09, Yellow = 0.44 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 230 | 141 | - |
| CMYK | 0 | 0.09 | 0.44 | 0.01 |
| HSL | 47.68º | 0.97% | 0.77% | - |
| HSV(B) | 47.68º | 0.44% | 0.99% | - |
| XYZ | 73.61 | 79.4 | 36.65 | - |
| YUV | 226.73 | 79.62 | 146.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 230 | 141 | 0 | 0.09 | 0.44 | 0.01 | 47.68 | 0.97 | 0.77 |
| Hex | FD | E6 | 8D | 0 | 9 | 2C | 1 | 30 | 61 | 4D |
| Octal | 375 | 346 | 215 | 0 | 11 | 54 | 1 | 60 | 141 | 115 |
| Binary | 11111101 | 11100110 | 10001101 | 0 | 1001 | 101100 | 1 | 110000 | 1100001 | 1001101 |
Color Harmonies of #FDE68D
Complementary color
Monochromatic Colors of #FDE68D
Black with #FDE68D
Text Example
Text Example
White with #FDE68D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDE68D; }
p { color: rgb(253,230,141); }
H1.HeaderClassName
{
color: #FDE68D;
}
.AnyTagClassName
{
color: #FDE68D;
}
</style>
background-color css
<style>
a { background-color: #FDE68D; }
a { background-color: rgb(253,230,141); }
div.DivClassName
{
background-color: #FDE68D;
}
.BgClassName
{
background-color: #FDE68D;
}
</style>
border-color css
<style>
span { border-color: #FDE68D; }
span { border-color: rgb(253,230,141); }
td.TdClassName
{
border-color: #FDE68D;
}
.TagClassName
{
border-color: #FDE68D;
}
</style>