#FAEBBA

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

Shades of Barley White #FAEBBA

Tints of Barley White #FAEBBA

Color information

#FAEBBA (or 0xFAEBBA) is unknown color: approx Barley White. HEX triplet: FA, EB and BA. RGB value is (250,235,186). Sum of RGB (Red+Green+Blue) = 250+235+186=671 (88% of max value = 765). Red value is 250 (98.05% from 255 or 37.26% from 671); Green value is 235 (92.19% from 255 or 35.02% from 671); Blue value is 186 (73.05% from 255 or 27.72% from 671); Max value from RGB is 250 - color contains mainly: red. Hex color #FAEBBA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FAEBBA is #051445. Grayscale: #EAEAEA. Windows color (decimal): -332870 or 12250106. OLE color: 12250106.

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

Color convert

RGB250235186-
CMYK00.060.260.02
HSL45.94º86.49%85.49%-
HSV(B)45.94º25.6%98.04%-
XYZ7883.2958.42-
YUV233.9100.97139.48-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 37.26%
GREEN value IS 235 (92.19% from 255) = 35.02%
BLUE value IS 186 (73.05% from 255) = 27.72%
R=37.26%
G=35.02%
B=27.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.26
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25023518600.060.260.0245.9486.4985.49
HexFAEBBA061A22e5655
Octal3723532720632256126125
Binary1111101011101011101110100110110101010111010101101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAEBBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAEBBA; }

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

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

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

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

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

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

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

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