Shades of Vis Vis #FCE895
Tints of Vis Vis #FCE895
RGB
CMYK
RGB Variations
Color information
#FCE895 (or 0xFCE895) is known color: Vis Vis. HEX triplet: FC, E8 and 95. RGB value is (252,232,149). Sum of RGB (Red+Green+Blue) = 252+232+149=633 (83% of max value = 765). Red value is 252 (98.83% from 255 or 39.81% from 633); Green value is 232 (91.02% from 255 or 36.65% from 633); Blue value is 149 (58.59% from 255 or 23.54% from 633); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE895 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FCE895 is #03176A. Grayscale: #E4E4E4. Windows color (decimal): -202603 or 9824508. OLE color: 9824508.
HSL color Cylindrical-coordinate representation of color #FCE895: hue angle of 48.35º degrees, saturation: 0.94, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #FCE895 is Cyan = 0, Magento = 0.08, Yellow = 0.41 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 232 | 149 | - |
| CMYK | 0 | 0.08 | 0.41 | 0.01 |
| HSL | 48.35º | 0.94% | 0.79% | - |
| HSV(B) | 48.35º | 0.41% | 0.99% | - |
| XYZ | 74.43 | 80.58 | 40.06 | - |
| YUV | 228.52 | 83.13 | 144.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 232 | 149 | 0 | 0.08 | 0.41 | 0.01 | 48.35 | 0.94 | 0.79 |
| Hex | FC | E8 | 95 | 0 | 8 | 29 | 1 | 30 | 5E | 4F |
| Octal | 374 | 350 | 225 | 0 | 10 | 51 | 1 | 60 | 136 | 117 |
| Binary | 11111100 | 11101000 | 10010101 | 0 | 1000 | 101001 | 1 | 110000 | 1011110 | 1001111 |
Color Harmonies of #FCE895
Complementary color
Monochromatic Colors of #FCE895
Black with #FCE895
Text Example
Text Example
White with #FCE895
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCE895; }
p { color: rgb(252,232,149); }
H1.HeaderClassName
{
color: #FCE895;
}
.AnyTagClassName
{
color: #FCE895;
}
</style>
background-color css
<style>
a { background-color: #FCE895; }
a { background-color: rgb(252,232,149); }
div.DivClassName
{
background-color: #FCE895;
}
.BgClassName
{
background-color: #FCE895;
}
</style>
border-color css
<style>
span { border-color: #FCE895; }
span { border-color: rgb(252,232,149); }
td.TdClassName
{
border-color: #FCE895;
}
.TagClassName
{
border-color: #FCE895;
}
</style>