Shades of Vis Vis #FCDF8E
Tints of Vis Vis #FCDF8E
RGB
CMYK
RGB Variations
Color information
#FCDF8E (or 0xFCDF8E) is known color: Vis Vis. HEX triplet: FC, DF and 8E. RGB value is (252,223,142). Sum of RGB (Red+Green+Blue) = 252+223+142=617 (81% of max value = 765). Red value is 252 (98.83% from 255 or 40.84% from 617); Green value is 223 (87.5% from 255 or 36.14% from 617); Blue value is 142 (55.86% from 255 or 23.01% from 617); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDF8E is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FCDF8E is #032071. Grayscale: #DEDEDE. Windows color (decimal): -204914 or 9363452. OLE color: 9363452.
HSL color Cylindrical-coordinate representation of color #FCDF8E: hue angle of 44.18º 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 #FCDF8E is Cyan = 0, Magento = 0.12, Yellow = 0.44 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 223 | 142 | - |
| CMYK | 0 | 0.12 | 0.44 | 0.01 |
| HSL | 44.18º | 0.95% | 0.77% | - |
| HSV(B) | 44.18º | 0.44% | 0.99% | - |
| XYZ | 71.42 | 75.42 | 36.39 | - |
| YUV | 222.44 | 82.61 | 149.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 223 | 142 | 0 | 0.12 | 0.44 | 0.01 | 44.18 | 0.95 | 0.77 |
| Hex | FC | DF | 8E | 0 | C | 2C | 1 | 2C | 5F | 4D |
| Octal | 374 | 337 | 216 | 0 | 14 | 54 | 1 | 54 | 137 | 115 |
| Binary | 11111100 | 11011111 | 10001110 | 0 | 1100 | 101100 | 1 | 101100 | 1011111 | 1001101 |
Color Harmonies of #FCDF8E
Complementary color
Monochromatic Colors of #FCDF8E
Black with #FCDF8E
Text Example
Text Example
White with #FCDF8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCDF8E; }
p { color: rgb(252,223,142); }
H1.HeaderClassName
{
color: #FCDF8E;
}
.AnyTagClassName
{
color: #FCDF8E;
}
</style>
background-color css
<style>
a { background-color: #FCDF8E; }
a { background-color: rgb(252,223,142); }
div.DivClassName
{
background-color: #FCDF8E;
}
.BgClassName
{
background-color: #FCDF8E;
}
</style>
border-color css
<style>
span { border-color: #FCDF8E; }
span { border-color: rgb(252,223,142); }
td.TdClassName
{
border-color: #FCDF8E;
}
.TagClassName
{
border-color: #FCDF8E;
}
</style>