#FCF9C4

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

Shades of Corn Field #FCF9C4

Tints of Corn Field #FCF9C4

Color information

#FCF9C4 (or 0xFCF9C4) is unknown color: approx Corn Field. HEX triplet: FC, F9 and C4. RGB value is (252,249,196). Sum of RGB (Red+Green+Blue) = 252+249+196=697 (92% of max value = 765). Red value is 252 (98.83% from 255 or 36.15% from 697); Green value is 249 (97.66% from 255 or 35.72% from 697); Blue value is 196 (76.95% from 255 or 28.12% from 697); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF9C4 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FCF9C4 is #03063B. Grayscale: #F4F4F4. Windows color (decimal): -198204 or 12909052. OLE color: 12909052.

HSL color Cylindrical-coordinate representation of color #FCF9C4: hue angle of 56.79º degrees, saturation: 0.9, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #FCF9C4 is Cyan = 0, Magento = 0.01, Yellow = 0.22 and Black (K on CMYK) = 0.01.

Color convert

RGB252249196-
CMYK00.010.220.01
HSL56.79º90.32%87.84%-
HSV(B)56.79º22.22%98.82%-
XYZ83.9892.4365.64-
YUV243.85100.99133.81-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 36.15%
GREEN value IS 249 (97.66% from 255) = 35.72%
BLUE value IS 196 (76.95% from 255) = 28.12%
R=36.15%
G=35.72%
B=28.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.22
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25224919600.010.220.0156.7990.3287.84
HexFCF9C401161395a58
Octal3743713040126171132130
Binary1111110011111001110001000110110111100110110101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCF9C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCF9C4; }

 p { color: rgb(252,249,196); }

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

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

 a { background-color: rgb(252,249,196); }

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

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

 span { border-color: rgb(252,249,196); }

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