Shades of Vis Vis #FCE288
Tints of Vis Vis #FCE288
RGB
CMYK
RGB Variations
Color information
#FCE288 (or 0xFCE288) is known color: Vis Vis. HEX triplet: FC, E2 and 88. RGB value is (252,226,136). Sum of RGB (Red+Green+Blue) = 252+226+136=614 (81% of max value = 765). Red value is 252 (98.83% from 255 or 41.04% from 614); Green value is 226 (88.67% from 255 or 36.81% from 614); Blue value is 136 (53.52% from 255 or 22.15% from 614); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE288 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCE288 is #031D77. Grayscale: #DFDFDF. Windows color (decimal): -204152 or 8971004. OLE color: 8971004.
HSL color Cylindrical-coordinate representation of color #FCE288: hue angle of 46.55º 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 #FCE288 is Cyan = 0, Magento = 0.10, Yellow = 0.46 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 226 | 136 | - |
| CMYK | 0 | 0.10 | 0.46 | 0.01 |
| HSL | 46.55º | 0.95% | 0.76% | - |
| HSV(B) | 46.55º | 0.46% | 0.99% | - |
| XYZ | 71.79 | 76.87 | 34.35 | - |
| YUV | 223.51 | 78.61 | 148.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 226 | 136 | 0 | 0.10 | 0.46 | 0.01 | 46.55 | 0.95 | 0.76 |
| Hex | FC | E2 | 88 | 0 | A | 2E | 1 | 2F | 5F | 4C |
| Octal | 374 | 342 | 210 | 0 | 12 | 56 | 1 | 57 | 137 | 114 |
| Binary | 11111100 | 11100010 | 10001000 | 0 | 1010 | 101110 | 1 | 101111 | 1011111 | 1001100 |
Color Harmonies of #FCE288
Complementary color
Monochromatic Colors of #FCE288
Black with #FCE288
Text Example
Text Example
White with #FCE288
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCE288; }
p { color: rgb(252,226,136); }
H1.HeaderClassName
{
color: #FCE288;
}
.AnyTagClassName
{
color: #FCE288;
}
</style>
background-color css
<style>
a { background-color: #FCE288; }
a { background-color: rgb(252,226,136); }
div.DivClassName
{
background-color: #FCE288;
}
.BgClassName
{
background-color: #FCE288;
}
</style>
border-color css
<style>
span { border-color: #FCE288; }
span { border-color: rgb(252,226,136); }
td.TdClassName
{
border-color: #FCE288;
}
.TagClassName
{
border-color: #FCE288;
}
</style>