#FAE9B7

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

Shades of Barley White #FAE9B7

Tints of Barley White #FAE9B7

Color information

#FAE9B7 (or 0xFAE9B7) is unknown color: approx Barley White. HEX triplet: FA, E9 and B7. RGB value is (250,233,183). Sum of RGB (Red+Green+Blue) = 250+233+183=666 (88% of max value = 765). Red value is 250 (98.05% from 255 or 37.54% from 666); Green value is 233 (91.41% from 255 or 34.98% from 666); Blue value is 183 (71.88% from 255 or 27.48% from 666); Max value from RGB is 250 - color contains mainly: red. Hex color #FAE9B7 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FAE9B7 is #051648. Grayscale: #E8E8E8. Windows color (decimal): -333385 or 12052986. OLE color: 12052986.

HSL color Cylindrical-coordinate representation of color #FAE9B7: hue angle of 44.78º degrees, saturation: 0.87, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #FAE9B7 is Cyan = 0, Magento = 0.07, Yellow = 0.27 and Black (K on CMYK) = 0.02.

Color convert

RGB250233183-
CMYK00.070.270.02
HSL44.78º87.01%84.9%-
HSV(B)44.78º26.8%98.04%-
XYZ77.1182.0256.57-
YUV232.38100.13140.57-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 37.54%
GREEN value IS 233 (91.41% from 255) = 34.98%
BLUE value IS 183 (71.88% from 255) = 27.48%
R=37.54%
G=34.98%
B=27.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.27
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25023318300.070.270.0244.7887.0184.9
HexFAE9B7071B22d5755
Octal3723512670733255127125
Binary1111101011101001101101110111110111010110110101111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAE9B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAE9B7; }

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

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

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

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

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

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

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

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