#FAE7BB

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

Shades of Barley White #FAE7BB

Tints of Barley White #FAE7BB

Color information

#FAE7BB (or 0xFAE7BB) is unknown color: approx Barley White. HEX triplet: FA, E7 and BB. RGB value is (250,231,187). Sum of RGB (Red+Green+Blue) = 250+231+187=668 (88% of max value = 765). Red value is 250 (98.05% from 255 or 37.43% from 668); Green value is 231 (90.62% from 255 or 34.58% from 668); Blue value is 187 (73.44% from 255 or 27.99% from 668); Max value from RGB is 250 - color contains mainly: red. Hex color #FAE7BB is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FAE7BB is #051844. Grayscale: #E7E7E7. Windows color (decimal): -333893 or 12314618. OLE color: 12314618.

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

Color convert

RGB250231187-
CMYK00.080.250.02
HSL41.9º86.3%85.69%-
HSV(B)41.9º25.2%98.04%-
XYZ76.9781.0658.6-
YUV231.66102.79141.08-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 37.43%
GREEN value IS 231 (90.62% from 255) = 34.58%
BLUE value IS 187 (73.44% from 255) = 27.99%
R=37.43%
G=34.58%
B=27.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.25
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25023118700.080.250.0241.986.385.69
HexFAE7BB081922a5656
Octal37234727301031252126126
Binary11111010111001111011101101000110011010101010101101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAE7BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAE7BB; }

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

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

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

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

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

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

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

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