#FAF2BE

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

Shades of Corn Field #FAF2BE

Tints of Corn Field #FAF2BE

Color information

#FAF2BE (or 0xFAF2BE) is unknown color: approx Corn Field. HEX triplet: FA, F2 and BE. RGB value is (250,242,190). Sum of RGB (Red+Green+Blue) = 250+242+190=682 (90% of max value = 765). Red value is 250 (98.05% from 255 or 36.66% from 682); Green value is 242 (94.92% from 255 or 35.48% from 682); Blue value is 190 (74.61% from 255 or 27.86% from 682); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF2BE is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FAF2BE is #050D41. Grayscale: #EEEEEE. Windows color (decimal): -331074 or 12514042. OLE color: 12514042.

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

Color convert

RGB250242190-
CMYK00.030.240.02
HSL52º85.71%86.27%-
HSV(B)52º24%98.04%-
XYZ80.4787.5561.37-
YUV238.46100.65136.23-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 36.66%
GREEN value IS 242 (94.92% from 255) = 35.48%
BLUE value IS 190 (74.61% from 255) = 27.86%
R=36.66%
G=35.48%
B=27.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.24
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25024219000.030.240.025285.7186.27
HexFAF2BE03182345656
Octal3723622760330264126126
Binary111110101111001010111110011110001011010010101101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAF2BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAF2BE; }

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

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

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

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

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

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

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

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