#FAE7B9

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

Shades of Barley White #FAE7B9

Tints of Barley White #FAE7B9

Color information

#FAE7B9 (or 0xFAE7B9) is unknown color: approx Barley White. HEX triplet: FA, E7 and B9. RGB value is (250,231,185). Sum of RGB (Red+Green+Blue) = 250+231+185=666 (88% of max value = 765). Red value is 250 (98.05% from 255 or 37.54% from 666); Green value is 231 (90.62% from 255 or 34.68% from 666); Blue value is 185 (72.66% from 255 or 27.78% from 666); Max value from RGB is 250 - color contains mainly: red. Hex color #FAE7B9 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FAE7B9 is #051846. Grayscale: #E7E7E7. Windows color (decimal): -333895 or 12183546. OLE color: 12183546.

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

Color convert

RGB250231185-
CMYK00.080.260.02
HSL42.46º86.67%85.29%-
HSV(B)42.46º26%98.04%-
XYZ76.7680.9857.48-
YUV231.44101.79141.24-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 37.54%
GREEN value IS 231 (90.62% from 255) = 34.68%
BLUE value IS 185 (72.66% from 255) = 27.78%
R=37.54%
G=34.68%
B=27.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.26
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25023118500.080.260.0242.4686.6785.29
HexFAE7B9081A22a5755
Octal37234727101032252127125
Binary11111010111001111011100101000110101010101010101111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAE7B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAE7B9; }

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

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

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

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

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

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

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

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