#F8EDB8

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

Shades of Barley White #F8EDB8

Tints of Barley White #F8EDB8

Color information

#F8EDB8 (or 0xF8EDB8) is unknown color: approx Barley White. HEX triplet: F8, ED and B8. RGB value is (248,237,184). Sum of RGB (Red+Green+Blue) = 248+237+184=669 (88% of max value = 765). Red value is 248 (97.27% from 255 or 37.07% from 669); Green value is 237 (92.97% from 255 or 35.43% from 669); Blue value is 184 (72.27% from 255 or 27.50% from 669); Max value from RGB is 248 - color contains mainly: red. Hex color #F8EDB8 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F8EDB8 is #071247. Grayscale: #EAEAEA. Windows color (decimal): -463432 or 12119544. OLE color: 12119544.

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

Color convert

RGB248237184-
CMYK00.040.260.03
HSL49.69º82.05%84.71%-
HSV(B)49.69º25.81%97.25%-
XYZ77.6583.9957.47-
YUV234.2599.64137.81-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 37.07%
GREEN value IS 237 (92.97% from 255) = 35.43%
BLUE value IS 184 (72.27% from 255) = 27.50%
R=37.07%
G=35.43%
B=27.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.26
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24823718400.040.260.0349.6982.0584.71
HexF8EDB8041A3325255
Octal3703552700432362122125
Binary1111100011101101101110000100110101111001010100101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8EDB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8EDB8; }

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

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

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

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

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

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

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

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