Shades of Vis Vis #FCE18D
Tints of Vis Vis #FCE18D
RGB
CMYK
RGB Variations
Color information
#FCE18D (or 0xFCE18D) is known color: Vis Vis. HEX triplet: FC, E1 and 8D. RGB value is (252,225,141). Sum of RGB (Red+Green+Blue) = 252+225+141=618 (81% of max value = 765). Red value is 252 (98.83% from 255 or 40.78% from 618); Green value is 225 (88.28% from 255 or 36.41% from 618); Blue value is 141 (55.47% from 255 or 22.82% from 618); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE18D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCE18D is #031E72. Grayscale: #DFDFDF. Windows color (decimal): -204403 or 9298428. OLE color: 9298428.
HSL color Cylindrical-coordinate representation of color #FCE18D: hue angle of 45.41º 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 #FCE18D is Cyan = 0, Magento = 0.11, Yellow = 0.44 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 225 | 141 | - |
| CMYK | 0 | 0.11 | 0.44 | 0.01 |
| HSL | 45.41º | 0.95% | 0.77% | - |
| HSV(B) | 45.41º | 0.44% | 0.99% | - |
| XYZ | 71.88 | 76.47 | 36.17 | - |
| YUV | 223.5 | 81.45 | 148.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 225 | 141 | 0 | 0.11 | 0.44 | 0.01 | 45.41 | 0.95 | 0.77 |
| Hex | FC | E1 | 8D | 0 | B | 2C | 1 | 2D | 5F | 4D |
| Octal | 374 | 341 | 215 | 0 | 13 | 54 | 1 | 55 | 137 | 115 |
| Binary | 11111100 | 11100001 | 10001101 | 0 | 1011 | 101100 | 1 | 101101 | 1011111 | 1001101 |
Color Harmonies of #FCE18D
Complementary color
Monochromatic Colors of #FCE18D
Black with #FCE18D
Text Example
Text Example
White with #FCE18D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCE18D; }
p { color: rgb(252,225,141); }
H1.HeaderClassName
{
color: #FCE18D;
}
.AnyTagClassName
{
color: #FCE18D;
}
</style>
background-color css
<style>
a { background-color: #FCE18D; }
a { background-color: rgb(252,225,141); }
div.DivClassName
{
background-color: #FCE18D;
}
.BgClassName
{
background-color: #FCE18D;
}
</style>
border-color css
<style>
span { border-color: #FCE18D; }
span { border-color: rgb(252,225,141); }
td.TdClassName
{
border-color: #FCE18D;
}
.TagClassName
{
border-color: #FCE18D;
}
</style>