#FAE4BB

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

Shades of Barley White #FAE4BB

Tints of Barley White #FAE4BB

Color information

#FAE4BB (or 0xFAE4BB) is unknown color: approx Barley White. HEX triplet: FA, E4 and BB. RGB value is (250,228,187). Sum of RGB (Red+Green+Blue) = 250+228+187=665 (88% of max value = 765). Red value is 250 (98.05% from 255 or 37.59% from 665); Green value is 228 (89.45% from 255 or 34.29% from 665); Blue value is 187 (73.44% from 255 or 28.12% from 665); Max value from RGB is 250 - color contains mainly: red. Hex color #FAE4BB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FAE4BB is #051B44. Grayscale: #E6E6E6. Windows color (decimal): -334661 or 12313850. OLE color: 12313850.

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

Color convert

RGB250228187-
CMYK00.090.250.02
HSL39.05º86.3%85.69%-
HSV(B)39.05º25.2%98.04%-
XYZ76.1479.458.33-
YUV229.9103.79142.33-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 37.59%
GREEN value IS 228 (89.45% from 255) = 34.29%
BLUE value IS 187 (73.44% from 255) = 28.12%
R=37.59%
G=34.29%
B=28.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.25
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25022818700.090.250.0239.0586.385.69
HexFAE4BB09192275656
Octal37234427301131247126126
Binary11111010111001001011101101001110011010011110101101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAE4BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAE4BB; }

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

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

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

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

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

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

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

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