Shades of Vis Vis #FCE093
Tints of Vis Vis #FCE093
RGB
CMYK
RGB Variations
Color information
#FCE093 (or 0xFCE093) is known color: Vis Vis. HEX triplet: FC, E0 and 93. RGB value is (252,224,147). Sum of RGB (Red+Green+Blue) = 252+224+147=623 (82% of max value = 765). Red value is 252 (98.83% from 255 or 40.45% from 623); Green value is 224 (87.89% from 255 or 35.96% from 623); Blue value is 147 (57.81% from 255 or 23.60% from 623); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE093 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCE093 is #031F6C. Grayscale: #DFDFDF. Windows color (decimal): -204653 or 9691388. OLE color: 9691388.
HSL color Cylindrical-coordinate representation of color #FCE093: hue angle of 44º 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 #FCE093 is Cyan = 0, Magento = 0.11, Yellow = 0.42 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 224 | 147 | - |
| CMYK | 0 | 0.11 | 0.42 | 0.01 |
| HSL | 44º | 0.95% | 0.78% | - |
| HSV(B) | 44º | 0.42% | 0.99% | - |
| XYZ | 72.07 | 76.11 | 38.5 | - |
| YUV | 223.59 | 84.78 | 148.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 224 | 147 | 0 | 0.11 | 0.42 | 0.01 | 44 | 0.95 | 0.78 |
| Hex | FC | E0 | 93 | 0 | B | 2A | 1 | 2C | 5F | 4E |
| Octal | 374 | 340 | 223 | 0 | 13 | 52 | 1 | 54 | 137 | 116 |
| Binary | 11111100 | 11100000 | 10010011 | 0 | 1011 | 101010 | 1 | 101100 | 1011111 | 1001110 |
Color Harmonies of #FCE093
Complementary color
Monochromatic Colors of #FCE093
Black with #FCE093
Text Example
Text Example
White with #FCE093
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCE093; }
p { color: rgb(252,224,147); }
H1.HeaderClassName
{
color: #FCE093;
}
.AnyTagClassName
{
color: #FCE093;
}
</style>
background-color css
<style>
a { background-color: #FCE093; }
a { background-color: rgb(252,224,147); }
div.DivClassName
{
background-color: #FCE093;
}
.BgClassName
{
background-color: #FCE093;
}
</style>
border-color css
<style>
span { border-color: #FCE093; }
span { border-color: rgb(252,224,147); }
td.TdClassName
{
border-color: #FCE093;
}
.TagClassName
{
border-color: #FCE093;
}
</style>