#F8EAB9

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

Shades of Barley White #F8EAB9

Tints of Barley White #F8EAB9

Color information

#F8EAB9 (or 0xF8EAB9) is unknown color: approx Barley White. HEX triplet: F8, EA and B9. RGB value is (248,234,185). Sum of RGB (Red+Green+Blue) = 248+234+185=667 (88% of max value = 765). Red value is 248 (97.27% from 255 or 37.18% from 667); Green value is 234 (91.80% from 255 or 35.08% from 667); Blue value is 185 (72.66% from 255 or 27.74% from 667); Max value from RGB is 248 - color contains mainly: red. Hex color #F8EAB9 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F8EAB9 is #071546. Grayscale: #E8E8E8. Windows color (decimal): -464199 or 12184312. OLE color: 12184312.

HSL color Cylindrical-coordinate representation of color #F8EAB9: hue angle of 46.67º degrees, saturation: 0.82, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #F8EAB9 is Cyan = 0, Magento = 0.06, Yellow = 0.25 and Black (K on CMYK) = 0.03.

Color convert

RGB248234185-
CMYK00.060.250.03
HSL46.67º81.82%84.9%-
HSV(B)46.67º25.4%97.25%-
XYZ76.8982.357.73-
YUV232.6101.14138.98-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 37.18%
GREEN value IS 234 (91.80% from 255) = 35.08%
BLUE value IS 185 (72.66% from 255) = 27.74%
R=37.18%
G=35.08%
B=27.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.25
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24823418500.060.250.0346.6781.8284.9
HexF8EAB9061932f5255
Octal3703522710631357122125
Binary1111100011101010101110010110110011110111110100101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8EAB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8EAB9; }

 p { color: rgb(248,234,185); }

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

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

 a { background-color: rgb(248,234,185); }

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

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

 span { border-color: rgb(248,234,185); }

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