Shades of Vis Vis #FCDA8E
Tints of Vis Vis #FCDA8E
RGB
CMYK
RGB Variations
Color information
#FCDA8E (or 0xFCDA8E) is known color: Vis Vis. HEX triplet: FC, DA and 8E. RGB value is (252,218,142). Sum of RGB (Red+Green+Blue) = 252+218+142=612 (81% of max value = 765). Red value is 252 (98.83% from 255 or 41.18% from 612); Green value is 218 (85.55% from 255 or 35.62% from 612); Blue value is 142 (55.86% from 255 or 23.20% from 612); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDA8E is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCDA8E is #032571. Grayscale: #DBDBDB. Windows color (decimal): -206194 or 9362172. OLE color: 9362172.
HSL color Cylindrical-coordinate representation of color #FCDA8E: hue angle of 41.45º degrees, saturation: 0.95, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #FCDA8E is Cyan = 0, Magento = 0.13, Yellow = 0.44 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 218 | 142 | - |
| CMYK | 0 | 0.13 | 0.44 | 0.01 |
| HSL | 41.45º | 0.95% | 0.77% | - |
| HSV(B) | 41.45º | 0.44% | 0.99% | - |
| XYZ | 70.1 | 72.79 | 35.95 | - |
| YUV | 219.5 | 84.26 | 151.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 218 | 142 | 0 | 0.13 | 0.44 | 0.01 | 41.45 | 0.95 | 0.77 |
| Hex | FC | DA | 8E | 0 | D | 2C | 1 | 29 | 5F | 4D |
| Octal | 374 | 332 | 216 | 0 | 15 | 54 | 1 | 51 | 137 | 115 |
| Binary | 11111100 | 11011010 | 10001110 | 0 | 1101 | 101100 | 1 | 101001 | 1011111 | 1001101 |
Color Harmonies of #FCDA8E
Complementary color
Monochromatic Colors of #FCDA8E
Black with #FCDA8E
Text Example
Text Example
White with #FCDA8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCDA8E; }
p { color: rgb(252,218,142); }
H1.HeaderClassName
{
color: #FCDA8E;
}
.AnyTagClassName
{
color: #FCDA8E;
}
</style>
background-color css
<style>
a { background-color: #FCDA8E; }
a { background-color: rgb(252,218,142); }
div.DivClassName
{
background-color: #FCDA8E;
}
.BgClassName
{
background-color: #FCDA8E;
}
</style>
border-color css
<style>
span { border-color: #FCDA8E; }
span { border-color: rgb(252,218,142); }
td.TdClassName
{
border-color: #FCDA8E;
}
.TagClassName
{
border-color: #FCDA8E;
}
</style>