#FAE4B6

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

Shades of Barley White #FAE4B6

Tints of Barley White #FAE4B6

Color information

#FAE4B6 (or 0xFAE4B6) is unknown color: approx Barley White. HEX triplet: FA, E4 and B6. RGB value is (250,228,182). Sum of RGB (Red+Green+Blue) = 250+228+182=660 (87% of max value = 765). Red value is 250 (98.05% from 255 or 37.88% from 660); Green value is 228 (89.45% from 255 or 34.55% from 660); Blue value is 182 (71.48% from 255 or 27.58% from 660); Max value from RGB is 250 - color contains mainly: red. Hex color #FAE4B6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FAE4B6 is #051B49. Grayscale: #E5E5E5. Windows color (decimal): -334666 or 11986170. OLE color: 11986170.

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

Color convert

RGB250228182-
CMYK00.090.270.02
HSL40.59º87.18%84.71%-
HSV(B)40.59º27.2%98.04%-
XYZ75.6179.1955.56-
YUV229.33101.29142.74-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 37.88%
GREEN value IS 228 (89.45% from 255) = 34.55%
BLUE value IS 182 (71.48% from 255) = 27.58%
R=37.88%
G=34.55%
B=27.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.27
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25022818200.090.270.0240.5987.1884.71
HexFAE4B6091B2295755
Octal37234426601133251127125
Binary11111010111001001011011001001110111010100110101111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAE4B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAE4B6; }

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

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

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

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

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

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

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

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