#FAEFBB

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

Shades of Corn Field #FAEFBB

Tints of Corn Field #FAEFBB

Color information

#FAEFBB (or 0xFAEFBB) is unknown color: approx Corn Field. HEX triplet: FA, EF and BB. RGB value is (250,239,187). Sum of RGB (Red+Green+Blue) = 250+239+187=676 (89% of max value = 765). Red value is 250 (98.05% from 255 or 36.98% from 676); Green value is 239 (93.75% from 255 or 35.36% from 676); Blue value is 187 (73.44% from 255 or 27.66% from 676); Max value from RGB is 250 - color contains mainly: red. Hex color #FAEFBB is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FAEFBB is #051044. Grayscale: #ECECEC. Windows color (decimal): -331845 or 12316666. OLE color: 12316666.

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

Color convert

RGB250239187-
CMYK00.040.250.02
HSL49.52º86.3%85.69%-
HSV(B)49.52º25.2%98.04%-
XYZ79.2685.6459.37-
YUV236.36100.14137.73-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 36.98%
GREEN value IS 239 (93.75% from 255) = 35.36%
BLUE value IS 187 (73.44% from 255) = 27.66%
R=36.98%
G=35.36%
B=27.66%

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
Decimal25023918700.040.250.0249.5286.385.69
HexFAEFBB04192325656
Octal3723572730431262126126
Binary1111101011101111101110110100110011011001010101101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAEFBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAEFBB; }

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

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

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

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

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

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

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

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