#FCF3BC

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

Shades of Corn Field #FCF3BC

Tints of Corn Field #FCF3BC

Color information

#FCF3BC (or 0xFCF3BC) is unknown color: approx Corn Field. HEX triplet: FC, F3 and BC. RGB value is (252,243,188). Sum of RGB (Red+Green+Blue) = 252+243+188=683 (90% of max value = 765). Red value is 252 (98.83% from 255 or 36.90% from 683); Green value is 243 (95.31% from 255 or 35.58% from 683); Blue value is 188 (73.83% from 255 or 27.53% from 683); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF3BC is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FCF3BC is #030C43. Grayscale: #EFEFEF. Windows color (decimal): -199748 or 12383228. OLE color: 12383228.

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

Color convert

RGB252243188-
CMYK00.040.250.01
HSL51.56º91.43%86.27%-
HSV(B)51.56º25.4%98.82%-
XYZ81.2788.4360.36-
YUV239.4298.98136.97-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 36.90%
GREEN value IS 243 (95.31% from 255) = 35.58%
BLUE value IS 188 (73.83% from 255) = 27.53%
R=36.90%
G=35.58%
B=27.53%

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
Decimal25224318800.040.250.0151.5691.4386.27
HexFCF3BC04191345b56
Octal3743632740431164133126
Binary111111001111001110111100010011001111010010110111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCF3BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCF3BC; }

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

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

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

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

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

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

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

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