#FCF3BB

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

Shades of Corn Field #FCF3BB

Tints of Corn Field #FCF3BB

Color information

#FCF3BB (or 0xFCF3BB) is unknown color: approx Corn Field. HEX triplet: FC, F3 and BB. RGB value is (252,243,187). Sum of RGB (Red+Green+Blue) = 252+243+187=682 (90% of max value = 765). Red value is 252 (98.83% from 255 or 36.95% from 682); Green value is 243 (95.31% from 255 or 35.63% from 682); Blue value is 187 (73.44% from 255 or 27.42% from 682); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF3BB is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FCF3BB is #030C44. Grayscale: #EFEFEF. Windows color (decimal): -199749 or 12317692. OLE color: 12317692.

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

Color convert

RGB252243187-
CMYK00.040.260.01
HSL51.69º91.55%86.08%-
HSV(B)51.69º25.79%98.82%-
XYZ81.1788.3859.8-
YUV239.3198.48137.05-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 36.95%
GREEN value IS 243 (95.31% from 255) = 35.63%
BLUE value IS 187 (73.44% from 255) = 27.42%
R=36.95%
G=35.63%
B=27.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.26
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25224318700.040.260.0151.6991.5586.08
HexFCF3BB041A1345c56
Octal3743632730432164134126
Binary111111001111001110111011010011010111010010111001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCF3BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCF3BB; }

 p { color: rgb(252,243,187); }

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

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

 a { background-color: rgb(252,243,187); }

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

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

 span { border-color: rgb(252,243,187); }

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