Shades of Vis Vis #FCE590
Tints of Vis Vis #FCE590
RGB
CMYK
RGB Variations
Color information
#FCE590 (or 0xFCE590) is known color: Vis Vis. HEX triplet: FC, E5 and 90. RGB value is (252,229,144). Sum of RGB (Red+Green+Blue) = 252+229+144=625 (82% of max value = 765). Red value is 252 (98.83% from 255 or 40.32% from 625); Green value is 229 (89.84% from 255 or 36.64% from 625); Blue value is 144 (56.64% from 255 or 23.04% from 625); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE590 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCE590 is #031A6F. Grayscale: #E2E2E2. Windows color (decimal): -203376 or 9496060. OLE color: 9496060.
HSL color Cylindrical-coordinate representation of color #FCE590: hue angle of 47.22º 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 #FCE590 is Cyan = 0, Magento = 0.09, Yellow = 0.43 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 229 | 144 | - |
| CMYK | 0 | 0.09 | 0.43 | 0.01 |
| HSL | 47.22º | 0.95% | 0.78% | - |
| HSV(B) | 47.22º | 0.43% | 0.99% | - |
| XYZ | 73.2 | 78.75 | 37.73 | - |
| YUV | 226.19 | 81.62 | 146.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 229 | 144 | 0 | 0.09 | 0.43 | 0.01 | 47.22 | 0.95 | 0.78 |
| Hex | FC | E5 | 90 | 0 | 9 | 2B | 1 | 2F | 5F | 4E |
| Octal | 374 | 345 | 220 | 0 | 11 | 53 | 1 | 57 | 137 | 116 |
| Binary | 11111100 | 11100101 | 10010000 | 0 | 1001 | 101011 | 1 | 101111 | 1011111 | 1001110 |
Color Harmonies of #FCE590
Complementary color
Monochromatic Colors of #FCE590
Black with #FCE590
Text Example
Text Example
White with #FCE590
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCE590; }
p { color: rgb(252,229,144); }
H1.HeaderClassName
{
color: #FCE590;
}
.AnyTagClassName
{
color: #FCE590;
}
</style>
background-color css
<style>
a { background-color: #FCE590; }
a { background-color: rgb(252,229,144); }
div.DivClassName
{
background-color: #FCE590;
}
.BgClassName
{
background-color: #FCE590;
}
</style>
border-color css
<style>
span { border-color: #FCE590; }
span { border-color: rgb(252,229,144); }
td.TdClassName
{
border-color: #FCE590;
}
.TagClassName
{
border-color: #FCE590;
}
</style>