Shades of Corn Field #FCF7BC
Tints of Corn Field #FCF7BC
RGB
CMYK
RGB Variations
Color information
#FCF7BC (or 0xFCF7BC) is known color: Corn Field. HEX triplet: FC, F7 and BC. RGB value is (252,247,188). Sum of RGB (Red+Green+Blue) = 252+247+188=687 (90% of max value = 765). Red value is 252 (98.83% from 255 or 36.68% from 687); Green value is 247 (96.88% from 255 or 35.95% from 687); Blue value is 188 (73.83% from 255 or 27.37% from 687); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF7BC is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FCF7BC is #030843. Grayscale: #F2F2F2. Windows color (decimal): -198724 or 12384252. OLE color: 12384252.
HSL color Cylindrical-coordinate representation of color #FCF7BC: hue angle of 55.31º 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 #FCF7BC is Cyan = 0, Magento = 0.02, Yellow = 0.25 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 247 | 188 | - |
| CMYK | 0 | 0.02 | 0.25 | 0.01 |
| HSL | 55.31º | 0.91% | 0.86% | - |
| HSV(B) | 55.31º | 0.25% | 0.99% | - |
| XYZ | 82.48 | 90.85 | 60.77 | - |
| YUV | 241.77 | 97.66 | 135.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 247 | 188 | 0 | 0.02 | 0.25 | 0.01 | 55.31 | 0.91 | 0.86 |
| Hex | FC | F7 | BC | 0 | 2 | 19 | 1 | 37 | 5B | 56 |
| Octal | 374 | 367 | 274 | 0 | 2 | 31 | 1 | 67 | 133 | 126 |
| Binary | 11111100 | 11110111 | 10111100 | 0 | 10 | 11001 | 1 | 110111 | 1011011 | 1010110 |
Color Harmonies of #FCF7BC
Complementary color
Monochromatic Colors of #FCF7BC
Black with #FCF7BC
Text Example
Text Example
White with #FCF7BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCF7BC; }
p { color: rgb(252,247,188); }
H1.HeaderClassName
{
color: #FCF7BC;
}
.AnyTagClassName
{
color: #FCF7BC;
}
</style>
background-color css
<style>
a { background-color: #FCF7BC; }
a { background-color: rgb(252,247,188); }
div.DivClassName
{
background-color: #FCF7BC;
}
.BgClassName
{
background-color: #FCF7BC;
}
</style>
border-color css
<style>
span { border-color: #FCF7BC; }
span { border-color: rgb(252,247,188); }
td.TdClassName
{
border-color: #FCF7BC;
}
.TagClassName
{
border-color: #FCF7BC;
}
</style>