#FAE8B7

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

Shades of Barley White #FAE8B7

Tints of Barley White #FAE8B7

Color information

#FAE8B7 (or 0xFAE8B7) is unknown color: approx Barley White. HEX triplet: FA, E8 and B7. RGB value is (250,232,183). Sum of RGB (Red+Green+Blue) = 250+232+183=665 (88% of max value = 765). Red value is 250 (98.05% from 255 or 37.59% from 665); Green value is 232 (91.02% from 255 or 34.89% from 665); Blue value is 183 (71.88% from 255 or 27.52% from 665); Max value from RGB is 250 - color contains mainly: red. Hex color #FAE8B7 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FAE8B7 is #051748. Grayscale: #E8E8E8. Windows color (decimal): -333641 or 12052730. OLE color: 12052730.

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

Color convert

RGB250232183-
CMYK00.070.270.02
HSL43.88º87.01%84.9%-
HSV(B)43.88º26.8%98.04%-
XYZ76.8381.4656.47-
YUV231.8100.46140.98-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 37.59%
GREEN value IS 232 (91.02% from 255) = 34.89%
BLUE value IS 183 (71.88% from 255) = 27.52%
R=37.59%
G=34.89%
B=27.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.27
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25023218300.070.270.0243.8887.0184.9
HexFAE8B7071B22c5755
Octal3723502670733254127125
Binary1111101011101000101101110111110111010110010101111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAE8B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAE8B7; }

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

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

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

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

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

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

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

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