#F3E8B4

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

Shades of Barley White #F3E8B4

Tints of Barley White #F3E8B4

Color information

#F3E8B4 (or 0xF3E8B4) is unknown color: approx Barley White. HEX triplet: F3, E8 and B4. RGB value is (243,232,180). Sum of RGB (Red+Green+Blue) = 243+232+180=655 (86% of max value = 765). Red value is 243 (95.31% from 255 or 37.10% from 655); Green value is 232 (91.02% from 255 or 35.42% from 655); Blue value is 180 (70.70% from 255 or 27.48% from 655); Max value from RGB is 243 - color contains mainly: red. Hex color #F3E8B4 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F3E8B4 is #0C174B. Grayscale: #E5E5E5. Windows color (decimal): -792396 or 11856115. OLE color: 11856115.

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

Color convert

RGB243232180-
CMYK00.050.260.05
HSL49.52º72.41%82.94%-
HSV(B)49.52º25.93%95.29%-
XYZ74.0680.0654.73-
YUV229.36100.14137.73-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 37.10%
GREEN value IS 232 (91.02% from 255) = 35.42%
BLUE value IS 180 (70.70% from 255) = 27.48%
R=37.10%
G=35.42%
B=27.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.26
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24323218000.050.260.0549.5272.4182.94
HexF3E8B4051A5324853
Octal3633502640532562110123
Binary11110011111010001011010001011101010111001010010001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3E8B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3E8B4; }

 p { color: rgb(243,232,180); }

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

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

 a { background-color: rgb(243,232,180); }

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

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

 span { border-color: rgb(243,232,180); }

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