Shades of Vis Vis #FCE690
Tints of Vis Vis #FCE690
RGB
CMYK
RGB Variations
Color information
#FCE690 (or 0xFCE690) is known color: Vis Vis. HEX triplet: FC, E6 and 90. RGB value is (252,230,144). Sum of RGB (Red+Green+Blue) = 252+230+144=626 (82% of max value = 765). Red value is 252 (98.83% from 255 or 40.26% from 626); Green value is 230 (90.23% from 255 or 36.74% from 626); Blue value is 144 (56.64% from 255 or 23.00% from 626); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE690 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #FCE690 is #03196F. Grayscale: #E3E3E3. Windows color (decimal): -203120 or 9496316. OLE color: 9496316.
HSL color Cylindrical-coordinate representation of color #FCE690: hue angle of 47.78º 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 #FCE690 is Cyan = 0, Magento = 0.09, Yellow = 0.43 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 230 | 144 | - |
| CMYK | 0 | 0.09 | 0.43 | 0.01 |
| HSL | 47.78º | 0.95% | 0.78% | - |
| HSV(B) | 47.78º | 0.43% | 0.99% | - |
| XYZ | 73.48 | 79.3 | 37.82 | - |
| YUV | 226.77 | 81.29 | 145.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 230 | 144 | 0 | 0.09 | 0.43 | 0.01 | 47.78 | 0.95 | 0.78 |
| Hex | FC | E6 | 90 | 0 | 9 | 2B | 1 | 30 | 5F | 4E |
| Octal | 374 | 346 | 220 | 0 | 11 | 53 | 1 | 60 | 137 | 116 |
| Binary | 11111100 | 11100110 | 10010000 | 0 | 1001 | 101011 | 1 | 110000 | 1011111 | 1001110 |
Color Harmonies of #FCE690
Complementary color
Monochromatic Colors of #FCE690
Black with #FCE690
Text Example
Text Example
White with #FCE690
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCE690; }
p { color: rgb(252,230,144); }
H1.HeaderClassName
{
color: #FCE690;
}
.AnyTagClassName
{
color: #FCE690;
}
</style>
background-color css
<style>
a { background-color: #FCE690; }
a { background-color: rgb(252,230,144); }
div.DivClassName
{
background-color: #FCE690;
}
.BgClassName
{
background-color: #FCE690;
}
</style>
border-color css
<style>
span { border-color: #FCE690; }
span { border-color: rgb(252,230,144); }
td.TdClassName
{
border-color: #FCE690;
}
.TagClassName
{
border-color: #FCE690;
}
</style>