#FCF2BD

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

Shades of Corn Field #FCF2BD

Tints of Corn Field #FCF2BD

Color information

#FCF2BD (or 0xFCF2BD) is unknown color: approx Corn Field. HEX triplet: FC, F2 and BD. RGB value is (252,242,189). Sum of RGB (Red+Green+Blue) = 252+242+189=683 (90% of max value = 765). Red value is 252 (98.83% from 255 or 36.90% from 683); Green value is 242 (94.92% from 255 or 35.43% from 683); Blue value is 189 (74.22% from 255 or 27.67% from 683); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF2BD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FCF2BD is #030D42. Grayscale: #EFEFEF. Windows color (decimal): -200003 or 12448508. OLE color: 12448508.

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

Color convert

RGB252242189-
CMYK00.040.250.01
HSL50.48º91.3%86.47%-
HSV(B)50.48º25%98.82%-
XYZ81.0887.8760.83-
YUV238.9599.81137.31-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 36.90%
GREEN value IS 242 (94.92% from 255) = 35.43%
BLUE value IS 189 (74.22% from 255) = 27.67%
R=36.90%
G=35.43%
B=27.67%

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
Decimal25224218900.040.250.0150.4891.386.47
HexFCF2BD04191325b56
Octal3743622750431162133126
Binary111111001111001010111101010011001111001010110111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCF2BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCF2BD; }

 p { color: rgb(252,242,189); }

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

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

 a { background-color: rgb(252,242,189); }

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

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

 span { border-color: rgb(252,242,189); }

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