#F3EAB6

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

Shades of Barley White #F3EAB6

Tints of Barley White #F3EAB6

Color information

#F3EAB6 (or 0xF3EAB6) is unknown color: approx Barley White. HEX triplet: F3, EA and B6. RGB value is (243,234,182). Sum of RGB (Red+Green+Blue) = 243+234+182=659 (87% of max value = 765). Red value is 243 (95.31% from 255 or 36.87% from 659); Green value is 234 (91.80% from 255 or 35.51% from 659); Blue value is 182 (71.48% from 255 or 27.62% from 659); Max value from RGB is 243 - color contains mainly: red. Hex color #F3EAB6 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F3EAB6 is #0C1549. Grayscale: #E6E6E6. Windows color (decimal): -791882 or 11987699. OLE color: 11987699.

HSL color Cylindrical-coordinate representation of color #F3EAB6: hue angle of 51.15º degrees, saturation: 0.72, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #F3EAB6 is Cyan = 0, Magento = 0.04, Yellow = 0.25 and Black (K on CMYK) = 0.05.

Color convert

RGB243234182-
CMYK00.040.250.05
HSL51.15º71.76%83.33%-
HSV(B)51.15º25.1%95.29%-
XYZ74.8381.2856-
YUV230.76100.48136.73-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 36.87%
GREEN value IS 234 (91.80% from 255) = 35.51%
BLUE value IS 182 (71.48% from 255) = 27.62%
R=36.87%
G=35.51%
B=27.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.25
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24323418200.040.250.0551.1571.7683.33
HexF3EAB604195334853
Octal3633522660431563110123
Binary11110011111010101011011001001100110111001110010001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3EAB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3EAB6; }

 p { color: rgb(243,234,182); }

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

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

 a { background-color: rgb(243,234,182); }

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

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

 span { border-color: rgb(243,234,182); }

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