#F7EABA

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

Shades of Barley White #F7EABA

Tints of Barley White #F7EABA

Color information

#F7EABA (or 0xF7EABA) is unknown color: approx Barley White. HEX triplet: F7, EA and BA. RGB value is (247,234,186). Sum of RGB (Red+Green+Blue) = 247+234+186=667 (88% of max value = 765). Red value is 247 (96.88% from 255 or 37.03% from 667); Green value is 234 (91.80% from 255 or 35.08% from 667); Blue value is 186 (73.05% from 255 or 27.89% from 667); Max value from RGB is 247 - color contains mainly: red. Hex color #F7EABA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F7EABA is #081545. Grayscale: #E8E8E8. Windows color (decimal): -529734 or 12249847. OLE color: 12249847.

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

Color convert

RGB247234186-
CMYK00.050.250.03
HSL47.21º79.22%84.9%-
HSV(B)47.21º24.7%96.86%-
XYZ76.6482.1658.27-
YUV232.42101.81138.4-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 37.03%
GREEN value IS 234 (91.80% from 255) = 35.08%
BLUE value IS 186 (73.05% from 255) = 27.89%
R=37.03%
G=35.08%
B=27.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.25
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24723418600.050.250.0347.2179.2284.9
HexF7EABA051932f4f55
Octal3673522720531357117125
Binary1111011111101010101110100101110011110111110011111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7EABA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7EABA; }

 p { color: rgb(247,234,186); }

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

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

 a { background-color: rgb(247,234,186); }

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

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

 span { border-color: rgb(247,234,186); }

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