#FAEFBC

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

Shades of Corn Field #FAEFBC

Tints of Corn Field #FAEFBC

Color information

#FAEFBC (or 0xFAEFBC) is unknown color: approx Corn Field. HEX triplet: FA, EF and BC. RGB value is (250,239,188). Sum of RGB (Red+Green+Blue) = 250+239+188=677 (89% of max value = 765). Red value is 250 (98.05% from 255 or 36.93% from 677); Green value is 239 (93.75% from 255 or 35.30% from 677); Blue value is 188 (73.83% from 255 or 27.77% from 677); Max value from RGB is 250 - color contains mainly: red. Hex color #FAEFBC is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FAEFBC is #051043. Grayscale: #ECECEC. Windows color (decimal): -331844 or 12382202. OLE color: 12382202.

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

Color convert

RGB250239188-
CMYK00.040.250.02
HSL49.35º86.11%85.88%-
HSV(B)49.35º24.8%98.04%-
XYZ79.3785.6959.93-
YUV236.47100.64137.65-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 36.93%
GREEN value IS 239 (93.75% from 255) = 35.30%
BLUE value IS 188 (73.83% from 255) = 27.77%
R=36.93%
G=35.30%
B=27.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.25
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25023918800.040.250.0249.3586.1185.88
HexFAEFBC04192315656
Octal3723572740431261126126
Binary1111101011101111101111000100110011011000110101101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAEFBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAEFBC; }

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

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

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

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

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

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

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

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