#FAF3BA

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

Shades of Corn Field #FAF3BA

Tints of Corn Field #FAF3BA

Color information

#FAF3BA (or 0xFAF3BA) is unknown color: approx Corn Field. HEX triplet: FA, F3 and BA. RGB value is (250,243,186). Sum of RGB (Red+Green+Blue) = 250+243+186=679 (89% of max value = 765). Red value is 250 (98.05% from 255 or 36.82% from 679); Green value is 243 (95.31% from 255 or 35.79% from 679); Blue value is 186 (73.05% from 255 or 27.39% from 679); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF3BA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FAF3BA is #050C45. Grayscale: #EEEEEE. Windows color (decimal): -330822 or 12252154. OLE color: 12252154.

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

Color convert

RGB250243186-
CMYK00.030.260.02
HSL53.44º86.49%85.49%-
HSV(B)53.44º25.6%98.04%-
XYZ80.3487.9759.2-
YUV238.698.32136.13-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 36.82%
GREEN value IS 243 (95.31% from 255) = 35.79%
BLUE value IS 186 (73.05% from 255) = 27.39%
R=36.82%
G=35.79%
B=27.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.26
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25024318600.030.260.0253.4486.4985.49
HexFAF3BA031A2355655
Octal3723632720332265126125
Binary111110101111001110111010011110101011010110101101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAF3BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAF3BA; }

 p { color: rgb(250,243,186); }

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

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

 a { background-color: rgb(250,243,186); }

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

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

 span { border-color: rgb(250,243,186); }

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