COLOR #F4E8B9

HEX: #F4E8B9
RGB: (244,232,185)

Color info

#F4E8B9 contains red, green and blue colors in about the same proportion. Web safe color of #F4E8B9 is #FFFFCC (or #FFC).

RGB color model

#F4E8B9 color RGB value is (244,232,185).

  • red value is 244;
  • green value is 232;
  • blue value is 185.
RGB:
(244,232,185)
(96%,91%,73%)

RGB channels and saturation

R 244 of 255 = 96%
G 232 of 255 = 91%
B 185 of 255 = 73%

244
232
185

R + G + B ~ 87%. #F4E8B9 is light color.

Portions of RGB colors in percentages

R + G + B =
244 + 232 + 185 = 661 (100%)
R 244 of 661 ~ 36.91%
G 232 of 661 ~ 35.1%
B 185 of 661 ~ 27.99%

%36.91
%35.1
%27.99

CMYK color model

#F4E8B9 color CMYK value is (0,5,24,4).

  • cyan value is 0.00%
  • magenta value is 4.92%
  • yellow value is 24.18%
  • key color value is 4.31%
CMYK:
(0,5,24,4)
C0M5Y24K4 
(0%,5%,24%,4%)
(0.00/0.05/0.24/0.04)	

CMYK percentages

%0
%4.92
%24.18
%4.31

Codes

Color #F4E8B9 in popluar color models

F4E8B9
RGB244232185
HSL48°72.84%84.12%
HSB/HSV48°24.18%95.69%
CMYK0.00%4.92%24.18%
4.31%

Color #F4E8B9 in popluar number systems.

HEXF4E8B9
Decimal244232185
Binary111101001110100010111001
Octal364350271

Shades and tints

Shades of #F4E8B9

#F4E8B9
(244,232,185)
#DED3A9
(222,211,169)
#C8BE99
(200,190,153)
#B2A989
(178,169,137)
#9C9479
(156,148,121)
#867F69
(134,127,105)
#706A59
(112,106,89)
#5A5549
(90,85,73)
#444039
(68,64,57)
#2E2B29
(46,43,41)
#181619
(24,22,25)
#000000
(0,0,0)

Tints of #F4E8B9

#F4E8B9
(244,232,185)
#F5EABF
(245,234,191)
#F6ECC5
(246,236,197)
#F7EECB
(247,238,203)
#F8F0D1
(248,240,209)
#F9F2D7
(249,242,215)
#FAF4DD
(250,244,221)
#FBF6E3
(251,246,227)
#FCF8E9
(252,248,233)
#FDFAEF
(253,250,239)
#FEFCF5
(254,252,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F4E8B9 color. Also use rgb(244,232,185) instead hex code.

Text Font Color

.myTextColor { color: #F4E8B9; }

<p style="color:#F4E8B9">This sample text font color is #F4E8B9.</p>

This text font color is #F4E8B9.


Background Color

.myBgColor { background-color: #F4E8B9; }

<div style="background-color:#F4E8B9">Inner text</div>

This div background color is #F4E8B9.


Border color

.myBorderColor { border: 1px solid #F4E8B9; }

<div style="border:3px solid #F4E8B9">Div</div>

This div border color is #F4E8B9.


Opacity

.myOpacity80 { color: #F4E8B9; opacity: 0.8; }

<p style="color:#F4E8B9;opacity:0.8;">80%</p>

Text with #F4E8B9 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #F4E8B9;}

<p style="text-shadow: 3px 3px 1px #F4E8B9">Text here.</p>

This text has shadow with #F4E8B9 color.

.textShadow {text-shadow: 3px 3px 1px #F4E8B9, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #F4E8B9, 5px 5px 20px red">Text here.</p>

This text has shadow with #F4E8B9 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#F4E8B9, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#F4E8B9, Direction=45, Strength=4)">Text</p>

This text has shadow with #F4E8B9 and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #F4E8B9;
  -webkit-box-shadow:	1px 1px 3px 2px #F4E8B9;
  box-shadow:		1px 1px 3px 2px #F4E8B9;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #F4E8B9;
-webkit-box-shadow: 1px 1px 3px 2px #F4E8B9;
box-shadow:1px 1px 3px 2px #F4E8B9;">
Div content here</div>
This div box has shadow with color #F4E8B9.

Preview

Color preview on black background

This text has color #F4E8B9 on black background.


Color preview on white background

This text has color #F4E8B9 on white background.



Black color preview on #F4E8B9 background

This text has black color on #F4E8B9 background.


White color preview on #F4E8B9 background

This text has white color on #F4E8B9 background.