#FCF0BA

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

Shades of Corn Field #FCF0BA

Tints of Corn Field #FCF0BA

Color information

#FCF0BA (or 0xFCF0BA) is unknown color: approx Corn Field. HEX triplet: FC, F0 and BA. RGB value is (252,240,186). Sum of RGB (Red+Green+Blue) = 252+240+186=678 (89% of max value = 765). Red value is 252 (98.83% from 255 or 37.17% from 678); Green value is 240 (94.14% from 255 or 35.40% from 678); Blue value is 186 (73.05% from 255 or 27.43% from 678); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF0BA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FCF0BA is #030F45. Grayscale: #EDEDED. Windows color (decimal): -200518 or 12251388. OLE color: 12251388.

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

Color convert

RGB252240186-
CMYK00.050.260.01
HSL49.09º91.67%85.88%-
HSV(B)49.09º26.19%98.82%-
XYZ80.1786.5658.94-
YUV237.4398.98138.39-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 37.17%
GREEN value IS 240 (94.14% from 255) = 35.40%
BLUE value IS 186 (73.05% from 255) = 27.43%
R=37.17%
G=35.40%
B=27.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.26
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25224018600.050.260.0149.0991.6785.88
HexFCF0BA051A1315c56
Octal3743602720532161134126
Binary111111001111000010111010010111010111000110111001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCF0BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCF0BA; }

 p { color: rgb(252,240,186); }

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

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

 a { background-color: rgb(252,240,186); }

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

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

 span { border-color: rgb(252,240,186); }

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