#FAE6BA

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

Shades of Barley White #FAE6BA

Tints of Barley White #FAE6BA

Color information

#FAE6BA (or 0xFAE6BA) is unknown color: approx Barley White. HEX triplet: FA, E6 and BA. RGB value is (250,230,186). Sum of RGB (Red+Green+Blue) = 250+230+186=666 (88% of max value = 765). Red value is 250 (98.05% from 255 or 37.54% from 666); Green value is 230 (90.23% from 255 or 34.53% from 666); Blue value is 186 (73.05% from 255 or 27.93% from 666); Max value from RGB is 250 - color contains mainly: red. Hex color #FAE6BA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FAE6BA is #051945. Grayscale: #E7E7E7. Windows color (decimal): -334150 or 12248826. OLE color: 12248826.

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

Color convert

RGB250230186-
CMYK00.080.260.02
HSL41.25º86.49%85.49%-
HSV(B)41.25º25.6%98.04%-
XYZ76.5880.4657.95-
YUV230.96102.63141.58-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 37.54%
GREEN value IS 230 (90.23% from 255) = 34.53%
BLUE value IS 186 (73.05% from 255) = 27.93%
R=37.54%
G=34.53%
B=27.93%

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
Decimal25023018600.080.260.0241.2586.4985.49
HexFAE6BA081A2295655
Octal37234627201032251126125
Binary11111010111001101011101001000110101010100110101101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAE6BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAE6BA; }

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

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

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

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

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

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

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

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