Shades of Vis Vis #FCE498
Tints of Vis Vis #FCE498
RGB
CMYK
RGB Variations
Color information
#FCE498 (or 0xFCE498) is known color: Vis Vis. HEX triplet: FC, E4 and 98. RGB value is (252,228,152). Sum of RGB (Red+Green+Blue) = 252+228+152=632 (83% of max value = 765). Red value is 252 (98.83% from 255 or 39.87% from 632); Green value is 228 (89.45% from 255 or 36.08% from 632); Blue value is 152 (59.77% from 255 or 24.05% from 632); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE498 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCE498 is #031B67. Grayscale: #E2E2E2. Windows color (decimal): -203624 or 10020092. OLE color: 10020092.
HSL color Cylindrical-coordinate representation of color #FCE498: hue angle of 45.6º degrees, saturation: 0.94, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #FCE498 is Cyan = 0, Magento = 0.10, Yellow = 0.40 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 228 | 152 | - |
| CMYK | 0 | 0.10 | 0.40 | 0.01 |
| HSL | 45.6º | 0.94% | 0.79% | - |
| HSV(B) | 45.6º | 0.4% | 0.99% | - |
| XYZ | 73.56 | 78.45 | 40.97 | - |
| YUV | 226.51 | 85.95 | 146.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 228 | 152 | 0 | 0.10 | 0.40 | 0.01 | 45.6 | 0.94 | 0.79 |
| Hex | FC | E4 | 98 | 0 | A | 28 | 1 | 2E | 5E | 4F |
| Octal | 374 | 344 | 230 | 0 | 12 | 50 | 1 | 56 | 136 | 117 |
| Binary | 11111100 | 11100100 | 10011000 | 0 | 1010 | 101000 | 1 | 101110 | 1011110 | 1001111 |
Color Harmonies of #FCE498
Complementary color
Monochromatic Colors of #FCE498
Black with #FCE498
Text Example
Text Example
White with #FCE498
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCE498; }
p { color: rgb(252,228,152); }
H1.HeaderClassName
{
color: #FCE498;
}
.AnyTagClassName
{
color: #FCE498;
}
</style>
background-color css
<style>
a { background-color: #FCE498; }
a { background-color: rgb(252,228,152); }
div.DivClassName
{
background-color: #FCE498;
}
.BgClassName
{
background-color: #FCE498;
}
</style>
border-color css
<style>
span { border-color: #FCE498; }
span { border-color: rgb(252,228,152); }
td.TdClassName
{
border-color: #FCE498;
}
.TagClassName
{
border-color: #FCE498;
}
</style>