#FAE9BB

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

Shades of Barley White #FAE9BB

Tints of Barley White #FAE9BB

Color information

#FAE9BB (or 0xFAE9BB) is unknown color: approx Barley White. HEX triplet: FA, E9 and BB. RGB value is (250,233,187). Sum of RGB (Red+Green+Blue) = 250+233+187=670 (88% of max value = 765). Red value is 250 (98.05% from 255 or 37.31% from 670); Green value is 233 (91.41% from 255 or 34.78% from 670); Blue value is 187 (73.44% from 255 or 27.91% from 670); Max value from RGB is 250 - color contains mainly: red. Hex color #FAE9BB is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FAE9BB is #051644. Grayscale: #E9E9E9. Windows color (decimal): -333381 or 12315130. OLE color: 12315130.

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

Color convert

RGB250233187-
CMYK00.070.250.02
HSL43.81º86.3%85.69%-
HSV(B)43.81º25.2%98.04%-
XYZ77.5382.1958.79-
YUV232.84102.13140.24-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 37.31%
GREEN value IS 233 (91.41% from 255) = 34.78%
BLUE value IS 187 (73.44% from 255) = 27.91%
R=37.31%
G=34.78%
B=27.91%

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
Decimal25023318700.070.250.0243.8186.385.69
HexFAE9BB071922c5656
Octal3723512730731254126126
Binary1111101011101001101110110111110011010110010101101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAE9BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAE9BB; }

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

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

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

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

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

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

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

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