#FCF4BD

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

Shades of Corn Field #FCF4BD

Tints of Corn Field #FCF4BD

Color information

#FCF4BD (or 0xFCF4BD) is unknown color: approx Corn Field. HEX triplet: FC, F4 and BD. RGB value is (252,244,189). Sum of RGB (Red+Green+Blue) = 252+244+189=685 (90% of max value = 765). Red value is 252 (98.83% from 255 or 36.79% from 685); Green value is 244 (95.70% from 255 or 35.62% from 685); Blue value is 189 (74.22% from 255 or 27.59% from 685); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF4BD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FCF4BD is #030B42. Grayscale: #F0F0F0. Windows color (decimal): -199491 or 12449020. OLE color: 12449020.

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

Color convert

RGB252244189-
CMYK00.030.250.01
HSL52.38º91.3%86.47%-
HSV(B)52.38º25%98.82%-
XYZ81.6889.0761.03-
YUV240.1299.15136.47-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 36.79%
GREEN value IS 244 (95.70% from 255) = 35.62%
BLUE value IS 189 (74.22% from 255) = 27.59%
R=36.79%
G=35.62%
B=27.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.25
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25224418900.030.250.0152.3891.386.47
HexFCF4BD03191345b56
Octal3743642750331164133126
Binary11111100111101001011110101111001111010010110111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCF4BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCF4BD; }

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

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

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

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

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

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

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

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