Shades of Corn Field #FCF4C8
Tints of Corn Field #FCF4C8
RGB
CMYK
RGB Variations
Color information
#FCF4C8 (or 0xFCF4C8) is known color: Corn Field. HEX triplet: FC, F4 and C8. RGB value is (252,244,200). Sum of RGB (Red+Green+Blue) = 252+244+200=696 (92% of max value = 765). Red value is 252 (98.83% from 255 or 36.21% from 696); Green value is 244 (95.70% from 255 or 35.06% from 696); Blue value is 200 (78.52% from 255 or 28.74% from 696); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF4C8 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FCF4C8 is #030B37. Grayscale: #F1F1F1. Windows color (decimal): -199480 or 13169916. OLE color: 13169916.
HSL color Cylindrical-coordinate representation of color #FCF4C8: hue angle of 50.77º degrees, saturation: 0.9, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #FCF4C8 is Cyan = 0, Magento = 0.03, Yellow = 0.21 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 244 | 200 | - |
| CMYK | 0 | 0.03 | 0.21 | 0.01 |
| HSL | 50.77º | 0.9% | 0.89% | - |
| HSV(B) | 50.77º | 0.21% | 0.99% | - |
| XYZ | 82.92 | 89.57 | 67.56 | - |
| YUV | 241.38 | 104.65 | 135.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 244 | 200 | 0 | 0.03 | 0.21 | 0.01 | 50.77 | 0.9 | 0.89 |
| Hex | FC | F4 | C8 | 0 | 3 | 15 | 1 | 33 | 5A | 59 |
| Octal | 374 | 364 | 310 | 0 | 3 | 25 | 1 | 63 | 132 | 131 |
| Binary | 11111100 | 11110100 | 11001000 | 0 | 11 | 10101 | 1 | 110011 | 1011010 | 1011001 |
Color Harmonies of #FCF4C8
Complementary color
Monochromatic Colors of #FCF4C8
Black with #FCF4C8
Text Example
Text Example
White with #FCF4C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCF4C8; }
p { color: rgb(252,244,200); }
H1.HeaderClassName
{
color: #FCF4C8;
}
.AnyTagClassName
{
color: #FCF4C8;
}
</style>
background-color css
<style>
a { background-color: #FCF4C8; }
a { background-color: rgb(252,244,200); }
div.DivClassName
{
background-color: #FCF4C8;
}
.BgClassName
{
background-color: #FCF4C8;
}
</style>
border-color css
<style>
span { border-color: #FCF4C8; }
span { border-color: rgb(252,244,200); }
td.TdClassName
{
border-color: #FCF4C8;
}
.TagClassName
{
border-color: #FCF4C8;
}
</style>