#FAECBA

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

Shades of Barley White #FAECBA

Tints of Barley White #FAECBA

Color information

#FAECBA (or 0xFAECBA) is unknown color: approx Barley White. HEX triplet: FA, EC and BA. RGB value is (250,236,186). Sum of RGB (Red+Green+Blue) = 250+236+186=672 (89% of max value = 765). Red value is 250 (98.05% from 255 or 37.20% from 672); Green value is 236 (92.58% from 255 or 35.12% from 672); Blue value is 186 (73.05% from 255 or 27.68% from 672); Max value from RGB is 250 - color contains mainly: red. Hex color #FAECBA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FAECBA is #051345. Grayscale: #EAEAEA. Windows color (decimal): -332614 or 12250362. OLE color: 12250362.

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

Color convert

RGB250236186-
CMYK00.060.260.02
HSL46.88º86.49%85.49%-
HSV(B)46.88º25.6%98.04%-
XYZ78.2883.8658.52-
YUV234.49100.64139.07-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 37.20%
GREEN value IS 236 (92.58% from 255) = 35.12%
BLUE value IS 186 (73.05% from 255) = 27.68%
R=37.20%
G=35.12%
B=27.68%

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
Decimal25023618600.060.260.0246.8886.4985.49
HexFAECBA061A22f5655
Octal3723542720632257126125
Binary1111101011101100101110100110110101010111110101101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAECBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAECBA; }

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

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

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

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

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

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

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

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