#FCF6BE

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

Shades of Corn Field #FCF6BE

Tints of Corn Field #FCF6BE

Color information

#FCF6BE (or 0xFCF6BE) is unknown color: approx Corn Field. HEX triplet: FC, F6 and BE. RGB value is (252,246,190). Sum of RGB (Red+Green+Blue) = 252+246+190=688 (91% of max value = 765). Red value is 252 (98.83% from 255 or 36.63% from 688); Green value is 246 (96.48% from 255 or 35.76% from 688); Blue value is 190 (74.61% from 255 or 27.62% from 688); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF6BE is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FCF6BE is #030941. Grayscale: #F1F1F1. Windows color (decimal): -198978 or 12515068. OLE color: 12515068.

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

Color convert

RGB252246190-
CMYK00.020.250.01
HSL54.19º91.18%86.67%-
HSV(B)54.19º24.6%98.82%-
XYZ82.3990.3261.81-
YUV241.4198.99135.55-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 36.63%
GREEN value IS 246 (96.48% from 255) = 35.76%
BLUE value IS 190 (74.61% from 255) = 27.62%
R=36.63%
G=35.76%
B=27.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.25
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25224619000.020.250.0154.1991.1886.67
HexFCF6BE02191365b57
Octal3743662760231166133127
Binary11111100111101101011111001011001111011010110111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCF6BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCF6BE; }

 p { color: rgb(252,246,190); }

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

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

 a { background-color: rgb(252,246,190); }

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

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

 span { border-color: rgb(252,246,190); }

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