Shades of Corn Field #FFFCC1
Tints of Corn Field #FFFCC1
RGB
CMYK
RGB Variations
Color information
#FFFCC1 (or 0xFFFCC1) is known color: Corn Field. HEX triplet: FF, FC and C1. RGB value is (255,252,193). Sum of RGB (Red+Green+Blue) = 255+252+193=700 (92% of max value = 765). Red value is 255 (100% from 255 or 36.43% from 700); Green value is 252 (98.83% from 255 or 36% from 700); Blue value is 193 (75.78% from 255 or 27.57% from 700); Max value from RGB is 255 - color contains mainly: red. Hex color #FFFCC1 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FFFCC1 is #00033E. Grayscale: #F6F6F6. Windows color (decimal): -831 or 12713215. OLE color: 12713215.
HSL color Cylindrical-coordinate representation of color #FFFCC1: hue angle of 57.1º degrees, saturation: 1, lightness: 0.88%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #FFFCC1 is Cyan = 0, Magento = 0.01, Yellow = 0.24 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 252 | 193 | - |
| CMYK | 0 | 0.01 | 0.24 | 0 |
| HSL | 57.1º | 1% | 0.88% | - |
| HSV(B) | 57.1º | 0.24% | 1% | - |
| XYZ | 85.68 | 94.73 | 64.22 | - |
| YUV | 246.17 | 97.99 | 134.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 252 | 193 | 0 | 0.01 | 0.24 | 0 | 57.1 | 1 | 0.88 |
| Hex | FF | FC | C1 | 0 | 1 | 18 | 0 | 39 | 64 | 58 |
| Octal | 377 | 374 | 301 | 0 | 1 | 30 | 0 | 71 | 144 | 130 |
| Binary | 11111111 | 11111100 | 11000001 | 0 | 1 | 11000 | 0 | 111001 | 1100100 | 1011000 |
Color Harmonies of #FFFCC1
Complementary color
Monochromatic Colors of #FFFCC1
Black with #FFFCC1
Text Example
Text Example
White with #FFFCC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFFCC1; }
p { color: rgb(255,252,193); }
H1.HeaderClassName
{
color: #FFFCC1;
}
.AnyTagClassName
{
color: #FFFCC1;
}
</style>
background-color css
<style>
a { background-color: #FFFCC1; }
a { background-color: rgb(255,252,193); }
div.DivClassName
{
background-color: #FFFCC1;
}
.BgClassName
{
background-color: #FFFCC1;
}
</style>
border-color css
<style>
span { border-color: #FFFCC1; }
span { border-color: rgb(255,252,193); }
td.TdClassName
{
border-color: #FFFCC1;
}
.TagClassName
{
border-color: #FFFCC1;
}
</style>