#F6E4BA

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

Shades of Barley White #F6E4BA

Tints of Barley White #F6E4BA

Color information

#F6E4BA (or 0xF6E4BA) is unknown color: approx Barley White. HEX triplet: F6, E4 and BA. RGB value is (246,228,186). Sum of RGB (Red+Green+Blue) = 246+228+186=660 (87% of max value = 765). Red value is 246 (96.48% from 255 or 37.27% from 660); Green value is 228 (89.45% from 255 or 34.55% from 660); Blue value is 186 (73.05% from 255 or 28.18% from 660); Max value from RGB is 246 - color contains mainly: red. Hex color #F6E4BA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F6E4BA is #091B45. Grayscale: #E4E4E4. Windows color (decimal): -596806 or 12248310. OLE color: 12248310.

HSL color Cylindrical-coordinate representation of color #F6E4BA: hue angle of 42º 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 #F6E4BA is Cyan = 0, Magento = 0.07, Yellow = 0.24 and Black (K on CMYK) = 0.04.

Color convert

RGB246228186-
CMYK00.070.240.04
HSL42º76.92%84.71%-
HSV(B)42º24.39%96.47%-
XYZ74.6178.6257.7-
YUV228.59103.96140.42-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 37.27%
GREEN value IS 228 (89.45% from 255) = 34.55%
BLUE value IS 186 (73.05% from 255) = 28.18%
R=37.27%
G=34.55%
B=28.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.24
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24622818600.070.240.044276.9284.71
HexF6E4BA071842a4d55
Octal3663442720730452115125
Binary11110110111001001011101001111100010010101010011011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6E4BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6E4BA; }

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

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

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

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

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

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

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

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