Shades of Vis Vis #FCE297
Tints of Vis Vis #FCE297
RGB
CMYK
RGB Variations
Color information
#FCE297 (or 0xFCE297) is known color: Vis Vis. HEX triplet: FC, E2 and 97. RGB value is (252,226,151). Sum of RGB (Red+Green+Blue) = 252+226+151=629 (83% of max value = 765). Red value is 252 (98.83% from 255 or 40.06% from 629); Green value is 226 (88.67% from 255 or 35.93% from 629); Blue value is 151 (59.38% from 255 or 24.01% from 629); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE297 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCE297 is #031D68. Grayscale: #E1E1E1. Windows color (decimal): -204137 or 9954044. OLE color: 9954044.
HSL color Cylindrical-coordinate representation of color #FCE297: hue angle of 44.55º 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 #FCE297 is Cyan = 0, Magento = 0.10, Yellow = 0.40 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 226 | 151 | - |
| CMYK | 0 | 0.10 | 0.40 | 0.01 |
| HSL | 44.55º | 0.94% | 0.79% | - |
| HSV(B) | 44.55º | 0.4% | 0.99% | - |
| XYZ | 72.93 | 77.32 | 40.36 | - |
| YUV | 225.22 | 86.11 | 147.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 226 | 151 | 0 | 0.10 | 0.40 | 0.01 | 44.55 | 0.94 | 0.79 |
| Hex | FC | E2 | 97 | 0 | A | 28 | 1 | 2D | 5E | 4F |
| Octal | 374 | 342 | 227 | 0 | 12 | 50 | 1 | 55 | 136 | 117 |
| Binary | 11111100 | 11100010 | 10010111 | 0 | 1010 | 101000 | 1 | 101101 | 1011110 | 1001111 |
Color Harmonies of #FCE297
Complementary color
Monochromatic Colors of #FCE297
Black with #FCE297
Text Example
Text Example
White with #FCE297
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCE297; }
p { color: rgb(252,226,151); }
H1.HeaderClassName
{
color: #FCE297;
}
.AnyTagClassName
{
color: #FCE297;
}
</style>
background-color css
<style>
a { background-color: #FCE297; }
a { background-color: rgb(252,226,151); }
div.DivClassName
{
background-color: #FCE297;
}
.BgClassName
{
background-color: #FCE297;
}
</style>
border-color css
<style>
span { border-color: #FCE297; }
span { border-color: rgb(252,226,151); }
td.TdClassName
{
border-color: #FCE297;
}
.TagClassName
{
border-color: #FCE297;
}
</style>