Shades of Corn Field #FCF6C5
Tints of Corn Field #FCF6C5
RGB
CMYK
RGB Variations
Color information
#FCF6C5 (or 0xFCF6C5) is known color: Corn Field. HEX triplet: FC, F6 and C5. RGB value is (252,246,197). Sum of RGB (Red+Green+Blue) = 252+246+197=695 (92% of max value = 765). Red value is 252 (98.83% from 255 or 36.26% from 695); Green value is 246 (96.48% from 255 or 35.40% from 695); Blue value is 197 (77.34% from 255 or 28.35% from 695); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF6C5 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FCF6C5 is #03093A. Grayscale: #F2F2F2. Windows color (decimal): -198971 or 12973820. OLE color: 12973820.
HSL color Cylindrical-coordinate representation of color #FCF6C5: hue angle of 53.45º 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 #FCF6C5 is Cyan = 0, Magento = 0.02, Yellow = 0.22 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 246 | 197 | - |
| CMYK | 0 | 0.02 | 0.22 | 0.01 |
| HSL | 53.45º | 0.9% | 0.88% | - |
| HSV(B) | 53.45º | 0.22% | 0.99% | - |
| XYZ | 83.18 | 90.64 | 65.93 | - |
| YUV | 242.21 | 102.49 | 134.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 246 | 197 | 0 | 0.02 | 0.22 | 0.01 | 53.45 | 0.9 | 0.88 |
| Hex | FC | F6 | C5 | 0 | 2 | 16 | 1 | 35 | 5A | 58 |
| Octal | 374 | 366 | 305 | 0 | 2 | 26 | 1 | 65 | 132 | 130 |
| Binary | 11111100 | 11110110 | 11000101 | 0 | 10 | 10110 | 1 | 110101 | 1011010 | 1011000 |
Color Harmonies of #FCF6C5
Complementary color
Monochromatic Colors of #FCF6C5
Black with #FCF6C5
Text Example
Text Example
White with #FCF6C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCF6C5; }
p { color: rgb(252,246,197); }
H1.HeaderClassName
{
color: #FCF6C5;
}
.AnyTagClassName
{
color: #FCF6C5;
}
</style>
background-color css
<style>
a { background-color: #FCF6C5; }
a { background-color: rgb(252,246,197); }
div.DivClassName
{
background-color: #FCF6C5;
}
.BgClassName
{
background-color: #FCF6C5;
}
</style>
border-color css
<style>
span { border-color: #FCF6C5; }
span { border-color: rgb(252,246,197); }
td.TdClassName
{
border-color: #FCF6C5;
}
.TagClassName
{
border-color: #FCF6C5;
}
</style>