#FAEFBA

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

Shades of Corn Field #FAEFBA

Tints of Corn Field #FAEFBA

Color information

#FAEFBA (or 0xFAEFBA) is unknown color: approx Corn Field. HEX triplet: FA, EF and BA. RGB value is (250,239,186). Sum of RGB (Red+Green+Blue) = 250+239+186=675 (89% of max value = 765). Red value is 250 (98.05% from 255 or 37.04% from 675); Green value is 239 (93.75% from 255 or 35.41% from 675); Blue value is 186 (73.05% from 255 or 27.56% from 675); Max value from RGB is 250 - color contains mainly: red. Hex color #FAEFBA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FAEFBA is #051045. Grayscale: #ECECEC. Windows color (decimal): -331846 or 12251130. OLE color: 12251130.

HSL color Cylindrical-coordinate representation of color #FAEFBA: hue angle of 49.69º degrees, saturation: 0.86, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #FAEFBA is Cyan = 0, Magento = 0.04, Yellow = 0.26 and Black (K on CMYK) = 0.02.

Color convert

RGB250239186-
CMYK00.040.260.02
HSL49.69º86.49%85.49%-
HSV(B)49.69º25.6%98.04%-
XYZ79.1585.658.81-
YUV236.2599.64137.81-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 37.04%
GREEN value IS 239 (93.75% from 255) = 35.41%
BLUE value IS 186 (73.05% from 255) = 27.56%
R=37.04%
G=35.41%
B=27.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.26
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25023918600.040.260.0249.6986.4985.49
HexFAEFBA041A2325655
Octal3723572720432262126125
Binary1111101011101111101110100100110101011001010101101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAEFBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAEFBA; }

 p { color: rgb(250,239,186); }

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

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

 a { background-color: rgb(250,239,186); }

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

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

 span { border-color: rgb(250,239,186); }

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