Shades of Vis Vis #FCE696
Tints of Vis Vis #FCE696
RGB
CMYK
RGB Variations
Color information
#FCE696 (or 0xFCE696) is known color: Vis Vis. HEX triplet: FC, E6 and 96. RGB value is (252,230,150). Sum of RGB (Red+Green+Blue) = 252+230+150=632 (83% of max value = 765). Red value is 252 (98.83% from 255 or 39.87% from 632); Green value is 230 (90.23% from 255 or 36.39% from 632); Blue value is 150 (58.98% from 255 or 23.73% from 632); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE696 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FCE696 is #031969. Grayscale: #E3E3E3. Windows color (decimal): -203114 or 9889532. OLE color: 9889532.
HSL color Cylindrical-coordinate representation of color #FCE696: hue angle of 47.06º 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 #FCE696 is Cyan = 0, Magento = 0.09, Yellow = 0.40 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 230 | 150 | - |
| CMYK | 0 | 0.09 | 0.40 | 0.01 |
| HSL | 47.06º | 0.94% | 0.79% | - |
| HSV(B) | 47.06º | 0.4% | 0.99% | - |
| XYZ | 73.95 | 79.49 | 40.3 | - |
| YUV | 227.46 | 84.29 | 145.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 230 | 150 | 0 | 0.09 | 0.40 | 0.01 | 47.06 | 0.94 | 0.79 |
| Hex | FC | E6 | 96 | 0 | 9 | 28 | 1 | 2F | 5E | 4F |
| Octal | 374 | 346 | 226 | 0 | 11 | 50 | 1 | 57 | 136 | 117 |
| Binary | 11111100 | 11100110 | 10010110 | 0 | 1001 | 101000 | 1 | 101111 | 1011110 | 1001111 |
Color Harmonies of #FCE696
Complementary color
Monochromatic Colors of #FCE696
Black with #FCE696
Text Example
Text Example
White with #FCE696
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCE696; }
p { color: rgb(252,230,150); }
H1.HeaderClassName
{
color: #FCE696;
}
.AnyTagClassName
{
color: #FCE696;
}
</style>
background-color css
<style>
a { background-color: #FCE696; }
a { background-color: rgb(252,230,150); }
div.DivClassName
{
background-color: #FCE696;
}
.BgClassName
{
background-color: #FCE696;
}
</style>
border-color css
<style>
span { border-color: #FCE696; }
span { border-color: rgb(252,230,150); }
td.TdClassName
{
border-color: #FCE696;
}
.TagClassName
{
border-color: #FCE696;
}
</style>