Shades of Vis Vis #FCE68E
Tints of Vis Vis #FCE68E
RGB
CMYK
RGB Variations
Color information
#FCE68E (or 0xFCE68E) is known color: Vis Vis. HEX triplet: FC, E6 and 8E. RGB value is (252,230,142). Sum of RGB (Red+Green+Blue) = 252+230+142=624 (82% of max value = 765). Red value is 252 (98.83% from 255 or 40.38% from 624); Green value is 230 (90.23% from 255 or 36.86% from 624); Blue value is 142 (55.86% from 255 or 22.76% from 624); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE68E is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FCE68E is #031971. Grayscale: #E2E2E2. Windows color (decimal): -203122 or 9365244. OLE color: 9365244.
HSL color Cylindrical-coordinate representation of color #FCE68E: hue angle of 48º degrees, saturation: 0.95, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #FCE68E is Cyan = 0, Magento = 0.09, Yellow = 0.44 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 230 | 142 | - |
| CMYK | 0 | 0.09 | 0.44 | 0.01 |
| HSL | 48º | 0.95% | 0.77% | - |
| HSV(B) | 48º | 0.44% | 0.99% | - |
| XYZ | 73.32 | 79.24 | 37.02 | - |
| YUV | 226.55 | 80.29 | 146.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 230 | 142 | 0 | 0.09 | 0.44 | 0.01 | 48 | 0.95 | 0.77 |
| Hex | FC | E6 | 8E | 0 | 9 | 2C | 1 | 30 | 5F | 4D |
| Octal | 374 | 346 | 216 | 0 | 11 | 54 | 1 | 60 | 137 | 115 |
| Binary | 11111100 | 11100110 | 10001110 | 0 | 1001 | 101100 | 1 | 110000 | 1011111 | 1001101 |
Color Harmonies of #FCE68E
Complementary color
Monochromatic Colors of #FCE68E
Black with #FCE68E
Text Example
Text Example
White with #FCE68E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCE68E; }
p { color: rgb(252,230,142); }
H1.HeaderClassName
{
color: #FCE68E;
}
.AnyTagClassName
{
color: #FCE68E;
}
</style>
background-color css
<style>
a { background-color: #FCE68E; }
a { background-color: rgb(252,230,142); }
div.DivClassName
{
background-color: #FCE68E;
}
.BgClassName
{
background-color: #FCE68E;
}
</style>
border-color css
<style>
span { border-color: #FCE68E; }
span { border-color: rgb(252,230,142); }
td.TdClassName
{
border-color: #FCE68E;
}
.TagClassName
{
border-color: #FCE68E;
}
</style>