Shades of Corn Field #FCF6BC
Tints of Corn Field #FCF6BC
RGB
CMYK
RGB Variations
Color information
#FCF6BC (or 0xFCF6BC) is known color: Corn Field. HEX triplet: FC, F6 and BC. RGB value is (252,246,188). Sum of RGB (Red+Green+Blue) = 252+246+188=686 (90% of max value = 765). Red value is 252 (98.83% from 255 or 36.73% from 686); Green value is 246 (96.48% from 255 or 35.86% from 686); Blue value is 188 (73.83% from 255 or 27.41% from 686); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF6BC is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FCF6BC is #030943. Grayscale: #F1F1F1. Windows color (decimal): -198980 or 12383996. OLE color: 12383996.
HSL color Cylindrical-coordinate representation of color #FCF6BC: hue angle of 54.38º degrees, saturation: 0.91, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #FCF6BC is Cyan = 0, Magento = 0.02, Yellow = 0.25 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 246 | 188 | - |
| CMYK | 0 | 0.02 | 0.25 | 0.01 |
| HSL | 54.38º | 0.91% | 0.86% | - |
| HSV(B) | 54.38º | 0.25% | 0.99% | - |
| XYZ | 82.18 | 90.24 | 60.66 | - |
| YUV | 241.18 | 97.99 | 135.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 246 | 188 | 0 | 0.02 | 0.25 | 0.01 | 54.38 | 0.91 | 0.86 |
| Hex | FC | F6 | BC | 0 | 2 | 19 | 1 | 36 | 5B | 56 |
| Octal | 374 | 366 | 274 | 0 | 2 | 31 | 1 | 66 | 133 | 126 |
| Binary | 11111100 | 11110110 | 10111100 | 0 | 10 | 11001 | 1 | 110110 | 1011011 | 1010110 |
Color Harmonies of #FCF6BC
Complementary color
Monochromatic Colors of #FCF6BC
Black with #FCF6BC
Text Example
Text Example
White with #FCF6BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCF6BC; }
p { color: rgb(252,246,188); }
H1.HeaderClassName
{
color: #FCF6BC;
}
.AnyTagClassName
{
color: #FCF6BC;
}
</style>
background-color css
<style>
a { background-color: #FCF6BC; }
a { background-color: rgb(252,246,188); }
div.DivClassName
{
background-color: #FCF6BC;
}
.BgClassName
{
background-color: #FCF6BC;
}
</style>
border-color css
<style>
span { border-color: #FCF6BC; }
span { border-color: rgb(252,246,188); }
td.TdClassName
{
border-color: #FCF6BC;
}
.TagClassName
{
border-color: #FCF6BC;
}
</style>