#F8EDB9

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

Shades of Barley White #F8EDB9

Tints of Barley White #F8EDB9

Color information

#F8EDB9 (or 0xF8EDB9) is unknown color: approx Barley White. HEX triplet: F8, ED and B9. RGB value is (248,237,185). Sum of RGB (Red+Green+Blue) = 248+237+185=670 (88% of max value = 765). Red value is 248 (97.27% from 255 or 37.01% from 670); Green value is 237 (92.97% from 255 or 35.37% from 670); Blue value is 185 (72.66% from 255 or 27.61% from 670); Max value from RGB is 248 - color contains mainly: red. Hex color #F8EDB9 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F8EDB9 is #071246. Grayscale: #EAEAEA. Windows color (decimal): -463431 or 12185080. OLE color: 12185080.

HSL color Cylindrical-coordinate representation of color #F8EDB9: hue angle of 49.52º 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 #F8EDB9 is Cyan = 0, Magento = 0.04, Yellow = 0.25 and Black (K on CMYK) = 0.03.

Color convert

RGB248237185-
CMYK00.040.250.03
HSL49.52º81.82%84.9%-
HSV(B)49.52º25.4%97.25%-
XYZ77.7584.0358.02-
YUV234.36100.14137.73-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 37.01%
GREEN value IS 237 (92.97% from 255) = 35.37%
BLUE value IS 185 (72.66% from 255) = 27.61%
R=37.01%
G=35.37%
B=27.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.25
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24823718500.040.250.0349.5281.8284.9
HexF8EDB904193325255
Octal3703552710431362122125
Binary1111100011101101101110010100110011111001010100101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8EDB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8EDB9; }

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

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

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

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

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

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

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

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