Shades of Corn Field #FCF5BC
Tints of Corn Field #FCF5BC
RGB
CMYK
RGB Variations
Color information
#FCF5BC (or 0xFCF5BC) is known color: Corn Field. HEX triplet: FC, F5 and BC. RGB value is (252,245,188). Sum of RGB (Red+Green+Blue) = 252+245+188=685 (90% of max value = 765). Red value is 252 (98.83% from 255 or 36.79% from 685); Green value is 245 (96.09% from 255 or 35.77% from 685); Blue value is 188 (73.83% from 255 or 27.45% from 685); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF5BC is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FCF5BC is #030A43. Grayscale: #F0F0F0. Windows color (decimal): -199236 or 12383740. OLE color: 12383740.
HSL color Cylindrical-coordinate representation of color #FCF5BC: hue angle of 53.44º 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 #FCF5BC is Cyan = 0, Magento = 0.03, Yellow = 0.25 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 245 | 188 | - |
| CMYK | 0 | 0.03 | 0.25 | 0.01 |
| HSL | 53.44º | 0.91% | 0.86% | - |
| HSV(B) | 53.44º | 0.25% | 0.99% | - |
| XYZ | 81.87 | 89.63 | 60.56 | - |
| YUV | 240.6 | 98.32 | 136.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 245 | 188 | 0 | 0.03 | 0.25 | 0.01 | 53.44 | 0.91 | 0.86 |
| Hex | FC | F5 | BC | 0 | 3 | 19 | 1 | 35 | 5B | 56 |
| Octal | 374 | 365 | 274 | 0 | 3 | 31 | 1 | 65 | 133 | 126 |
| Binary | 11111100 | 11110101 | 10111100 | 0 | 11 | 11001 | 1 | 110101 | 1011011 | 1010110 |
Color Harmonies of #FCF5BC
Complementary color
Monochromatic Colors of #FCF5BC
Black with #FCF5BC
Text Example
Text Example
White with #FCF5BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCF5BC; }
p { color: rgb(252,245,188); }
H1.HeaderClassName
{
color: #FCF5BC;
}
.AnyTagClassName
{
color: #FCF5BC;
}
</style>
background-color css
<style>
a { background-color: #FCF5BC; }
a { background-color: rgb(252,245,188); }
div.DivClassName
{
background-color: #FCF5BC;
}
.BgClassName
{
background-color: #FCF5BC;
}
</style>
border-color css
<style>
span { border-color: #FCF5BC; }
span { border-color: rgb(252,245,188); }
td.TdClassName
{
border-color: #FCF5BC;
}
.TagClassName
{
border-color: #FCF5BC;
}
</style>