Shades of Vis Vis #FCE897
Tints of Vis Vis #FCE897
RGB
CMYK
RGB Variations
Color information
#FCE897 (or 0xFCE897) is known color: Vis Vis. HEX triplet: FC, E8 and 97. RGB value is (252,232,151). Sum of RGB (Red+Green+Blue) = 252+232+151=635 (84% of max value = 765). Red value is 252 (98.83% from 255 or 39.69% from 635); Green value is 232 (91.02% from 255 or 36.54% from 635); Blue value is 151 (59.38% from 255 or 23.78% from 635); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE897 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FCE897 is #031768. Grayscale: #E5E5E5. Windows color (decimal): -202601 or 9955580. OLE color: 9955580.
HSL color Cylindrical-coordinate representation of color #FCE897: hue angle of 48.12º degrees, saturation: 0.94, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #FCE897 is Cyan = 0, Magento = 0.08, Yellow = 0.40 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 232 | 151 | - |
| CMYK | 0 | 0.08 | 0.40 | 0.01 |
| HSL | 48.12º | 0.94% | 0.79% | - |
| HSV(B) | 48.12º | 0.4% | 0.99% | - |
| XYZ | 74.59 | 80.64 | 40.91 | - |
| YUV | 228.75 | 84.13 | 144.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 232 | 151 | 0 | 0.08 | 0.40 | 0.01 | 48.12 | 0.94 | 0.79 |
| Hex | FC | E8 | 97 | 0 | 8 | 28 | 1 | 30 | 5E | 4F |
| Octal | 374 | 350 | 227 | 0 | 10 | 50 | 1 | 60 | 136 | 117 |
| Binary | 11111100 | 11101000 | 10010111 | 0 | 1000 | 101000 | 1 | 110000 | 1011110 | 1001111 |
Color Harmonies of #FCE897
Complementary color
Monochromatic Colors of #FCE897
Black with #FCE897
Text Example
Text Example
White with #FCE897
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCE897; }
p { color: rgb(252,232,151); }
H1.HeaderClassName
{
color: #FCE897;
}
.AnyTagClassName
{
color: #FCE897;
}
</style>
background-color css
<style>
a { background-color: #FCE897; }
a { background-color: rgb(252,232,151); }
div.DivClassName
{
background-color: #FCE897;
}
.BgClassName
{
background-color: #FCE897;
}
</style>
border-color css
<style>
span { border-color: #FCE897; }
span { border-color: rgb(252,232,151); }
td.TdClassName
{
border-color: #FCE897;
}
.TagClassName
{
border-color: #FCE897;
}
</style>