#F6E9BA

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

Shades of Barley White #F6E9BA

Tints of Barley White #F6E9BA

Color information

#F6E9BA (or 0xF6E9BA) is unknown color: approx Barley White. HEX triplet: F6, E9 and BA. RGB value is (246,233,186). Sum of RGB (Red+Green+Blue) = 246+233+186=665 (88% of max value = 765). Red value is 246 (96.48% from 255 or 36.99% from 665); Green value is 233 (91.41% from 255 or 35.04% from 665); Blue value is 186 (73.05% from 255 or 27.97% from 665); Max value from RGB is 246 - color contains mainly: red. Hex color #F6E9BA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F6E9BA is #091645. Grayscale: #E7E7E7. Windows color (decimal): -595526 or 12249590. OLE color: 12249590.

HSL color Cylindrical-coordinate representation of color #F6E9BA: hue angle of 47º degrees, saturation: 0.77, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #F6E9BA is Cyan = 0, Magento = 0.05, Yellow = 0.24 and Black (K on CMYK) = 0.04.

Color convert

RGB246233186-
CMYK00.050.240.04
HSL47º76.92%84.71%-
HSV(B)47º24.39%96.47%-
XYZ76.0181.4258.16-
YUV231.53102.31138.32-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 36.99%
GREEN value IS 233 (91.41% from 255) = 35.04%
BLUE value IS 186 (73.05% from 255) = 27.97%
R=36.99%
G=35.04%
B=27.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.24
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24623318600.050.240.044776.9284.71
HexF6E9BA051842f4d55
Octal3663512720530457115125
Binary11110110111010011011101001011100010010111110011011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6E9BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6E9BA; }

 p { color: rgb(246,233,186); }

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

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

 a { background-color: rgb(246,233,186); }

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

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

 span { border-color: rgb(246,233,186); }

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