#FAE8BB

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

Shades of Barley White #FAE8BB

Tints of Barley White #FAE8BB

Color information

#FAE8BB (or 0xFAE8BB) is unknown color: approx Barley White. HEX triplet: FA, E8 and BB. RGB value is (250,232,187). Sum of RGB (Red+Green+Blue) = 250+232+187=669 (88% of max value = 765). Red value is 250 (98.05% from 255 or 37.37% from 669); Green value is 232 (91.02% from 255 or 34.68% from 669); Blue value is 187 (73.44% from 255 or 27.95% from 669); Max value from RGB is 250 - color contains mainly: red. Hex color #FAE8BB is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FAE8BB is #051744. Grayscale: #E8E8E8. Windows color (decimal): -333637 or 12314874. OLE color: 12314874.

HSL color Cylindrical-coordinate representation of color #FAE8BB: hue angle of 42.86º degrees, saturation: 0.86, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #FAE8BB is Cyan = 0, Magento = 0.07, Yellow = 0.25 and Black (K on CMYK) = 0.02.

Color convert

RGB250232187-
CMYK00.070.250.02
HSL42.86º86.3%85.69%-
HSV(B)42.86º25.2%98.04%-
XYZ77.2581.6358.7-
YUV232.25102.46140.66-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 37.37%
GREEN value IS 232 (91.02% from 255) = 34.68%
BLUE value IS 187 (73.44% from 255) = 27.95%
R=37.37%
G=34.68%
B=27.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.25
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25023218700.070.250.0242.8686.385.69
HexFAE8BB071922b5656
Octal3723502730731253126126
Binary1111101011101000101110110111110011010101110101101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAE8BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAE8BB; }

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

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

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

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

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

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

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

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