Shades of Corn Field #FCF9C1
Tints of Corn Field #FCF9C1
RGB
CMYK
RGB Variations
Color information
#FCF9C1 (or 0xFCF9C1) is known color: Corn Field. HEX triplet: FC, F9 and C1. RGB value is (252,249,193). Sum of RGB (Red+Green+Blue) = 252+249+193=694 (91% of max value = 765). Red value is 252 (98.83% from 255 or 36.31% from 694); Green value is 249 (97.66% from 255 or 35.88% from 694); Blue value is 193 (75.78% from 255 or 27.81% from 694); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF9C1 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FCF9C1 is #03063E. Grayscale: #F3F3F3. Windows color (decimal): -198207 or 12712444. OLE color: 12712444.
HSL color Cylindrical-coordinate representation of color #FCF9C1: hue angle of 56.95º degrees, saturation: 0.91, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #FCF9C1 is Cyan = 0, Magento = 0.01, Yellow = 0.23 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 249 | 193 | - |
| CMYK | 0 | 0.01 | 0.23 | 0.01 |
| HSL | 56.95º | 0.91% | 0.87% | - |
| HSV(B) | 56.95º | 0.23% | 0.99% | - |
| XYZ | 83.65 | 92.3 | 63.86 | - |
| YUV | 243.51 | 99.49 | 134.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 249 | 193 | 0 | 0.01 | 0.23 | 0.01 | 56.95 | 0.91 | 0.87 |
| Hex | FC | F9 | C1 | 0 | 1 | 17 | 1 | 39 | 5B | 57 |
| Octal | 374 | 371 | 301 | 0 | 1 | 27 | 1 | 71 | 133 | 127 |
| Binary | 11111100 | 11111001 | 11000001 | 0 | 1 | 10111 | 1 | 111001 | 1011011 | 1010111 |
Color Harmonies of #FCF9C1
Complementary color
Monochromatic Colors of #FCF9C1
Black with #FCF9C1
Text Example
Text Example
White with #FCF9C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCF9C1; }
p { color: rgb(252,249,193); }
H1.HeaderClassName
{
color: #FCF9C1;
}
.AnyTagClassName
{
color: #FCF9C1;
}
</style>
background-color css
<style>
a { background-color: #FCF9C1; }
a { background-color: rgb(252,249,193); }
div.DivClassName
{
background-color: #FCF9C1;
}
.BgClassName
{
background-color: #FCF9C1;
}
</style>
border-color css
<style>
span { border-color: #FCF9C1; }
span { border-color: rgb(252,249,193); }
td.TdClassName
{
border-color: #FCF9C1;
}
.TagClassName
{
border-color: #FCF9C1;
}
</style>