Shades of Vis Vis #FCE188
Tints of Vis Vis #FCE188
RGB
CMYK
RGB Variations
Color information
#FCE188 (or 0xFCE188) is known color: Vis Vis. HEX triplet: FC, E1 and 88. RGB value is (252,225,136). Sum of RGB (Red+Green+Blue) = 252+225+136=613 (81% of max value = 765). Red value is 252 (98.83% from 255 or 41.11% from 613); Green value is 225 (88.28% from 255 or 36.70% from 613); Blue value is 136 (53.52% from 255 or 22.19% from 613); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE188 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCE188 is #031E77. Grayscale: #DFDFDF. Windows color (decimal): -204408 or 8970748. OLE color: 8970748.
HSL color Cylindrical-coordinate representation of color #FCE188: hue angle of 46.03º 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 #FCE188 is Cyan = 0, Magento = 0.11, Yellow = 0.46 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 225 | 136 | - |
| CMYK | 0 | 0.11 | 0.46 | 0.01 |
| HSL | 46.03º | 0.95% | 0.76% | - |
| HSV(B) | 46.03º | 0.46% | 0.99% | - |
| XYZ | 71.51 | 76.32 | 34.26 | - |
| YUV | 222.93 | 78.95 | 148.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 225 | 136 | 0 | 0.11 | 0.46 | 0.01 | 46.03 | 0.95 | 0.76 |
| Hex | FC | E1 | 88 | 0 | B | 2E | 1 | 2E | 5F | 4C |
| Octal | 374 | 341 | 210 | 0 | 13 | 56 | 1 | 56 | 137 | 114 |
| Binary | 11111100 | 11100001 | 10001000 | 0 | 1011 | 101110 | 1 | 101110 | 1011111 | 1001100 |
Color Harmonies of #FCE188
Complementary color
Monochromatic Colors of #FCE188
Black with #FCE188
Text Example
Text Example
White with #FCE188
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCE188; }
p { color: rgb(252,225,136); }
H1.HeaderClassName
{
color: #FCE188;
}
.AnyTagClassName
{
color: #FCE188;
}
</style>
background-color css
<style>
a { background-color: #FCE188; }
a { background-color: rgb(252,225,136); }
div.DivClassName
{
background-color: #FCE188;
}
.BgClassName
{
background-color: #FCE188;
}
</style>
border-color css
<style>
span { border-color: #FCE188; }
span { border-color: rgb(252,225,136); }
td.TdClassName
{
border-color: #FCE188;
}
.TagClassName
{
border-color: #FCE188;
}
</style>