#F3E8B5

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

Shades of Barley White #F3E8B5

Tints of Barley White #F3E8B5

Color information

#F3E8B5 (or 0xF3E8B5) is unknown color: approx Barley White. HEX triplet: F3, E8 and B5. RGB value is (243,232,181). Sum of RGB (Red+Green+Blue) = 243+232+181=656 (86% of max value = 765). Red value is 243 (95.31% from 255 or 37.04% from 656); Green value is 232 (91.02% from 255 or 35.37% from 656); Blue value is 181 (71.09% from 255 or 27.59% from 656); Max value from RGB is 243 - color contains mainly: red. Hex color #F3E8B5 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F3E8B5 is #0C174A. Grayscale: #E5E5E5. Windows color (decimal): -792395 or 11921651. OLE color: 11921651.

HSL color Cylindrical-coordinate representation of color #F3E8B5: hue angle of 49.35º 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 #F3E8B5 is Cyan = 0, Magento = 0.05, Yellow = 0.26 and Black (K on CMYK) = 0.05.

Color convert

RGB243232181-
CMYK00.050.260.05
HSL49.35º72.09%83.14%-
HSV(B)49.35º25.51%95.29%-
XYZ74.1680.155.27-
YUV229.48100.64137.65-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 37.04%
GREEN value IS 232 (91.02% from 255) = 35.37%
BLUE value IS 181 (71.09% from 255) = 27.59%
R=37.04%
G=35.37%
B=27.59%

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
Decimal24323218100.050.260.0549.3572.0983.14
HexF3E8B5051A5314853
Octal3633502650532561110123
Binary11110011111010001011010101011101010111000110010001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3E8B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3E8B5; }

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

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

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

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

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

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

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

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