#FAF1BA

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

Shades of Corn Field #FAF1BA

Tints of Corn Field #FAF1BA

Color information

#FAF1BA (or 0xFAF1BA) is unknown color: approx Corn Field. HEX triplet: FA, F1 and BA. RGB value is (250,241,186). Sum of RGB (Red+Green+Blue) = 250+241+186=677 (89% of max value = 765). Red value is 250 (98.05% from 255 or 36.93% from 677); Green value is 241 (94.53% from 255 or 35.60% from 677); Blue value is 186 (73.05% from 255 or 27.47% from 677); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF1BA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FAF1BA is #050E45. Grayscale: #EDEDED. Windows color (decimal): -331334 or 12251642. OLE color: 12251642.

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

Color convert

RGB250241186-
CMYK00.040.260.02
HSL51.56º86.49%85.49%-
HSV(B)51.56º25.6%98.04%-
XYZ79.7486.7859-
YUV237.4298.98136.97-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 36.93%
GREEN value IS 241 (94.53% from 255) = 35.60%
BLUE value IS 186 (73.05% from 255) = 27.47%
R=36.93%
G=35.60%
B=27.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.26
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25024118600.040.260.0251.5686.4985.49
HexFAF1BA041A2345655
Octal3723612720432264126125
Binary1111101011110001101110100100110101011010010101101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAF1BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAF1BA; }

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

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

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

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

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

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

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

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