Shades of Corn Field #FCFAC4
Tints of Corn Field #FCFAC4
RGB
CMYK
RGB Variations
Color information
#FCFAC4 (or 0xFCFAC4) is known color: Corn Field. HEX triplet: FC, FA and C4. RGB value is (252,250,196). Sum of RGB (Red+Green+Blue) = 252+250+196=698 (92% of max value = 765). Red value is 252 (98.83% from 255 or 36.10% from 698); Green value is 250 (98.05% from 255 or 35.82% from 698); Blue value is 196 (76.95% from 255 or 28.08% from 698); Max value from RGB is 252 - color contains mainly: red. Hex color #FCFAC4 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FCFAC4 is #03053B. Grayscale: #F4F4F4. Windows color (decimal): -197948 or 12909308. OLE color: 12909308.
HSL color Cylindrical-coordinate representation of color #FCFAC4: hue angle of 57.86º degrees, saturation: 0.9, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #FCFAC4 is Cyan = 0, Magento = 0.01, Yellow = 0.22 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 250 | 196 | - |
| CMYK | 0 | 0.01 | 0.22 | 0.01 |
| HSL | 57.86º | 0.9% | 0.88% | - |
| HSV(B) | 57.86º | 0.22% | 0.99% | - |
| XYZ | 84.29 | 93.05 | 65.74 | - |
| YUV | 244.44 | 100.66 | 133.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 250 | 196 | 0 | 0.01 | 0.22 | 0.01 | 57.86 | 0.9 | 0.88 |
| Hex | FC | FA | C4 | 0 | 1 | 16 | 1 | 3A | 5A | 58 |
| Octal | 374 | 372 | 304 | 0 | 1 | 26 | 1 | 72 | 132 | 130 |
| Binary | 11111100 | 11111010 | 11000100 | 0 | 1 | 10110 | 1 | 111010 | 1011010 | 1011000 |
Color Harmonies of #FCFAC4
Complementary color
Monochromatic Colors of #FCFAC4
Black with #FCFAC4
Text Example
Text Example
White with #FCFAC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCFAC4; }
p { color: rgb(252,250,196); }
H1.HeaderClassName
{
color: #FCFAC4;
}
.AnyTagClassName
{
color: #FCFAC4;
}
</style>
background-color css
<style>
a { background-color: #FCFAC4; }
a { background-color: rgb(252,250,196); }
div.DivClassName
{
background-color: #FCFAC4;
}
.BgClassName
{
background-color: #FCFAC4;
}
</style>
border-color css
<style>
span { border-color: #FCFAC4; }
span { border-color: rgb(252,250,196); }
td.TdClassName
{
border-color: #FCFAC4;
}
.TagClassName
{
border-color: #FCFAC4;
}
</style>