Shades of Vis Vis #FCE090
Tints of Vis Vis #FCE090
RGB
CMYK
RGB Variations
Color information
#FCE090 (or 0xFCE090) is known color: Vis Vis. HEX triplet: FC, E0 and 90. RGB value is (252,224,144). Sum of RGB (Red+Green+Blue) = 252+224+144=620 (82% of max value = 765). Red value is 252 (98.83% from 255 or 40.65% from 620); Green value is 224 (87.89% from 255 or 36.13% from 620); Blue value is 144 (56.64% from 255 or 23.23% from 620); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE090 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCE090 is #031F6F. Grayscale: #DFDFDF. Windows color (decimal): -204656 or 9494780. OLE color: 9494780.
HSL color Cylindrical-coordinate representation of color #FCE090: hue angle of 44.44º degrees, saturation: 0.95, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #FCE090 is Cyan = 0, Magento = 0.11, Yellow = 0.43 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 224 | 144 | - |
| CMYK | 0 | 0.11 | 0.43 | 0.01 |
| HSL | 44.44º | 0.95% | 0.78% | - |
| HSV(B) | 44.44º | 0.43% | 0.99% | - |
| XYZ | 71.83 | 76.02 | 37.27 | - |
| YUV | 223.25 | 83.28 | 148.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 224 | 144 | 0 | 0.11 | 0.43 | 0.01 | 44.44 | 0.95 | 0.78 |
| Hex | FC | E0 | 90 | 0 | B | 2B | 1 | 2C | 5F | 4E |
| Octal | 374 | 340 | 220 | 0 | 13 | 53 | 1 | 54 | 137 | 116 |
| Binary | 11111100 | 11100000 | 10010000 | 0 | 1011 | 101011 | 1 | 101100 | 1011111 | 1001110 |
Color Harmonies of #FCE090
Complementary color
Monochromatic Colors of #FCE090
Black with #FCE090
Text Example
Text Example
White with #FCE090
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCE090; }
p { color: rgb(252,224,144); }
H1.HeaderClassName
{
color: #FCE090;
}
.AnyTagClassName
{
color: #FCE090;
}
</style>
background-color css
<style>
a { background-color: #FCE090; }
a { background-color: rgb(252,224,144); }
div.DivClassName
{
background-color: #FCE090;
}
.BgClassName
{
background-color: #FCE090;
}
</style>
border-color css
<style>
span { border-color: #FCE090; }
span { border-color: rgb(252,224,144); }
td.TdClassName
{
border-color: #FCE090;
}
.TagClassName
{
border-color: #FCE090;
}
</style>