#F6ECB9

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

Shades of Barley White #F6ECB9

Tints of Barley White #F6ECB9

Color information

#F6ECB9 (or 0xF6ECB9) is unknown color: approx Barley White. HEX triplet: F6, EC and B9. RGB value is (246,236,185). Sum of RGB (Red+Green+Blue) = 246+236+185=667 (88% of max value = 765). Red value is 246 (96.48% from 255 or 36.88% from 667); Green value is 236 (92.58% from 255 or 35.38% from 667); Blue value is 185 (72.66% from 255 or 27.74% from 667); Max value from RGB is 246 - color contains mainly: red. Hex color #F6ECB9 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F6ECB9 is #091346. Grayscale: #E9E9E9. Windows color (decimal): -594759 or 12184822. OLE color: 12184822.

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

Color convert

RGB246236185-
CMYK00.040.250.04
HSL50.16º77.22%84.51%-
HSV(B)50.16º24.8%96.47%-
XYZ76.7683.0957.89-
YUV233.18100.81137.15-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 36.88%
GREEN value IS 236 (92.58% from 255) = 35.38%
BLUE value IS 185 (72.66% from 255) = 27.74%
R=36.88%
G=35.38%
B=27.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.25
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24623618500.040.250.0450.1677.2284.51
HexF6ECB904194324d55
Octal3663542710431462115125
Binary11110110111011001011100101001100110011001010011011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6ECB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6ECB9; }

 p { color: rgb(246,236,185); }

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

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

 a { background-color: rgb(246,236,185); }

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

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

 span { border-color: rgb(246,236,185); }

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