#FCF1B9

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

Shades of Corn Field #FCF1B9

Tints of Corn Field #FCF1B9

Color information

#FCF1B9 (or 0xFCF1B9) is unknown color: approx Corn Field. HEX triplet: FC, F1 and B9. RGB value is (252,241,185). Sum of RGB (Red+Green+Blue) = 252+241+185=678 (89% of max value = 765). Red value is 252 (98.83% from 255 or 37.17% from 678); Green value is 241 (94.53% from 255 or 35.55% from 678); Blue value is 185 (72.66% from 255 or 27.29% from 678); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF1B9 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FCF1B9 is #030E46. Grayscale: #EEEEEE. Windows color (decimal): -200263 or 12186108. OLE color: 12186108.

HSL color Cylindrical-coordinate representation of color #FCF1B9: hue angle of 50.15º 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 #FCF1B9 is Cyan = 0, Magento = 0.04, Yellow = 0.27 and Black (K on CMYK) = 0.01.

Color convert

RGB252241185-
CMYK00.040.270.01
HSL50.15º91.78%85.69%-
HSV(B)50.15º26.59%98.82%-
XYZ80.3687.1158.48-
YUV237.998.14138.05-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 37.17%
GREEN value IS 241 (94.53% from 255) = 35.55%
BLUE value IS 185 (72.66% from 255) = 27.29%
R=37.17%
G=35.55%
B=27.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.27
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25224118500.040.270.0150.1591.7885.69
HexFCF1B9041B1325c56
Octal3743612710433162134126
Binary111111001111000110111001010011011111001010111001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCF1B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCF1B9; }

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

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

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

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

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

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

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

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