#F6E5B6

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

Shades of Barley White #F6E5B6

Tints of Barley White #F6E5B6

Color information

#F6E5B6 (or 0xF6E5B6) is unknown color: approx Barley White. HEX triplet: F6, E5 and B6. RGB value is (246,229,182). Sum of RGB (Red+Green+Blue) = 246+229+182=657 (87% of max value = 765). Red value is 246 (96.48% from 255 or 37.44% from 657); Green value is 229 (89.84% from 255 or 34.86% from 657); Blue value is 182 (71.48% from 255 or 27.70% from 657); Max value from RGB is 246 - color contains mainly: red. Hex color #F6E5B6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F6E5B6 is #091A49. Grayscale: #E4E4E4. Windows color (decimal): -596554 or 11986422. OLE color: 11986422.

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

Color convert

RGB246229182-
CMYK00.070.260.04
HSL44.06º78.05%83.92%-
HSV(B)44.06º26.02%96.47%-
XYZ74.4779.0155.58-
YUV228.72101.63140.32-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 37.44%
GREEN value IS 229 (89.84% from 255) = 34.86%
BLUE value IS 182 (71.48% from 255) = 27.70%
R=37.44%
G=34.86%
B=27.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.26
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24622918200.070.260.0444.0678.0583.92
HexF6E5B6071A42c4e54
Octal3663452660732454116124
Binary11110110111001011011011001111101010010110010011101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6E5B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6E5B6; }

 p { color: rgb(246,229,182); }

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

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

 a { background-color: rgb(246,229,182); }

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

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

 span { border-color: rgb(246,229,182); }

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