Shades of Corn Silk #FCF6DE
Tints of Corn Silk #FCF6DE
RGB
CMYK
RGB Variations
Color information
#FCF6DE (or 0xFCF6DE) is known color: Corn Silk. HEX triplet: FC, F6 and DE. RGB value is (252,246,222). Sum of RGB (Red+Green+Blue) = 252+246+222=720 (95% of max value = 765). Red value is 252 (98.83% from 255 or 35% from 720); Green value is 246 (96.48% from 255 or 34.17% from 720); Blue value is 222 (87.11% from 255 or 30.83% from 720); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF6DE is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FCF6DE is #030921. Grayscale: #F5F5F5. Windows color (decimal): -198946 or 14612220. OLE color: 14612220.
HSL color Cylindrical-coordinate representation of color #FCF6DE: hue angle of 48º degrees, saturation: 0.83, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #FCF6DE is Cyan = 0, Magento = 0.02, Yellow = 0.12 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 246 | 222 | - |
| CMYK | 0 | 0.02 | 0.12 | 0.01 |
| HSL | 48º | 0.83% | 0.93% | - |
| HSV(B) | 48º | 0.12% | 0.99% | - |
| XYZ | 86.29 | 91.88 | 82.29 | - |
| YUV | 245.06 | 114.99 | 132.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 246 | 222 | 0 | 0.02 | 0.12 | 0.01 | 48 | 0.83 | 0.93 |
| Hex | FC | F6 | DE | 0 | 2 | C | 1 | 30 | 53 | 5D |
| Octal | 374 | 366 | 336 | 0 | 2 | 14 | 1 | 60 | 123 | 135 |
| Binary | 11111100 | 11110110 | 11011110 | 0 | 10 | 1100 | 1 | 110000 | 1010011 | 1011101 |
Color Harmonies of #FCF6DE
Complementary color
Monochromatic Colors of #FCF6DE
Black with #FCF6DE
Text Example
Text Example
White with #FCF6DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCF6DE; }
p { color: rgb(252,246,222); }
H1.HeaderClassName
{
color: #FCF6DE;
}
.AnyTagClassName
{
color: #FCF6DE;
}
</style>
background-color css
<style>
a { background-color: #FCF6DE; }
a { background-color: rgb(252,246,222); }
div.DivClassName
{
background-color: #FCF6DE;
}
.BgClassName
{
background-color: #FCF6DE;
}
</style>
border-color css
<style>
span { border-color: #FCF6DE; }
span { border-color: rgb(252,246,222); }
td.TdClassName
{
border-color: #FCF6DE;
}
.TagClassName
{
border-color: #FCF6DE;
}
</style>