Shades of Vis Vis #FCE292
Tints of Vis Vis #FCE292
RGB
CMYK
RGB Variations
Color information
#FCE292 (or 0xFCE292) is known color: Vis Vis. HEX triplet: FC, E2 and 92. RGB value is (252,226,146). Sum of RGB (Red+Green+Blue) = 252+226+146=624 (82% of max value = 765). Red value is 252 (98.83% from 255 or 40.38% from 624); Green value is 226 (88.67% from 255 or 36.22% from 624); Blue value is 146 (57.42% from 255 or 23.40% from 624); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE292 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCE292 is #031D6D. Grayscale: #E1E1E1. Windows color (decimal): -204142 or 9626364. OLE color: 9626364.
HSL color Cylindrical-coordinate representation of color #FCE292: hue angle of 45.28º degrees, saturation: 0.95, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #FCE292 is Cyan = 0, Magento = 0.10, Yellow = 0.42 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 226 | 146 | - |
| CMYK | 0 | 0.10 | 0.42 | 0.01 |
| HSL | 45.28º | 0.95% | 0.78% | - |
| HSV(B) | 45.28º | 0.42% | 0.99% | - |
| XYZ | 72.53 | 77.16 | 38.27 | - |
| YUV | 224.65 | 83.61 | 147.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 226 | 146 | 0 | 0.10 | 0.42 | 0.01 | 45.28 | 0.95 | 0.78 |
| Hex | FC | E2 | 92 | 0 | A | 2A | 1 | 2D | 5F | 4E |
| Octal | 374 | 342 | 222 | 0 | 12 | 52 | 1 | 55 | 137 | 116 |
| Binary | 11111100 | 11100010 | 10010010 | 0 | 1010 | 101010 | 1 | 101101 | 1011111 | 1001110 |
Color Harmonies of #FCE292
Complementary color
Monochromatic Colors of #FCE292
Black with #FCE292
Text Example
Text Example
White with #FCE292
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCE292; }
p { color: rgb(252,226,146); }
H1.HeaderClassName
{
color: #FCE292;
}
.AnyTagClassName
{
color: #FCE292;
}
</style>
background-color css
<style>
a { background-color: #FCE292; }
a { background-color: rgb(252,226,146); }
div.DivClassName
{
background-color: #FCE292;
}
.BgClassName
{
background-color: #FCE292;
}
</style>
border-color css
<style>
span { border-color: #FCE292; }
span { border-color: rgb(252,226,146); }
td.TdClassName
{
border-color: #FCE292;
}
.TagClassName
{
border-color: #FCE292;
}
</style>