#F3E4B9

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

Shades of Barley White #F3E4B9

Tints of Barley White #F3E4B9

Color information

#F3E4B9 (or 0xF3E4B9) is unknown color: approx Barley White. HEX triplet: F3, E4 and B9. RGB value is (243,228,185). Sum of RGB (Red+Green+Blue) = 243+228+185=656 (86% of max value = 765). Red value is 243 (95.31% from 255 or 37.04% from 656); Green value is 228 (89.45% from 255 or 34.76% from 656); Blue value is 185 (72.66% from 255 or 28.20% from 656); Max value from RGB is 243 - color contains mainly: red. Hex color #F3E4B9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F3E4B9 is #0C1B46. Grayscale: #E3E3E3. Windows color (decimal): -793415 or 12182771. OLE color: 12182771.

HSL color Cylindrical-coordinate representation of color #F3E4B9: hue angle of 44.48º degrees, saturation: 0.71, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #F3E4B9 is Cyan = 0, Magento = 0.06, Yellow = 0.24 and Black (K on CMYK) = 0.05.

Color convert

RGB243228185-
CMYK00.060.240.05
HSL44.48º70.73%83.92%-
HSV(B)44.48º23.87%95.29%-
XYZ73.4678.0457.09-
YUV227.58103.97139-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 37.04%
GREEN value IS 228 (89.45% from 255) = 34.76%
BLUE value IS 185 (72.66% from 255) = 28.20%
R=37.04%
G=34.76%
B=28.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.24
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24322818500.060.240.0544.4870.7383.92
HexF3E4B9061852c4754
Octal3633442710630554107124
Binary11110011111001001011100101101100010110110010001111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3E4B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3E4B9; }

 p { color: rgb(243,228,185); }

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

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

 a { background-color: rgb(243,228,185); }

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

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

 span { border-color: rgb(243,228,185); }

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