#FAE4B7

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

Shades of Barley White #FAE4B7

Tints of Barley White #FAE4B7

Color information

#FAE4B7 (or 0xFAE4B7) is unknown color: approx Barley White. HEX triplet: FA, E4 and B7. RGB value is (250,228,183). Sum of RGB (Red+Green+Blue) = 250+228+183=661 (87% of max value = 765). Red value is 250 (98.05% from 255 or 37.82% from 661); Green value is 228 (89.45% from 255 or 34.49% from 661); Blue value is 183 (71.88% from 255 or 27.69% from 661); Max value from RGB is 250 - color contains mainly: red. Hex color #FAE4B7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FAE4B7 is #051B48. Grayscale: #E5E5E5. Windows color (decimal): -334665 or 12051706. OLE color: 12051706.

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

Color convert

RGB250228183-
CMYK00.090.270.02
HSL40.3º87.01%84.9%-
HSV(B)40.3º26.8%98.04%-
XYZ75.7179.2356.1-
YUV229.45101.79142.66-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 37.82%
GREEN value IS 228 (89.45% from 255) = 34.49%
BLUE value IS 183 (71.88% from 255) = 27.69%
R=37.82%
G=34.49%
B=27.69%

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
Decimal25022818300.090.270.0240.387.0184.9
HexFAE4B7091B2285755
Octal37234426701133250127125
Binary11111010111001001011011101001110111010100010101111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAE4B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAE4B7; }

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

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

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

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

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

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

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

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