Shades of Vis Vis #FCE091
Tints of Vis Vis #FCE091
RGB
CMYK
RGB Variations
Color information
#FCE091 (or 0xFCE091) is known color: Vis Vis. HEX triplet: FC, E0 and 91. RGB value is (252,224,145). Sum of RGB (Red+Green+Blue) = 252+224+145=621 (82% of max value = 765). Red value is 252 (98.83% from 255 or 40.58% from 621); Green value is 224 (87.89% from 255 or 36.07% from 621); Blue value is 145 (57.03% from 255 or 23.35% from 621); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE091 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCE091 is #031F6E. Grayscale: #DFDFDF. Windows color (decimal): -204655 or 9560316. OLE color: 9560316.
HSL color Cylindrical-coordinate representation of color #FCE091: hue angle of 44.3º degrees, saturation: 0.95, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #FCE091 is Cyan = 0, Magento = 0.11, Yellow = 0.42 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 224 | 145 | - |
| CMYK | 0 | 0.11 | 0.42 | 0.01 |
| HSL | 44.3º | 0.95% | 0.78% | - |
| HSV(B) | 44.3º | 0.42% | 0.99% | - |
| XYZ | 71.91 | 76.05 | 37.68 | - |
| YUV | 223.37 | 83.78 | 148.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 224 | 145 | 0 | 0.11 | 0.42 | 0.01 | 44.3 | 0.95 | 0.78 |
| Hex | FC | E0 | 91 | 0 | B | 2A | 1 | 2C | 5F | 4E |
| Octal | 374 | 340 | 221 | 0 | 13 | 52 | 1 | 54 | 137 | 116 |
| Binary | 11111100 | 11100000 | 10010001 | 0 | 1011 | 101010 | 1 | 101100 | 1011111 | 1001110 |
Color Harmonies of #FCE091
Complementary color
Monochromatic Colors of #FCE091
Black with #FCE091
Text Example
Text Example
White with #FCE091
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCE091; }
p { color: rgb(252,224,145); }
H1.HeaderClassName
{
color: #FCE091;
}
.AnyTagClassName
{
color: #FCE091;
}
</style>
background-color css
<style>
a { background-color: #FCE091; }
a { background-color: rgb(252,224,145); }
div.DivClassName
{
background-color: #FCE091;
}
.BgClassName
{
background-color: #FCE091;
}
</style>
border-color css
<style>
span { border-color: #FCE091; }
span { border-color: rgb(252,224,145); }
td.TdClassName
{
border-color: #FCE091;
}
.TagClassName
{
border-color: #FCE091;
}
</style>