Shades of Vis Vis #FCE694
Tints of Vis Vis #FCE694
RGB
CMYK
RGB Variations
Color information
#FCE694 (or 0xFCE694) is known color: Vis Vis. HEX triplet: FC, E6 and 94. RGB value is (252,230,148). Sum of RGB (Red+Green+Blue) = 252+230+148=630 (83% of max value = 765). Red value is 252 (98.83% from 255 or 40% from 630); Green value is 230 (90.23% from 255 or 36.51% from 630); Blue value is 148 (58.20% from 255 or 23.49% from 630); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE694 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FCE694 is #03196B. Grayscale: #E3E3E3. Windows color (decimal): -203116 or 9758460. OLE color: 9758460.
HSL color Cylindrical-coordinate representation of color #FCE694: hue angle of 47.31º 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 #FCE694 is Cyan = 0, Magento = 0.09, Yellow = 0.41 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 230 | 148 | - |
| CMYK | 0 | 0.09 | 0.41 | 0.01 |
| HSL | 47.31º | 0.95% | 0.78% | - |
| HSV(B) | 47.31º | 0.41% | 0.99% | - |
| XYZ | 73.79 | 79.43 | 39.46 | - |
| YUV | 227.23 | 83.29 | 145.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 230 | 148 | 0 | 0.09 | 0.41 | 0.01 | 47.31 | 0.95 | 0.78 |
| Hex | FC | E6 | 94 | 0 | 9 | 29 | 1 | 2F | 5F | 4E |
| Octal | 374 | 346 | 224 | 0 | 11 | 51 | 1 | 57 | 137 | 116 |
| Binary | 11111100 | 11100110 | 10010100 | 0 | 1001 | 101001 | 1 | 101111 | 1011111 | 1001110 |
Color Harmonies of #FCE694
Complementary color
Monochromatic Colors of #FCE694
Black with #FCE694
Text Example
Text Example
White with #FCE694
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCE694; }
p { color: rgb(252,230,148); }
H1.HeaderClassName
{
color: #FCE694;
}
.AnyTagClassName
{
color: #FCE694;
}
</style>
background-color css
<style>
a { background-color: #FCE694; }
a { background-color: rgb(252,230,148); }
div.DivClassName
{
background-color: #FCE694;
}
.BgClassName
{
background-color: #FCE694;
}
</style>
border-color css
<style>
span { border-color: #FCE694; }
span { border-color: rgb(252,230,148); }
td.TdClassName
{
border-color: #FCE694;
}
.TagClassName
{
border-color: #FCE694;
}
</style>