#F5EBB6

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

Shades of Barley White #F5EBB6

Tints of Barley White #F5EBB6

Color information

#F5EBB6 (or 0xF5EBB6) is unknown color: approx Barley White. HEX triplet: F5, EB and B6. RGB value is (245,235,182). Sum of RGB (Red+Green+Blue) = 245+235+182=662 (87% of max value = 765). Red value is 245 (96.09% from 255 or 37.01% from 662); Green value is 235 (92.19% from 255 or 35.50% from 662); Blue value is 182 (71.48% from 255 or 27.49% from 662); Max value from RGB is 245 - color contains mainly: red. Hex color #F5EBB6 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F5EBB6 is #0A1449. Grayscale: #E8E8E8. Windows color (decimal): -660554 or 11987957. OLE color: 11987957.

HSL color Cylindrical-coordinate representation of color #F5EBB6: hue angle of 50.48º degrees, saturation: 0.76, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #F5EBB6 is Cyan = 0, Magento = 0.04, Yellow = 0.26 and Black (K on CMYK) = 0.04.

Color convert

RGB245235182-
CMYK00.040.260.04
HSL50.48º75.9%83.73%-
HSV(B)50.48º25.71%96.08%-
XYZ75.8182.2156.13-
YUV231.9599.81137.31-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 37.01%
GREEN value IS 235 (92.19% from 255) = 35.50%
BLUE value IS 182 (71.48% from 255) = 27.49%
R=37.01%
G=35.50%
B=27.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.26
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24523518200.040.260.0450.4875.983.73
HexF5EBB6041A4324c54
Octal3653532660432462114124
Binary11110101111010111011011001001101010011001010011001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5EBB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5EBB6; }

 p { color: rgb(245,235,182); }

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

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

 a { background-color: rgb(245,235,182); }

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

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

 span { border-color: rgb(245,235,182); }

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