Shades of Vis Vis #FCE390
Tints of Vis Vis #FCE390
RGB
CMYK
RGB Variations
Color information
#FCE390 (or 0xFCE390) is known color: Vis Vis. HEX triplet: FC, E3 and 90. RGB value is (252,227,144). Sum of RGB (Red+Green+Blue) = 252+227+144=623 (82% of max value = 765). Red value is 252 (98.83% from 255 or 40.45% from 623); Green value is 227 (89.06% from 255 or 36.44% from 623); Blue value is 144 (56.64% from 255 or 23.11% from 623); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE390 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCE390 is #031C6F. Grayscale: #E1E1E1. Windows color (decimal): -203888 or 9495548. OLE color: 9495548.
HSL color Cylindrical-coordinate representation of color #FCE390: hue angle of 46.11º 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 #FCE390 is Cyan = 0, Magento = 0.10, Yellow = 0.43 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 227 | 144 | - |
| CMYK | 0 | 0.10 | 0.43 | 0.01 |
| HSL | 46.11º | 0.95% | 0.78% | - |
| HSV(B) | 46.11º | 0.43% | 0.99% | - |
| XYZ | 72.65 | 77.65 | 37.54 | - |
| YUV | 225.01 | 82.28 | 147.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 227 | 144 | 0 | 0.10 | 0.43 | 0.01 | 46.11 | 0.95 | 0.78 |
| Hex | FC | E3 | 90 | 0 | A | 2B | 1 | 2E | 5F | 4E |
| Octal | 374 | 343 | 220 | 0 | 12 | 53 | 1 | 56 | 137 | 116 |
| Binary | 11111100 | 11100011 | 10010000 | 0 | 1010 | 101011 | 1 | 101110 | 1011111 | 1001110 |
Color Harmonies of #FCE390
Complementary color
Monochromatic Colors of #FCE390
Black with #FCE390
Text Example
Text Example
White with #FCE390
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCE390; }
p { color: rgb(252,227,144); }
H1.HeaderClassName
{
color: #FCE390;
}
.AnyTagClassName
{
color: #FCE390;
}
</style>
background-color css
<style>
a { background-color: #FCE390; }
a { background-color: rgb(252,227,144); }
div.DivClassName
{
background-color: #FCE390;
}
.BgClassName
{
background-color: #FCE390;
}
</style>
border-color css
<style>
span { border-color: #FCE390; }
span { border-color: rgb(252,227,144); }
td.TdClassName
{
border-color: #FCE390;
}
.TagClassName
{
border-color: #FCE390;
}
</style>