#FAE6BB

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

Shades of Barley White #FAE6BB

Tints of Barley White #FAE6BB

Color information

#FAE6BB (or 0xFAE6BB) is unknown color: approx Barley White. HEX triplet: FA, E6 and BB. RGB value is (250,230,187). Sum of RGB (Red+Green+Blue) = 250+230+187=667 (88% of max value = 765). Red value is 250 (98.05% from 255 or 37.48% from 667); Green value is 230 (90.23% from 255 or 34.48% from 667); Blue value is 187 (73.44% from 255 or 28.04% from 667); Max value from RGB is 250 - color contains mainly: red. Hex color #FAE6BB is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FAE6BB is #051944. Grayscale: #E7E7E7. Windows color (decimal): -334149 or 12314362. OLE color: 12314362.

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

Color convert

RGB250230187-
CMYK00.080.250.02
HSL40.95º86.3%85.69%-
HSV(B)40.95º25.2%98.04%-
XYZ76.6980.5158.51-
YUV231.08103.13141.5-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 37.48%
GREEN value IS 230 (90.23% from 255) = 34.48%
BLUE value IS 187 (73.44% from 255) = 28.04%
R=37.48%
G=34.48%
B=28.04%

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
Decimal25023018700.080.250.0240.9586.385.69
HexFAE6BB08192295656
Octal37234627301031251126126
Binary11111010111001101011101101000110011010100110101101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAE6BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAE6BB; }

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

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

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

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

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

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

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

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