Shades of Vis Vis #FCE190
Tints of Vis Vis #FCE190
RGB
CMYK
RGB Variations
Color information
#FCE190 (or 0xFCE190) is known color: Vis Vis. HEX triplet: FC, E1 and 90. RGB value is (252,225,144). Sum of RGB (Red+Green+Blue) = 252+225+144=621 (82% of max value = 765). Red value is 252 (98.83% from 255 or 40.58% from 621); Green value is 225 (88.28% from 255 or 36.23% from 621); Blue value is 144 (56.64% from 255 or 23.19% from 621); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE190 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCE190 is #031E6F. Grayscale: #E0E0E0. Windows color (decimal): -204400 or 9495036. OLE color: 9495036.
HSL color Cylindrical-coordinate representation of color #FCE190: hue angle of 45º 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 #FCE190 is Cyan = 0, Magento = 0.11, Yellow = 0.43 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 225 | 144 | - |
| CMYK | 0 | 0.11 | 0.43 | 0.01 |
| HSL | 45º | 0.95% | 0.78% | - |
| HSV(B) | 45º | 0.43% | 0.99% | - |
| XYZ | 72.1 | 76.56 | 37.36 | - |
| YUV | 223.84 | 82.95 | 148.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 225 | 144 | 0 | 0.11 | 0.43 | 0.01 | 45 | 0.95 | 0.78 |
| Hex | FC | E1 | 90 | 0 | B | 2B | 1 | 2D | 5F | 4E |
| Octal | 374 | 341 | 220 | 0 | 13 | 53 | 1 | 55 | 137 | 116 |
| Binary | 11111100 | 11100001 | 10010000 | 0 | 1011 | 101011 | 1 | 101101 | 1011111 | 1001110 |
Color Harmonies of #FCE190
Complementary color
Monochromatic Colors of #FCE190
Black with #FCE190
Text Example
Text Example
White with #FCE190
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCE190; }
p { color: rgb(252,225,144); }
H1.HeaderClassName
{
color: #FCE190;
}
.AnyTagClassName
{
color: #FCE190;
}
</style>
background-color css
<style>
a { background-color: #FCE190; }
a { background-color: rgb(252,225,144); }
div.DivClassName
{
background-color: #FCE190;
}
.BgClassName
{
background-color: #FCE190;
}
</style>
border-color css
<style>
span { border-color: #FCE190; }
span { border-color: rgb(252,225,144); }
td.TdClassName
{
border-color: #FCE190;
}
.TagClassName
{
border-color: #FCE190;
}
</style>