Shades of Corn Field #FCF8C5
Tints of Corn Field #FCF8C5
RGB
CMYK
RGB Variations
Color information
#FCF8C5 (or 0xFCF8C5) is known color: Corn Field. HEX triplet: FC, F8 and C5. RGB value is (252,248,197). Sum of RGB (Red+Green+Blue) = 252+248+197=697 (92% of max value = 765). Red value is 252 (98.83% from 255 or 36.15% from 697); Green value is 248 (97.27% from 255 or 35.58% from 697); Blue value is 197 (77.34% from 255 or 28.26% from 697); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF8C5 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FCF8C5 is #03073A. Grayscale: #F3F3F3. Windows color (decimal): -198459 or 12974332. OLE color: 12974332.
HSL color Cylindrical-coordinate representation of color #FCF8C5: hue angle of 55.64º degrees, saturation: 0.9, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #FCF8C5 is Cyan = 0, Magento = 0.02, Yellow = 0.22 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 248 | 197 | - |
| CMYK | 0 | 0.02 | 0.22 | 0.01 |
| HSL | 55.64º | 0.9% | 0.88% | - |
| HSV(B) | 55.64º | 0.22% | 0.99% | - |
| XYZ | 83.79 | 91.86 | 66.14 | - |
| YUV | 243.38 | 101.83 | 134.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 248 | 197 | 0 | 0.02 | 0.22 | 0.01 | 55.64 | 0.9 | 0.88 |
| Hex | FC | F8 | C5 | 0 | 2 | 16 | 1 | 38 | 5A | 58 |
| Octal | 374 | 370 | 305 | 0 | 2 | 26 | 1 | 70 | 132 | 130 |
| Binary | 11111100 | 11111000 | 11000101 | 0 | 10 | 10110 | 1 | 111000 | 1011010 | 1011000 |
Color Harmonies of #FCF8C5
Complementary color
Monochromatic Colors of #FCF8C5
Black with #FCF8C5
Text Example
Text Example
White with #FCF8C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCF8C5; }
p { color: rgb(252,248,197); }
H1.HeaderClassName
{
color: #FCF8C5;
}
.AnyTagClassName
{
color: #FCF8C5;
}
</style>
background-color css
<style>
a { background-color: #FCF8C5; }
a { background-color: rgb(252,248,197); }
div.DivClassName
{
background-color: #FCF8C5;
}
.BgClassName
{
background-color: #FCF8C5;
}
</style>
border-color css
<style>
span { border-color: #FCF8C5; }
span { border-color: rgb(252,248,197); }
td.TdClassName
{
border-color: #FCF8C5;
}
.TagClassName
{
border-color: #FCF8C5;
}
</style>