Shades of Corn Field #FCF3C4
Tints of Corn Field #FCF3C4
RGB
CMYK
RGB Variations
Color information
#FCF3C4 (or 0xFCF3C4) is known color: Corn Field. HEX triplet: FC, F3 and C4. RGB value is (252,243,196). Sum of RGB (Red+Green+Blue) = 252+243+196=691 (91% of max value = 765). Red value is 252 (98.83% from 255 or 36.47% from 691); Green value is 243 (95.31% from 255 or 35.17% from 691); Blue value is 196 (76.95% from 255 or 28.36% from 691); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF3C4 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FCF3C4 is #030C3B. Grayscale: #F0F0F0. Windows color (decimal): -199740 or 12907516. OLE color: 12907516.
HSL color Cylindrical-coordinate representation of color #FCF3C4: hue angle of 50.36º 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 #FCF3C4 is Cyan = 0, Magento = 0.04, Yellow = 0.22 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 243 | 196 | - |
| CMYK | 0 | 0.04 | 0.22 | 0.01 |
| HSL | 50.36º | 0.9% | 0.88% | - |
| HSV(B) | 50.36º | 0.22% | 0.99% | - |
| XYZ | 82.16 | 88.78 | 65.03 | - |
| YUV | 240.33 | 102.98 | 136.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 243 | 196 | 0 | 0.04 | 0.22 | 0.01 | 50.36 | 0.9 | 0.88 |
| Hex | FC | F3 | C4 | 0 | 4 | 16 | 1 | 32 | 5A | 58 |
| Octal | 374 | 363 | 304 | 0 | 4 | 26 | 1 | 62 | 132 | 130 |
| Binary | 11111100 | 11110011 | 11000100 | 0 | 100 | 10110 | 1 | 110010 | 1011010 | 1011000 |
Color Harmonies of #FCF3C4
Complementary color
Monochromatic Colors of #FCF3C4
Black with #FCF3C4
Text Example
Text Example
White with #FCF3C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCF3C4; }
p { color: rgb(252,243,196); }
H1.HeaderClassName
{
color: #FCF3C4;
}
.AnyTagClassName
{
color: #FCF3C4;
}
</style>
background-color css
<style>
a { background-color: #FCF3C4; }
a { background-color: rgb(252,243,196); }
div.DivClassName
{
background-color: #FCF3C4;
}
.BgClassName
{
background-color: #FCF3C4;
}
</style>
border-color css
<style>
span { border-color: #FCF3C4; }
span { border-color: rgb(252,243,196); }
td.TdClassName
{
border-color: #FCF3C4;
}
.TagClassName
{
border-color: #FCF3C4;
}
</style>