#F7E3BA

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

Shades of Barley White #F7E3BA

Tints of Barley White #F7E3BA

Color information

#F7E3BA (or 0xF7E3BA) is unknown color: approx Barley White. HEX triplet: F7, E3 and BA. RGB value is (247,227,186). Sum of RGB (Red+Green+Blue) = 247+227+186=660 (87% of max value = 765). Red value is 247 (96.88% from 255 or 37.42% from 660); Green value is 227 (89.06% from 255 or 34.39% from 660); Blue value is 186 (73.05% from 255 or 28.18% from 660); Max value from RGB is 247 - color contains mainly: red. Hex color #F7E3BA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F7E3BA is #081C45. Grayscale: #E4E4E4. Windows color (decimal): -531526 or 12248055. OLE color: 12248055.

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

Color convert

RGB247227186-
CMYK00.080.250.03
HSL40.33º79.22%84.9%-
HSV(B)40.33º24.7%96.86%-
XYZ74.6978.2657.62-
YUV228.31104.13141.33-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 37.42%
GREEN value IS 227 (89.06% from 255) = 34.39%
BLUE value IS 186 (73.05% from 255) = 28.18%
R=37.42%
G=34.39%
B=28.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.25
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24722718600.080.250.0340.3379.2284.9
HexF7E3BA08193284f55
Octal36734327201031350117125
Binary11110111111000111011101001000110011110100010011111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7E3BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7E3BA; }

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

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

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

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

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

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

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

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