Shades of Vis Vis #FCE488
Tints of Vis Vis #FCE488
RGB
CMYK
RGB Variations
Color information
#FCE488 (or 0xFCE488) is known color: Vis Vis. HEX triplet: FC, E4 and 88. RGB value is (252,228,136). Sum of RGB (Red+Green+Blue) = 252+228+136=616 (81% of max value = 765). Red value is 252 (98.83% from 255 or 40.91% from 616); Green value is 228 (89.45% from 255 or 37.01% from 616); Blue value is 136 (53.52% from 255 or 22.08% from 616); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE488 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCE488 is #031B77. Grayscale: #E1E1E1. Windows color (decimal): -203640 or 8971516. OLE color: 8971516.
HSL color Cylindrical-coordinate representation of color #FCE488: hue angle of 47.59º degrees, saturation: 0.95, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #FCE488 is Cyan = 0, Magento = 0.10, Yellow = 0.46 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 228 | 136 | - |
| CMYK | 0 | 0.10 | 0.46 | 0.01 |
| HSL | 47.59º | 0.95% | 0.76% | - |
| HSV(B) | 47.59º | 0.46% | 0.99% | - |
| XYZ | 72.33 | 77.96 | 34.53 | - |
| YUV | 224.69 | 77.95 | 147.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 228 | 136 | 0 | 0.10 | 0.46 | 0.01 | 47.59 | 0.95 | 0.76 |
| Hex | FC | E4 | 88 | 0 | A | 2E | 1 | 30 | 5F | 4C |
| Octal | 374 | 344 | 210 | 0 | 12 | 56 | 1 | 60 | 137 | 114 |
| Binary | 11111100 | 11100100 | 10001000 | 0 | 1010 | 101110 | 1 | 110000 | 1011111 | 1001100 |
Color Harmonies of #FCE488
Complementary color
Monochromatic Colors of #FCE488
Black with #FCE488
Text Example
Text Example
White with #FCE488
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCE488; }
p { color: rgb(252,228,136); }
H1.HeaderClassName
{
color: #FCE488;
}
.AnyTagClassName
{
color: #FCE488;
}
</style>
background-color css
<style>
a { background-color: #FCE488; }
a { background-color: rgb(252,228,136); }
div.DivClassName
{
background-color: #FCE488;
}
.BgClassName
{
background-color: #FCE488;
}
</style>
border-color css
<style>
span { border-color: #FCE488; }
span { border-color: rgb(252,228,136); }
td.TdClassName
{
border-color: #FCE488;
}
.TagClassName
{
border-color: #FCE488;
}
</style>