Shades of Vis Vis #FCE594
Tints of Vis Vis #FCE594
RGB
CMYK
RGB Variations
Color information
#FCE594 (or 0xFCE594) is known color: Vis Vis. HEX triplet: FC, E5 and 94. RGB value is (252,229,148). Sum of RGB (Red+Green+Blue) = 252+229+148=629 (83% of max value = 765). Red value is 252 (98.83% from 255 or 40.06% from 629); Green value is 229 (89.84% from 255 or 36.41% from 629); Blue value is 148 (58.20% from 255 or 23.53% from 629); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE594 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCE594 is #031A6B. Grayscale: #E2E2E2. Windows color (decimal): -203372 or 9758204. OLE color: 9758204.
HSL color Cylindrical-coordinate representation of color #FCE594: hue angle of 46.73º degrees, saturation: 0.95, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #FCE594 is Cyan = 0, Magento = 0.09, Yellow = 0.41 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 229 | 148 | - |
| CMYK | 0 | 0.09 | 0.41 | 0.01 |
| HSL | 46.73º | 0.95% | 0.78% | - |
| HSV(B) | 46.73º | 0.41% | 0.99% | - |
| XYZ | 73.51 | 78.87 | 39.37 | - |
| YUV | 226.64 | 83.62 | 146.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 229 | 148 | 0 | 0.09 | 0.41 | 0.01 | 46.73 | 0.95 | 0.78 |
| Hex | FC | E5 | 94 | 0 | 9 | 29 | 1 | 2F | 5F | 4E |
| Octal | 374 | 345 | 224 | 0 | 11 | 51 | 1 | 57 | 137 | 116 |
| Binary | 11111100 | 11100101 | 10010100 | 0 | 1001 | 101001 | 1 | 101111 | 1011111 | 1001110 |
Color Harmonies of #FCE594
Complementary color
Monochromatic Colors of #FCE594
Black with #FCE594
Text Example
Text Example
White with #FCE594
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCE594; }
p { color: rgb(252,229,148); }
H1.HeaderClassName
{
color: #FCE594;
}
.AnyTagClassName
{
color: #FCE594;
}
</style>
background-color css
<style>
a { background-color: #FCE594; }
a { background-color: rgb(252,229,148); }
div.DivClassName
{
background-color: #FCE594;
}
.BgClassName
{
background-color: #FCE594;
}
</style>
border-color css
<style>
span { border-color: #FCE594; }
span { border-color: rgb(252,229,148); }
td.TdClassName
{
border-color: #FCE594;
}
.TagClassName
{
border-color: #FCE594;
}
</style>