Shades of Corn Field #FCF7C4
Tints of Corn Field #FCF7C4
RGB
CMYK
RGB Variations
Color information
#FCF7C4 (or 0xFCF7C4) is known color: Corn Field. HEX triplet: FC, F7 and C4. RGB value is (252,247,196). Sum of RGB (Red+Green+Blue) = 252+247+196=695 (92% of max value = 765). Red value is 252 (98.83% from 255 or 36.26% from 695); Green value is 247 (96.88% from 255 or 35.54% from 695); Blue value is 196 (76.95% from 255 or 28.20% from 695); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF7C4 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FCF7C4 is #03083B. Grayscale: #F2F2F2. Windows color (decimal): -198716 or 12908540. OLE color: 12908540.
HSL color Cylindrical-coordinate representation of color #FCF7C4: hue angle of 54.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 #FCF7C4 is Cyan = 0, Magento = 0.02, Yellow = 0.22 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 247 | 196 | - |
| CMYK | 0 | 0.02 | 0.22 | 0.01 |
| HSL | 54.64º | 0.9% | 0.88% | - |
| HSV(B) | 54.64º | 0.22% | 0.99% | - |
| XYZ | 83.37 | 91.2 | 65.43 | - |
| YUV | 242.68 | 101.66 | 134.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 247 | 196 | 0 | 0.02 | 0.22 | 0.01 | 54.64 | 0.9 | 0.88 |
| Hex | FC | F7 | C4 | 0 | 2 | 16 | 1 | 37 | 5A | 58 |
| Octal | 374 | 367 | 304 | 0 | 2 | 26 | 1 | 67 | 132 | 130 |
| Binary | 11111100 | 11110111 | 11000100 | 0 | 10 | 10110 | 1 | 110111 | 1011010 | 1011000 |
Color Harmonies of #FCF7C4
Complementary color
Monochromatic Colors of #FCF7C4
Black with #FCF7C4
Text Example
Text Example
White with #FCF7C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCF7C4; }
p { color: rgb(252,247,196); }
H1.HeaderClassName
{
color: #FCF7C4;
}
.AnyTagClassName
{
color: #FCF7C4;
}
</style>
background-color css
<style>
a { background-color: #FCF7C4; }
a { background-color: rgb(252,247,196); }
div.DivClassName
{
background-color: #FCF7C4;
}
.BgClassName
{
background-color: #FCF7C4;
}
</style>
border-color css
<style>
span { border-color: #FCF7C4; }
span { border-color: rgb(252,247,196); }
td.TdClassName
{
border-color: #FCF7C4;
}
.TagClassName
{
border-color: #FCF7C4;
}
</style>