#FAE9BA

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

Shades of Barley White #FAE9BA

Tints of Barley White #FAE9BA

Color information

#FAE9BA (or 0xFAE9BA) is unknown color: approx Barley White. HEX triplet: FA, E9 and BA. RGB value is (250,233,186). Sum of RGB (Red+Green+Blue) = 250+233+186=669 (88% of max value = 765). Red value is 250 (98.05% from 255 or 37.37% from 669); Green value is 233 (91.41% from 255 or 34.83% from 669); Blue value is 186 (73.05% from 255 or 27.80% from 669); Max value from RGB is 250 - color contains mainly: red. Hex color #FAE9BA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FAE9BA is #051645. Grayscale: #E8E8E8. Windows color (decimal): -333382 or 12249594. OLE color: 12249594.

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

Color convert

RGB250233186-
CMYK00.070.260.02
HSL44.06º86.49%85.49%-
HSV(B)44.06º25.6%98.04%-
XYZ77.4382.1558.23-
YUV232.72101.63140.32-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 37.37%
GREEN value IS 233 (91.41% from 255) = 34.83%
BLUE value IS 186 (73.05% from 255) = 27.80%
R=37.37%
G=34.83%
B=27.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.26
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25023318600.070.260.0244.0686.4985.49
HexFAE9BA071A22c5655
Octal3723512720732254126125
Binary1111101011101001101110100111110101010110010101101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAE9BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAE9BA; }

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

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

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

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

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

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

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

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