Shades of Corn Field #FCF6BE
Tints of Corn Field #FCF6BE
RGB
CMYK
RGB Variations
Color information
#FCF6BE (or 0xFCF6BE) is known color: Corn Field. HEX triplet: FC, F6 and BE. RGB value is (252,246,190). Sum of RGB (Red+Green+Blue) = 252+246+190=688 (91% of max value = 765). Red value is 252 (98.83% from 255 or 36.63% from 688); Green value is 246 (96.48% from 255 or 35.76% from 688); Blue value is 190 (74.61% from 255 or 27.62% from 688); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF6BE is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FCF6BE is #030941. Grayscale: #F1F1F1. Windows color (decimal): -198978 or 12515068. OLE color: 12515068.
HSL color Cylindrical-coordinate representation of color #FCF6BE: hue angle of 54.19º degrees, saturation: 0.91, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #FCF6BE is Cyan = 0, Magento = 0.02, Yellow = 0.25 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 246 | 190 | - |
| CMYK | 0 | 0.02 | 0.25 | 0.01 |
| HSL | 54.19º | 0.91% | 0.87% | - |
| HSV(B) | 54.19º | 0.25% | 0.99% | - |
| XYZ | 82.39 | 90.32 | 61.81 | - |
| YUV | 241.41 | 98.99 | 135.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 246 | 190 | 0 | 0.02 | 0.25 | 0.01 | 54.19 | 0.91 | 0.87 |
| Hex | FC | F6 | BE | 0 | 2 | 19 | 1 | 36 | 5B | 57 |
| Octal | 374 | 366 | 276 | 0 | 2 | 31 | 1 | 66 | 133 | 127 |
| Binary | 11111100 | 11110110 | 10111110 | 0 | 10 | 11001 | 1 | 110110 | 1011011 | 1010111 |
Color Harmonies of #FCF6BE
Complementary color
Monochromatic Colors of #FCF6BE
Black with #FCF6BE
Text Example
Text Example
White with #FCF6BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCF6BE; }
p { color: rgb(252,246,190); }
H1.HeaderClassName
{
color: #FCF6BE;
}
.AnyTagClassName
{
color: #FCF6BE;
}
</style>
background-color css
<style>
a { background-color: #FCF6BE; }
a { background-color: rgb(252,246,190); }
div.DivClassName
{
background-color: #FCF6BE;
}
.BgClassName
{
background-color: #FCF6BE;
}
</style>
border-color css
<style>
span { border-color: #FCF6BE; }
span { border-color: rgb(252,246,190); }
td.TdClassName
{
border-color: #FCF6BE;
}
.TagClassName
{
border-color: #FCF6BE;
}
</style>