Shades of Corn Field #FCF1BE
Tints of Corn Field #FCF1BE
RGB
CMYK
RGB Variations
Color information
#FCF1BE (or 0xFCF1BE) is known color: Corn Field. HEX triplet: FC, F1 and BE. RGB value is (252,241,190). Sum of RGB (Red+Green+Blue) = 252+241+190=683 (90% of max value = 765). Red value is 252 (98.83% from 255 or 36.90% from 683); Green value is 241 (94.53% from 255 or 35.29% from 683); Blue value is 190 (74.61% from 255 or 27.82% from 683); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF1BE is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FCF1BE is #030E41. Grayscale: #EEEEEE. Windows color (decimal): -200258 or 12513788. OLE color: 12513788.
HSL color Cylindrical-coordinate representation of color #FCF1BE: hue angle of 49.35º 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 #FCF1BE is Cyan = 0, Magento = 0.04, Yellow = 0.25 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 241 | 190 | - |
| CMYK | 0 | 0.04 | 0.25 | 0.01 |
| HSL | 49.35º | 0.91% | 0.87% | - |
| HSV(B) | 49.35º | 0.25% | 0.99% | - |
| XYZ | 80.89 | 87.32 | 61.31 | - |
| YUV | 238.48 | 100.64 | 137.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 241 | 190 | 0 | 0.04 | 0.25 | 0.01 | 49.35 | 0.91 | 0.87 |
| Hex | FC | F1 | BE | 0 | 4 | 19 | 1 | 31 | 5B | 57 |
| Octal | 374 | 361 | 276 | 0 | 4 | 31 | 1 | 61 | 133 | 127 |
| Binary | 11111100 | 11110001 | 10111110 | 0 | 100 | 11001 | 1 | 110001 | 1011011 | 1010111 |
Color Harmonies of #FCF1BE
Complementary color
Monochromatic Colors of #FCF1BE
Black with #FCF1BE
Text Example
Text Example
White with #FCF1BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCF1BE; }
p { color: rgb(252,241,190); }
H1.HeaderClassName
{
color: #FCF1BE;
}
.AnyTagClassName
{
color: #FCF1BE;
}
</style>
background-color css
<style>
a { background-color: #FCF1BE; }
a { background-color: rgb(252,241,190); }
div.DivClassName
{
background-color: #FCF1BE;
}
.BgClassName
{
background-color: #FCF1BE;
}
</style>
border-color css
<style>
span { border-color: #FCF1BE; }
span { border-color: rgb(252,241,190); }
td.TdClassName
{
border-color: #FCF1BE;
}
.TagClassName
{
border-color: #FCF1BE;
}
</style>