#FAE4B5

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

Shades of Barley White #FAE4B5

Tints of Barley White #FAE4B5

Color information

#FAE4B5 (or 0xFAE4B5) is unknown color: approx Barley White. HEX triplet: FA, E4 and B5. RGB value is (250,228,181). Sum of RGB (Red+Green+Blue) = 250+228+181=659 (87% of max value = 765). Red value is 250 (98.05% from 255 or 37.94% from 659); Green value is 228 (89.45% from 255 or 34.60% from 659); Blue value is 181 (71.09% from 255 or 27.47% from 659); Max value from RGB is 250 - color contains mainly: red. Hex color #FAE4B5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FAE4B5 is #051B4A. Grayscale: #E5E5E5. Windows color (decimal): -334667 or 11920634. OLE color: 11920634.

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

Color convert

RGB250228181-
CMYK00.090.280.02
HSL40.87º87.34%84.51%-
HSV(B)40.87º27.6%98.04%-
XYZ75.5179.1555.01-
YUV229.22100.79142.82-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 37.94%
GREEN value IS 228 (89.45% from 255) = 34.60%
BLUE value IS 181 (71.09% from 255) = 27.47%
R=37.94%
G=34.60%
B=27.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.28
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25022818100.090.280.0240.8787.3484.51
HexFAE4B5091C2295755
Octal37234426501134251127125
Binary11111010111001001011010101001111001010100110101111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAE4B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAE4B5; }

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

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

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

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

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

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

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

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