#FAECB9

Color #FAECB9 Barley White (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Barley White #FAECB9

Tints of Barley White #FAECB9

Color information

#FAECB9 (or 0xFAECB9) is unknown color: approx Barley White. HEX triplet: FA, EC and B9. RGB value is (250,236,185). Sum of RGB (Red+Green+Blue) = 250+236+185=671 (88% of max value = 765). Red value is 250 (98.05% from 255 or 37.26% from 671); Green value is 236 (92.58% from 255 or 35.17% from 671); Blue value is 185 (72.66% from 255 or 27.57% from 671); Max value from RGB is 250 - color contains mainly: red. Hex color #FAECB9 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FAECB9 is #051346. Grayscale: #EAEAEA. Windows color (decimal): -332615 or 12184826. OLE color: 12184826.

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

Color convert

RGB250236185-
CMYK00.060.260.02
HSL47.08º86.67%85.29%-
HSV(B)47.08º26%98.04%-
XYZ78.1883.8257.96-
YUV234.37100.14139.15-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 37.26%
GREEN value IS 236 (92.58% from 255) = 35.17%
BLUE value IS 185 (72.66% from 255) = 27.57%
R=37.26%
G=35.17%
B=27.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.26
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25023618500.060.260.0247.0886.6785.29
HexFAECB9061A22f5755
Octal3723542710632257127125
Binary1111101011101100101110010110110101010111110101111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAECB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAECB9; }

 p { color: rgb(250,236,185); }

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

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

 a { background-color: rgb(250,236,185); }

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

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

 span { border-color: rgb(250,236,185); }

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