#F7E5BB

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

Shades of Barley White #F7E5BB

Tints of Barley White #F7E5BB

Color information

#F7E5BB (or 0xF7E5BB) is unknown color: approx Barley White. HEX triplet: F7, E5 and BB. RGB value is (247,229,187). Sum of RGB (Red+Green+Blue) = 247+229+187=663 (87% of max value = 765). Red value is 247 (96.88% from 255 or 37.25% from 663); Green value is 229 (89.84% from 255 or 34.54% from 663); Blue value is 187 (73.44% from 255 or 28.21% from 663); Max value from RGB is 247 - color contains mainly: red. Hex color #F7E5BB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F7E5BB is #081A44. Grayscale: #E5E5E5. Windows color (decimal): -531013 or 12314103. OLE color: 12314103.

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

Color convert

RGB247229187-
CMYK00.070.240.03
HSL42º78.95%85.1%-
HSV(B)42º24.29%96.86%-
XYZ75.3579.458.37-
YUV229.59103.96140.42-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 37.25%
GREEN value IS 229 (89.84% from 255) = 34.54%
BLUE value IS 187 (73.44% from 255) = 28.21%
R=37.25%
G=34.54%
B=28.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.24
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24722918700.070.240.034278.9585.1
HexF7E5BB071832a4f55
Octal3673452730730352117125
Binary1111011111100101101110110111110001110101010011111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7E5BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7E5BB; }

 p { color: rgb(247,229,187); }

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

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

 a { background-color: rgb(247,229,187); }

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

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

 span { border-color: rgb(247,229,187); }

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