#F7EBBA

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

Shades of Barley White #F7EBBA

Tints of Barley White #F7EBBA

Color information

#F7EBBA (or 0xF7EBBA) is unknown color: approx Barley White. HEX triplet: F7, EB and BA. RGB value is (247,235,186). Sum of RGB (Red+Green+Blue) = 247+235+186=668 (88% of max value = 765). Red value is 247 (96.88% from 255 or 36.98% from 668); Green value is 235 (92.19% from 255 or 35.18% from 668); Blue value is 186 (73.05% from 255 or 27.84% from 668); Max value from RGB is 247 - color contains mainly: red. Hex color #F7EBBA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F7EBBA is #081445. Grayscale: #E9E9E9. Windows color (decimal): -529478 or 12250103. OLE color: 12250103.

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

Color convert

RGB247235186-
CMYK00.050.250.03
HSL48.2º79.22%84.9%-
HSV(B)48.2º24.7%96.86%-
XYZ76.9382.7458.37-
YUV233101.48137.98-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 36.98%
GREEN value IS 235 (92.19% from 255) = 35.18%
BLUE value IS 186 (73.05% from 255) = 27.84%
R=36.98%
G=35.18%
B=27.84%

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
Decimal24723518600.050.250.0348.279.2284.9
HexF7EBBA05193304f55
Octal3673532720531360117125
Binary1111011111101011101110100101110011111000010011111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7EBBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7EBBA; }

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

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

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

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

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

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

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

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