#FCF5BD

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

Shades of Corn Field #FCF5BD

Tints of Corn Field #FCF5BD

Color information

#FCF5BD (or 0xFCF5BD) is unknown color: approx Corn Field. HEX triplet: FC, F5 and BD. RGB value is (252,245,189). Sum of RGB (Red+Green+Blue) = 252+245+189=686 (90% of max value = 765). Red value is 252 (98.83% from 255 or 36.73% from 686); Green value is 245 (96.09% from 255 or 35.71% from 686); Blue value is 189 (74.22% from 255 or 27.55% from 686); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF5BD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FCF5BD is #030A42. Grayscale: #F0F0F0. Windows color (decimal): -199235 or 12449276. OLE color: 12449276.

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

Color convert

RGB252245189-
CMYK00.030.250.01
HSL53.33º91.3%86.47%-
HSV(B)53.33º25%98.82%-
XYZ81.9889.6761.13-
YUV240.7198.82136.05-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 36.73%
GREEN value IS 245 (96.09% from 255) = 35.71%
BLUE value IS 189 (74.22% from 255) = 27.55%
R=36.73%
G=35.71%
B=27.55%

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
Decimal25224518900.030.250.0153.3391.386.47
HexFCF5BD03191355b56
Octal3743652750331165133126
Binary11111100111101011011110101111001111010110110111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCF5BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCF5BD; }

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

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

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

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

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

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

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

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