Shades of Vis Vis #FCE48C
Tints of Vis Vis #FCE48C
RGB
CMYK
RGB Variations
Color information
#FCE48C (or 0xFCE48C) is known color: Vis Vis. HEX triplet: FC, E4 and 8C. RGB value is (252,228,140). Sum of RGB (Red+Green+Blue) = 252+228+140=620 (82% of max value = 765). Red value is 252 (98.83% from 255 or 40.65% from 620); Green value is 228 (89.45% from 255 or 36.77% from 620); Blue value is 140 (55.08% from 255 or 22.58% from 620); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE48C is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCE48C is #031B73. Grayscale: #E1E1E1. Windows color (decimal): -203636 or 9233660. OLE color: 9233660.
HSL color Cylindrical-coordinate representation of color #FCE48C: hue angle of 47.14º 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 #FCE48C is Cyan = 0, Magento = 0.10, Yellow = 0.44 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 228 | 140 | - |
| CMYK | 0 | 0.10 | 0.44 | 0.01 |
| HSL | 47.14º | 0.95% | 0.77% | - |
| HSV(B) | 47.14º | 0.44% | 0.99% | - |
| XYZ | 72.62 | 78.08 | 36.05 | - |
| YUV | 225.14 | 79.95 | 147.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 228 | 140 | 0 | 0.10 | 0.44 | 0.01 | 47.14 | 0.95 | 0.77 |
| Hex | FC | E4 | 8C | 0 | A | 2C | 1 | 2F | 5F | 4D |
| Octal | 374 | 344 | 214 | 0 | 12 | 54 | 1 | 57 | 137 | 115 |
| Binary | 11111100 | 11100100 | 10001100 | 0 | 1010 | 101100 | 1 | 101111 | 1011111 | 1001101 |
Color Harmonies of #FCE48C
Complementary color
Monochromatic Colors of #FCE48C
Black with #FCE48C
Text Example
Text Example
White with #FCE48C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCE48C; }
p { color: rgb(252,228,140); }
H1.HeaderClassName
{
color: #FCE48C;
}
.AnyTagClassName
{
color: #FCE48C;
}
</style>
background-color css
<style>
a { background-color: #FCE48C; }
a { background-color: rgb(252,228,140); }
div.DivClassName
{
background-color: #FCE48C;
}
.BgClassName
{
background-color: #FCE48C;
}
</style>
border-color css
<style>
span { border-color: #FCE48C; }
span { border-color: rgb(252,228,140); }
td.TdClassName
{
border-color: #FCE48C;
}
.TagClassName
{
border-color: #FCE48C;
}
</style>