#FAE4B9

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

Shades of Barley White #FAE4B9

Tints of Barley White #FAE4B9

Color information

#FAE4B9 (or 0xFAE4B9) is unknown color: approx Barley White. HEX triplet: FA, E4 and B9. RGB value is (250,228,185). Sum of RGB (Red+Green+Blue) = 250+228+185=663 (87% of max value = 765). Red value is 250 (98.05% from 255 or 37.71% from 663); Green value is 228 (89.45% from 255 or 34.39% from 663); Blue value is 185 (72.66% from 255 or 27.90% from 663); Max value from RGB is 250 - color contains mainly: red. Hex color #FAE4B9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FAE4B9 is #051B46. Grayscale: #E5E5E5. Windows color (decimal): -334663 or 12182778. OLE color: 12182778.

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

Color convert

RGB250228185-
CMYK00.090.260.02
HSL39.69º86.67%85.29%-
HSV(B)39.69º26%98.04%-
XYZ75.9279.3157.21-
YUV229.68102.79142.5-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 37.71%
GREEN value IS 228 (89.45% from 255) = 34.39%
BLUE value IS 185 (72.66% from 255) = 27.90%
R=37.71%
G=34.39%
B=27.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.26
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25022818500.090.260.0239.6986.6785.29
HexFAE4B9091A2285755
Octal37234427101132250127125
Binary11111010111001001011100101001110101010100010101111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAE4B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAE4B9; }

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

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

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

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

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

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

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

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