#FAE6B9

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

Shades of Barley White #FAE6B9

Tints of Barley White #FAE6B9

Color information

#FAE6B9 (or 0xFAE6B9) is unknown color: approx Barley White. HEX triplet: FA, E6 and B9. RGB value is (250,230,185). Sum of RGB (Red+Green+Blue) = 250+230+185=665 (88% of max value = 765). Red value is 250 (98.05% from 255 or 37.59% from 665); Green value is 230 (90.23% from 255 or 34.59% from 665); Blue value is 185 (72.66% from 255 or 27.82% from 665); Max value from RGB is 250 - color contains mainly: red. Hex color #FAE6B9 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FAE6B9 is #051946. Grayscale: #E7E7E7. Windows color (decimal): -334151 or 12183290. OLE color: 12183290.

HSL color Cylindrical-coordinate representation of color #FAE6B9: hue angle of 41.54º degrees, saturation: 0.87, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #FAE6B9 is Cyan = 0, Magento = 0.08, Yellow = 0.26 and Black (K on CMYK) = 0.02.

Color convert

RGB250230185-
CMYK00.080.260.02
HSL41.54º86.67%85.29%-
HSV(B)41.54º26%98.04%-
XYZ76.4880.4257.39-
YUV230.85102.13141.66-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 37.59%
GREEN value IS 230 (90.23% from 255) = 34.59%
BLUE value IS 185 (72.66% from 255) = 27.82%
R=37.59%
G=34.59%
B=27.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.26
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25023018500.080.260.0241.5486.6785.29
HexFAE6B9081A22a5755
Octal37234627101032252127125
Binary11111010111001101011100101000110101010101010101111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAE6B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAE6B9; }

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

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

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

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

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

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

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

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