Shades of Vis Vis #FCE28D
Tints of Vis Vis #FCE28D
RGB
CMYK
RGB Variations
Color information
#FCE28D (or 0xFCE28D) is known color: Vis Vis. HEX triplet: FC, E2 and 8D. RGB value is (252,226,141). Sum of RGB (Red+Green+Blue) = 252+226+141=619 (81% of max value = 765). Red value is 252 (98.83% from 255 or 40.71% from 619); Green value is 226 (88.67% from 255 or 36.51% from 619); Blue value is 141 (55.47% from 255 or 22.78% from 619); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE28D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCE28D is #031D72. Grayscale: #E0E0E0. Windows color (decimal): -204147 or 9298684. OLE color: 9298684.
HSL color Cylindrical-coordinate representation of color #FCE28D: hue angle of 45.95º 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 #FCE28D is Cyan = 0, Magento = 0.10, Yellow = 0.44 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 226 | 141 | - |
| CMYK | 0 | 0.10 | 0.44 | 0.01 |
| HSL | 45.95º | 0.95% | 0.77% | - |
| HSV(B) | 45.95º | 0.44% | 0.99% | - |
| XYZ | 72.15 | 77.01 | 36.26 | - |
| YUV | 224.08 | 81.11 | 147.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 226 | 141 | 0 | 0.10 | 0.44 | 0.01 | 45.95 | 0.95 | 0.77 |
| Hex | FC | E2 | 8D | 0 | A | 2C | 1 | 2E | 5F | 4D |
| Octal | 374 | 342 | 215 | 0 | 12 | 54 | 1 | 56 | 137 | 115 |
| Binary | 11111100 | 11100010 | 10001101 | 0 | 1010 | 101100 | 1 | 101110 | 1011111 | 1001101 |
Color Harmonies of #FCE28D
Complementary color
Monochromatic Colors of #FCE28D
Black with #FCE28D
Text Example
Text Example
White with #FCE28D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCE28D; }
p { color: rgb(252,226,141); }
H1.HeaderClassName
{
color: #FCE28D;
}
.AnyTagClassName
{
color: #FCE28D;
}
</style>
background-color css
<style>
a { background-color: #FCE28D; }
a { background-color: rgb(252,226,141); }
div.DivClassName
{
background-color: #FCE28D;
}
.BgClassName
{
background-color: #FCE28D;
}
</style>
border-color css
<style>
span { border-color: #FCE28D; }
span { border-color: rgb(252,226,141); }
td.TdClassName
{
border-color: #FCE28D;
}
.TagClassName
{
border-color: #FCE28D;
}
</style>