#FCF1BE

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

Shades of Corn Field #FCF1BE

Tints of Corn Field #FCF1BE

Color information

#FCF1BE (or 0xFCF1BE) is unknown color: approx 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

RGB252241190-
CMYK00.040.250.01
HSL49.35º91.18%86.67%-
HSV(B)49.35º24.6%98.82%-
XYZ80.8987.3261.31-
YUV238.48100.64137.65-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 36.90%
GREEN value IS 241 (94.53% from 255) = 35.29%
BLUE value IS 190 (74.61% from 255) = 27.82%
R=36.90%
G=35.29%
B=27.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.25
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25224119000.040.250.0149.3591.1886.67
HexFCF1BE04191315b57
Octal3743612760431161133127
Binary111111001111000110111110010011001111000110110111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCF1BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>