Shades of Vis Vis #FCE294
Tints of Vis Vis #FCE294
RGB
CMYK
RGB Variations
Color information
#FCE294 (or 0xFCE294) is known color: Vis Vis. HEX triplet: FC, E2 and 94. RGB value is (252,226,148). Sum of RGB (Red+Green+Blue) = 252+226+148=626 (82% of max value = 765). Red value is 252 (98.83% from 255 or 40.26% from 626); Green value is 226 (88.67% from 255 or 36.10% from 626); Blue value is 148 (58.20% from 255 or 23.64% from 626); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE294 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCE294 is #031D6B. Grayscale: #E1E1E1. Windows color (decimal): -204140 or 9757436. OLE color: 9757436.
HSL color Cylindrical-coordinate representation of color #FCE294: hue angle of 45º degrees, saturation: 0.95, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #FCE294 is Cyan = 0, Magento = 0.10, Yellow = 0.41 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 226 | 148 | - |
| CMYK | 0 | 0.10 | 0.41 | 0.01 |
| HSL | 45º | 0.95% | 0.78% | - |
| HSV(B) | 45º | 0.41% | 0.99% | - |
| XYZ | 72.69 | 77.23 | 39.09 | - |
| YUV | 224.88 | 84.61 | 147.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 226 | 148 | 0 | 0.10 | 0.41 | 0.01 | 45 | 0.95 | 0.78 |
| Hex | FC | E2 | 94 | 0 | A | 29 | 1 | 2D | 5F | 4E |
| Octal | 374 | 342 | 224 | 0 | 12 | 51 | 1 | 55 | 137 | 116 |
| Binary | 11111100 | 11100010 | 10010100 | 0 | 1010 | 101001 | 1 | 101101 | 1011111 | 1001110 |
Color Harmonies of #FCE294
Complementary color
Monochromatic Colors of #FCE294
Black with #FCE294
Text Example
Text Example
White with #FCE294
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCE294; }
p { color: rgb(252,226,148); }
H1.HeaderClassName
{
color: #FCE294;
}
.AnyTagClassName
{
color: #FCE294;
}
</style>
background-color css
<style>
a { background-color: #FCE294; }
a { background-color: rgb(252,226,148); }
div.DivClassName
{
background-color: #FCE294;
}
.BgClassName
{
background-color: #FCE294;
}
</style>
border-color css
<style>
span { border-color: #FCE294; }
span { border-color: rgb(252,226,148); }
td.TdClassName
{
border-color: #FCE294;
}
.TagClassName
{
border-color: #FCE294;
}
</style>