#F7EDB8

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

Shades of Barley White #F7EDB8

Tints of Barley White #F7EDB8

Color information

#F7EDB8 (or 0xF7EDB8) is unknown color: approx Barley White. HEX triplet: F7, ED and B8. RGB value is (247,237,184). Sum of RGB (Red+Green+Blue) = 247+237+184=668 (88% of max value = 765). Red value is 247 (96.88% from 255 or 36.98% from 668); Green value is 237 (92.97% from 255 or 35.48% from 668); Blue value is 184 (72.27% from 255 or 27.54% from 668); Max value from RGB is 247 - color contains mainly: red. Hex color #F7EDB8 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F7EDB8 is #081247. Grayscale: #EAEAEA. Windows color (decimal): -528968 or 12119543. OLE color: 12119543.

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

Color convert

RGB247237184-
CMYK00.040.260.03
HSL50.48º79.75%84.51%-
HSV(B)50.48º25.51%96.86%-
XYZ77.2983.857.45-
YUV233.9599.81137.31-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 36.98%
GREEN value IS 237 (92.97% from 255) = 35.48%
BLUE value IS 184 (72.27% from 255) = 27.54%
R=36.98%
G=35.48%
B=27.54%

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
Decimal24723718400.040.260.0350.4879.7584.51
HexF7EDB8041A3325055
Octal3673552700432362120125
Binary1111011111101101101110000100110101111001010100001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7EDB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7EDB8; }

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

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

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

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

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

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

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

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