#FAEFBE

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

Shades of Corn Field #FAEFBE

Tints of Corn Field #FAEFBE

Color information

#FAEFBE (or 0xFAEFBE) is unknown color: approx Corn Field. HEX triplet: FA, EF and BE. RGB value is (250,239,190). Sum of RGB (Red+Green+Blue) = 250+239+190=679 (89% of max value = 765). Red value is 250 (98.05% from 255 or 36.82% from 679); Green value is 239 (93.75% from 255 or 35.20% from 679); Blue value is 190 (74.61% from 255 or 27.98% from 679); Max value from RGB is 250 - color contains mainly: red. Hex color #FAEFBE is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FAEFBE is #051041. Grayscale: #ECECEC. Windows color (decimal): -331842 or 12513274. OLE color: 12513274.

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

Color convert

RGB250239190-
CMYK00.040.240.02
HSL49º85.71%86.27%-
HSV(B)49º24%98.04%-
XYZ79.5985.7761.08-
YUV236.7101.64137.48-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 36.82%
GREEN value IS 239 (93.75% from 255) = 35.20%
BLUE value IS 190 (74.61% from 255) = 27.98%
R=36.82%
G=35.20%
B=27.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.24
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25023919000.040.240.024985.7186.27
HexFAEFBE04182315656
Octal3723572760430261126126
Binary1111101011101111101111100100110001011000110101101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAEFBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAEFBE; }

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

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

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

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

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

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

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

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