Shades of Corn Field #FCF6BD
Tints of Corn Field #FCF6BD
RGB
CMYK
RGB Variations
Color information
#FCF6BD (or 0xFCF6BD) is known color: Corn Field. HEX triplet: FC, F6 and BD. RGB value is (252,246,189). Sum of RGB (Red+Green+Blue) = 252+246+189=687 (90% of max value = 765). Red value is 252 (98.83% from 255 or 36.68% from 687); Green value is 246 (96.48% from 255 or 35.81% from 687); Blue value is 189 (74.22% from 255 or 27.51% from 687); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF6BD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FCF6BD is #030942. Grayscale: #F1F1F1. Windows color (decimal): -198979 or 12449532. OLE color: 12449532.
HSL color Cylindrical-coordinate representation of color #FCF6BD: hue angle of 54.29º degrees, saturation: 0.91, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #FCF6BD is Cyan = 0, Magento = 0.02, Yellow = 0.25 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 246 | 189 | - |
| CMYK | 0 | 0.02 | 0.25 | 0.01 |
| HSL | 54.29º | 0.91% | 0.86% | - |
| HSV(B) | 54.29º | 0.25% | 0.99% | - |
| XYZ | 82.29 | 90.28 | 61.23 | - |
| YUV | 241.3 | 98.49 | 135.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 246 | 189 | 0 | 0.02 | 0.25 | 0.01 | 54.29 | 0.91 | 0.86 |
| Hex | FC | F6 | BD | 0 | 2 | 19 | 1 | 36 | 5B | 56 |
| Octal | 374 | 366 | 275 | 0 | 2 | 31 | 1 | 66 | 133 | 126 |
| Binary | 11111100 | 11110110 | 10111101 | 0 | 10 | 11001 | 1 | 110110 | 1011011 | 1010110 |
Color Harmonies of #FCF6BD
Complementary color
Monochromatic Colors of #FCF6BD
Black with #FCF6BD
Text Example
Text Example
White with #FCF6BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCF6BD; }
p { color: rgb(252,246,189); }
H1.HeaderClassName
{
color: #FCF6BD;
}
.AnyTagClassName
{
color: #FCF6BD;
}
</style>
background-color css
<style>
a { background-color: #FCF6BD; }
a { background-color: rgb(252,246,189); }
div.DivClassName
{
background-color: #FCF6BD;
}
.BgClassName
{
background-color: #FCF6BD;
}
</style>
border-color css
<style>
span { border-color: #FCF6BD; }
span { border-color: rgb(252,246,189); }
td.TdClassName
{
border-color: #FCF6BD;
}
.TagClassName
{
border-color: #FCF6BD;
}
</style>