#FCF4B9

Color #FCF4B9 Corn Field (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Corn Field #FCF4B9

Tints of Corn Field #FCF4B9

Color information

#FCF4B9 (or 0xFCF4B9) is unknown color: approx Corn Field. HEX triplet: FC, F4 and B9. RGB value is (252,244,185). Sum of RGB (Red+Green+Blue) = 252+244+185=681 (90% of max value = 765). Red value is 252 (98.83% from 255 or 37.00% from 681); Green value is 244 (95.70% from 255 or 35.83% from 681); Blue value is 185 (72.66% from 255 or 27.17% from 681); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF4B9 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FCF4B9 is #030B46. Grayscale: #EFEFEF. Windows color (decimal): -199495 or 12186876. OLE color: 12186876.

HSL color Cylindrical-coordinate representation of color #FCF4B9: hue angle of 52.84º degrees, saturation: 0.92, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #FCF4B9 is Cyan = 0, Magento = 0.03, Yellow = 0.27 and Black (K on CMYK) = 0.01.

Color convert

RGB252244185-
CMYK00.030.270.01
HSL52.84º91.78%85.69%-
HSV(B)52.84º26.59%98.82%-
XYZ81.2588.958.78-
YUV239.6797.15136.8-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 252 (98.83% from 255) = 37.00%
GREEN value IS 244 (95.70% from 255) = 35.83%
BLUE value IS 185 (72.66% from 255) = 27.17%
R=37.00%
G=35.83%
B=27.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.27
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25224418500.030.270.0152.8491.7885.69
HexFCF4B9031B1355c56
Octal3743642710333165134126
Binary11111100111101001011100101111011111010110111001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCF4B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCF4B9; }

 p { color: rgb(252,244,185); }

 H1.HeaderClassName
 {
   color: #FCF4B9;
 }
 .AnyTagClassName
 {
   color: #FCF4B9;
 }
</style>
background-color css

<style>
 a { background-color: #FCF4B9; }

 a { background-color: rgb(252,244,185); }

 div.DivClassName
 {
   background-color: #FCF4B9;
 }
 .BgClassName
 {
   background-color: #FCF4B9;
 }
</style>
border-color css

<style>
 span { border-color: #FCF4B9; }

 span { border-color: rgb(252,244,185); }

 td.TdClassName
 {
   border-color: #FCF4B9;
 }
 .TagClassName
 {
   border-color: #FCF4B9;
 }
</style>