Shades of Corn Field #FCF8C6
Tints of Corn Field #FCF8C6
RGB
CMYK
RGB Variations
Color information
#FCF8C6 (or 0xFCF8C6) is known color: Corn Field. HEX triplet: FC, F8 and C6. RGB value is (252,248,198). Sum of RGB (Red+Green+Blue) = 252+248+198=698 (92% of max value = 765). Red value is 252 (98.83% from 255 or 36.10% from 698); Green value is 248 (97.27% from 255 or 35.53% from 698); Blue value is 198 (77.73% from 255 or 28.37% from 698); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF8C6 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FCF8C6 is #030739. Grayscale: #F3F3F3. Windows color (decimal): -198458 or 13039868. OLE color: 13039868.
HSL color Cylindrical-coordinate representation of color #FCF8C6: hue angle of 55.56º degrees, saturation: 0.9, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #FCF8C6 is Cyan = 0, Magento = 0.02, Yellow = 0.21 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 248 | 198 | - |
| CMYK | 0 | 0.02 | 0.21 | 0.01 |
| HSL | 55.56º | 0.9% | 0.88% | - |
| HSV(B) | 55.56º | 0.21% | 0.99% | - |
| XYZ | 83.91 | 91.91 | 66.74 | - |
| YUV | 243.5 | 102.33 | 134.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 248 | 198 | 0 | 0.02 | 0.21 | 0.01 | 55.56 | 0.9 | 0.88 |
| Hex | FC | F8 | C6 | 0 | 2 | 15 | 1 | 38 | 5A | 58 |
| Octal | 374 | 370 | 306 | 0 | 2 | 25 | 1 | 70 | 132 | 130 |
| Binary | 11111100 | 11111000 | 11000110 | 0 | 10 | 10101 | 1 | 111000 | 1011010 | 1011000 |
Color Harmonies of #FCF8C6
Complementary color
Monochromatic Colors of #FCF8C6
Black with #FCF8C6
Text Example
Text Example
White with #FCF8C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCF8C6; }
p { color: rgb(252,248,198); }
H1.HeaderClassName
{
color: #FCF8C6;
}
.AnyTagClassName
{
color: #FCF8C6;
}
</style>
background-color css
<style>
a { background-color: #FCF8C6; }
a { background-color: rgb(252,248,198); }
div.DivClassName
{
background-color: #FCF8C6;
}
.BgClassName
{
background-color: #FCF8C6;
}
</style>
border-color css
<style>
span { border-color: #FCF8C6; }
span { border-color: rgb(252,248,198); }
td.TdClassName
{
border-color: #FCF8C6;
}
.TagClassName
{
border-color: #FCF8C6;
}
</style>