Shades of Corn Field #FCF4C3
Tints of Corn Field #FCF4C3
RGB
CMYK
RGB Variations
Color information
#FCF4C3 (or 0xFCF4C3) is known color: Corn Field. HEX triplet: FC, F4 and C3. RGB value is (252,244,195). Sum of RGB (Red+Green+Blue) = 252+244+195=691 (91% of max value = 765). Red value is 252 (98.83% from 255 or 36.47% from 691); Green value is 244 (95.70% from 255 or 35.31% from 691); Blue value is 195 (76.56% from 255 or 28.22% from 691); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF4C3 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FCF4C3 is #030B3C. Grayscale: #F1F1F1. Windows color (decimal): -199485 or 12842236. OLE color: 12842236.
HSL color Cylindrical-coordinate representation of color #FCF4C3: hue angle of 51.58º degrees, saturation: 0.9, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #FCF4C3 is Cyan = 0, Magento = 0.03, Yellow = 0.23 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 244 | 195 | - |
| CMYK | 0 | 0.03 | 0.23 | 0.01 |
| HSL | 51.58º | 0.9% | 0.88% | - |
| HSV(B) | 51.58º | 0.23% | 0.99% | - |
| XYZ | 82.35 | 89.34 | 64.53 | - |
| YUV | 240.81 | 102.15 | 135.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 244 | 195 | 0 | 0.03 | 0.23 | 0.01 | 51.58 | 0.9 | 0.88 |
| Hex | FC | F4 | C3 | 0 | 3 | 17 | 1 | 34 | 5A | 58 |
| Octal | 374 | 364 | 303 | 0 | 3 | 27 | 1 | 64 | 132 | 130 |
| Binary | 11111100 | 11110100 | 11000011 | 0 | 11 | 10111 | 1 | 110100 | 1011010 | 1011000 |
Color Harmonies of #FCF4C3
Complementary color
Monochromatic Colors of #FCF4C3
Black with #FCF4C3
Text Example
Text Example
White with #FCF4C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCF4C3; }
p { color: rgb(252,244,195); }
H1.HeaderClassName
{
color: #FCF4C3;
}
.AnyTagClassName
{
color: #FCF4C3;
}
</style>
background-color css
<style>
a { background-color: #FCF4C3; }
a { background-color: rgb(252,244,195); }
div.DivClassName
{
background-color: #FCF4C3;
}
.BgClassName
{
background-color: #FCF4C3;
}
</style>
border-color css
<style>
span { border-color: #FCF4C3; }
span { border-color: rgb(252,244,195); }
td.TdClassName
{
border-color: #FCF4C3;
}
.TagClassName
{
border-color: #FCF4C3;
}
</style>