#FAE5B6

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

Shades of Barley White #FAE5B6

Tints of Barley White #FAE5B6

Color information

#FAE5B6 (or 0xFAE5B6) is unknown color: approx Barley White. HEX triplet: FA, E5 and B6. RGB value is (250,229,182). Sum of RGB (Red+Green+Blue) = 250+229+182=661 (87% of max value = 765). Red value is 250 (98.05% from 255 or 37.82% from 661); Green value is 229 (89.84% from 255 or 34.64% from 661); Blue value is 182 (71.48% from 255 or 27.53% from 661); Max value from RGB is 250 - color contains mainly: red. Hex color #FAE5B6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FAE5B6 is #051A49. Grayscale: #E6E6E6. Windows color (decimal): -334410 or 11986426. OLE color: 11986426.

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

Color convert

RGB250229182-
CMYK00.080.270.02
HSL41.47º87.18%84.71%-
HSV(B)41.47º27.2%98.04%-
XYZ75.8979.7455.65-
YUV229.92100.96142.32-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 37.82%
GREEN value IS 229 (89.84% from 255) = 34.64%
BLUE value IS 182 (71.48% from 255) = 27.53%
R=37.82%
G=34.64%
B=27.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.27
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25022918200.080.270.0241.4787.1884.71
HexFAE5B6081B2295755
Octal37234526601033251127125
Binary11111010111001011011011001000110111010100110101111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAE5B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAE5B6; }

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

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

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

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

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

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

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

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