#F6E3BA

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

Shades of Barley White #F6E3BA

Tints of Barley White #F6E3BA

Color information

#F6E3BA (or 0xF6E3BA) is unknown color: approx Barley White. HEX triplet: F6, E3 and BA. RGB value is (246,227,186). Sum of RGB (Red+Green+Blue) = 246+227+186=659 (87% of max value = 765). Red value is 246 (96.48% from 255 or 37.33% from 659); Green value is 227 (89.06% from 255 or 34.45% from 659); Blue value is 186 (73.05% from 255 or 28.22% from 659); Max value from RGB is 246 - color contains mainly: red. Hex color #F6E3BA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F6E3BA is #091C45. Grayscale: #E4E4E4. Windows color (decimal): -597062 or 12248054. OLE color: 12248054.

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

Color convert

RGB246227186-
CMYK00.080.240.04
HSL41º76.92%84.71%-
HSV(B)41º24.39%96.47%-
XYZ74.3478.0857.61-
YUV228.01104.29140.83-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 37.33%
GREEN value IS 227 (89.06% from 255) = 34.45%
BLUE value IS 186 (73.05% from 255) = 28.22%
R=37.33%
G=34.45%
B=28.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.24
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24622718600.080.240.044176.9284.71
HexF6E3BA08184294d55
Octal36634327201030451115125
Binary111101101110001110111010010001100010010100110011011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6E3BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6E3BA; }

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

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

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

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

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

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

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

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