Shades of Vis Vis #FCE08C
Tints of Vis Vis #FCE08C
RGB
CMYK
RGB Variations
Color information
#FCE08C (or 0xFCE08C) is known color: Vis Vis. HEX triplet: FC, E0 and 8C. RGB value is (252,224,140). Sum of RGB (Red+Green+Blue) = 252+224+140=616 (81% of max value = 765). Red value is 252 (98.83% from 255 or 40.91% from 616); Green value is 224 (87.89% from 255 or 36.36% from 616); Blue value is 140 (55.08% from 255 or 22.73% from 616); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE08C is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCE08C is #031F73. Grayscale: #DFDFDF. Windows color (decimal): -204660 or 9232636. OLE color: 9232636.
HSL color Cylindrical-coordinate representation of color #FCE08C: hue angle of 45º degrees, saturation: 0.95, 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 #FCE08C is Cyan = 0, Magento = 0.11, Yellow = 0.44 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 224 | 140 | - |
| CMYK | 0 | 0.11 | 0.44 | 0.01 |
| HSL | 45º | 0.95% | 0.77% | - |
| HSV(B) | 45º | 0.44% | 0.99% | - |
| XYZ | 71.53 | 75.9 | 35.69 | - |
| YUV | 222.8 | 81.28 | 148.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 224 | 140 | 0 | 0.11 | 0.44 | 0.01 | 45 | 0.95 | 0.77 |
| Hex | FC | E0 | 8C | 0 | B | 2C | 1 | 2D | 5F | 4D |
| Octal | 374 | 340 | 214 | 0 | 13 | 54 | 1 | 55 | 137 | 115 |
| Binary | 11111100 | 11100000 | 10001100 | 0 | 1011 | 101100 | 1 | 101101 | 1011111 | 1001101 |
Color Harmonies of #FCE08C
Complementary color
Monochromatic Colors of #FCE08C
Black with #FCE08C
Text Example
Text Example
White with #FCE08C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCE08C; }
p { color: rgb(252,224,140); }
H1.HeaderClassName
{
color: #FCE08C;
}
.AnyTagClassName
{
color: #FCE08C;
}
</style>
background-color css
<style>
a { background-color: #FCE08C; }
a { background-color: rgb(252,224,140); }
div.DivClassName
{
background-color: #FCE08C;
}
.BgClassName
{
background-color: #FCE08C;
}
</style>
border-color css
<style>
span { border-color: #FCE08C; }
span { border-color: rgb(252,224,140); }
td.TdClassName
{
border-color: #FCE08C;
}
.TagClassName
{
border-color: #FCE08C;
}
</style>