Shades of Vis Vis #FCE095
Tints of Vis Vis #FCE095
RGB
CMYK
RGB Variations
Color information
#FCE095 (or 0xFCE095) is known color: Vis Vis. HEX triplet: FC, E0 and 95. RGB value is (252,224,149). Sum of RGB (Red+Green+Blue) = 252+224+149=625 (82% of max value = 765). Red value is 252 (98.83% from 255 or 40.32% from 625); Green value is 224 (87.89% from 255 or 35.84% from 625); Blue value is 149 (58.59% from 255 or 23.84% from 625); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE095 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCE095 is #031F6A. Grayscale: #E0E0E0. Windows color (decimal): -204651 or 9822460. OLE color: 9822460.
HSL color Cylindrical-coordinate representation of color #FCE095: hue angle of 43.69º degrees, saturation: 0.94, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #FCE095 is Cyan = 0, Magento = 0.11, Yellow = 0.41 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 224 | 149 | - |
| CMYK | 0 | 0.11 | 0.41 | 0.01 |
| HSL | 43.69º | 0.94% | 0.79% | - |
| HSV(B) | 43.69º | 0.41% | 0.99% | - |
| XYZ | 72.23 | 76.18 | 39.33 | - |
| YUV | 223.82 | 85.78 | 148.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 224 | 149 | 0 | 0.11 | 0.41 | 0.01 | 43.69 | 0.94 | 0.79 |
| Hex | FC | E0 | 95 | 0 | B | 29 | 1 | 2C | 5E | 4F |
| Octal | 374 | 340 | 225 | 0 | 13 | 51 | 1 | 54 | 136 | 117 |
| Binary | 11111100 | 11100000 | 10010101 | 0 | 1011 | 101001 | 1 | 101100 | 1011110 | 1001111 |
Color Harmonies of #FCE095
Complementary color
Monochromatic Colors of #FCE095
Black with #FCE095
Text Example
Text Example
White with #FCE095
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCE095; }
p { color: rgb(252,224,149); }
H1.HeaderClassName
{
color: #FCE095;
}
.AnyTagClassName
{
color: #FCE095;
}
</style>
background-color css
<style>
a { background-color: #FCE095; }
a { background-color: rgb(252,224,149); }
div.DivClassName
{
background-color: #FCE095;
}
.BgClassName
{
background-color: #FCE095;
}
</style>
border-color css
<style>
span { border-color: #FCE095; }
span { border-color: rgb(252,224,149); }
td.TdClassName
{
border-color: #FCE095;
}
.TagClassName
{
border-color: #FCE095;
}
</style>