Shades of Vis Vis #FDE88C
Tints of Vis Vis #FDE88C
RGB
CMYK
RGB Variations
Color information
#FDE88C (or 0xFDE88C) is known color: Vis Vis. HEX triplet: FD, E8 and 8C. RGB value is (253,232,140). Sum of RGB (Red+Green+Blue) = 253+232+140=625 (82% of max value = 765). Red value is 253 (99.22% from 255 or 40.48% from 625); Green value is 232 (91.02% from 255 or 37.12% from 625); Blue value is 140 (55.08% from 255 or 22.4% from 625); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE88C is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FDE88C is #021773. Grayscale: #E4E4E4. Windows color (decimal): -137076 or 9234685. OLE color: 9234685.
HSL color Cylindrical-coordinate representation of color #FDE88C: hue angle of 48.85º degrees, saturation: 0.97, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #FDE88C is Cyan = 0, Magento = 0.08, Yellow = 0.45 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 232 | 140 | - |
| CMYK | 0 | 0.08 | 0.45 | 0.01 |
| HSL | 48.85º | 0.97% | 0.77% | - |
| HSV(B) | 48.85º | 0.45% | 0.99% | - |
| XYZ | 74.1 | 80.49 | 36.44 | - |
| YUV | 227.79 | 78.46 | 145.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 232 | 140 | 0 | 0.08 | 0.45 | 0.01 | 48.85 | 0.97 | 0.77 |
| Hex | FD | E8 | 8C | 0 | 8 | 2D | 1 | 31 | 61 | 4D |
| Octal | 375 | 350 | 214 | 0 | 10 | 55 | 1 | 61 | 141 | 115 |
| Binary | 11111101 | 11101000 | 10001100 | 0 | 1000 | 101101 | 1 | 110001 | 1100001 | 1001101 |
Color Harmonies of #FDE88C
Complementary color
Monochromatic Colors of #FDE88C
Black with #FDE88C
Text Example
Text Example
White with #FDE88C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDE88C; }
p { color: rgb(253,232,140); }
H1.HeaderClassName
{
color: #FDE88C;
}
.AnyTagClassName
{
color: #FDE88C;
}
</style>
background-color css
<style>
a { background-color: #FDE88C; }
a { background-color: rgb(253,232,140); }
div.DivClassName
{
background-color: #FDE88C;
}
.BgClassName
{
background-color: #FDE88C;
}
</style>
border-color css
<style>
span { border-color: #FDE88C; }
span { border-color: rgb(253,232,140); }
td.TdClassName
{
border-color: #FDE88C;
}
.TagClassName
{
border-color: #FDE88C;
}
</style>