#FAF2BB

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

Shades of Corn Field #FAF2BB

Tints of Corn Field #FAF2BB

Color information

#FAF2BB (or 0xFAF2BB) is unknown color: approx Corn Field. HEX triplet: FA, F2 and BB. RGB value is (250,242,187). Sum of RGB (Red+Green+Blue) = 250+242+187=679 (89% of max value = 765). Red value is 250 (98.05% from 255 or 36.82% from 679); Green value is 242 (94.92% from 255 or 35.64% from 679); Blue value is 187 (73.44% from 255 or 27.54% from 679); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF2BB is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FAF2BB is #050D44. Grayscale: #EEEEEE. Windows color (decimal): -331077 or 12317434. OLE color: 12317434.

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

Color convert

RGB250242187-
CMYK00.030.250.02
HSL52.38º86.3%85.69%-
HSV(B)52.38º25.2%98.04%-
XYZ80.1587.4259.66-
YUV238.1299.15136.47-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 36.82%
GREEN value IS 242 (94.92% from 255) = 35.64%
BLUE value IS 187 (73.44% from 255) = 27.54%
R=36.82%
G=35.64%
B=27.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.25
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25024218700.030.250.0252.3886.385.69
HexFAF2BB03192345656
Octal3723622730331264126126
Binary111110101111001010111011011110011011010010101101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAF2BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAF2BB; }

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

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

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

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

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

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

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

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