#FAEDB9

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

Shades of Barley White #FAEDB9

Tints of Barley White #FAEDB9

Color information

#FAEDB9 (or 0xFAEDB9) is unknown color: approx Barley White. HEX triplet: FA, ED and B9. RGB value is (250,237,185). Sum of RGB (Red+Green+Blue) = 250+237+185=672 (89% of max value = 765). Red value is 250 (98.05% from 255 or 37.20% from 672); Green value is 237 (92.97% from 255 or 35.27% from 672); Blue value is 185 (72.66% from 255 or 27.53% from 672); Max value from RGB is 250 - color contains mainly: red. Hex color #FAEDB9 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #FAEDB9 is #051246. Grayscale: #EBEBEB. Windows color (decimal): -332359 or 12185082. OLE color: 12185082.

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

Color convert

RGB250237185-
CMYK00.050.260.02
HSL48º86.67%85.29%-
HSV(B)48º26%98.04%-
XYZ78.4784.458.05-
YUV234.9699.81138.73-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 37.20%
GREEN value IS 237 (92.97% from 255) = 35.27%
BLUE value IS 185 (72.66% from 255) = 27.53%
R=37.20%
G=35.27%
B=27.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.26
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25023718500.050.260.024886.6785.29
HexFAEDB9051A2305755
Octal3723552710532260127125
Binary1111101011101101101110010101110101011000010101111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAEDB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAEDB9; }

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

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

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

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

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

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

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

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