COLOR #F4E0D1

HEX: #F4E0D1
RGB: (244,224,209)

Color info

#F4E0D1 contains red, green and blue colors in about the same proportion. Web safe color of #F4E0D1 is #FFCCCC (or #FCC).

RGB color model

#F4E0D1 color RGB value is (244,224,209).

  • red value is 244;
  • green value is 224;
  • blue value is 209.
RGB:
(244,224,209)
(96%,88%,82%)

RGB channels and saturation

R 244 of 255 = 96%
G 224 of 255 = 88%
B 209 of 255 = 82%

244
224
209

R + G + B ~ 89%. #F4E0D1 is light color.

Portions of RGB colors in percentages

R + G + B =
244 + 224 + 209 = 677 (100%)
R 244 of 677 ~ 36.04%
G 224 of 677 ~ 33.09%
B 209 of 677 ~ 30.87%

%36.04
%33.09
%30.87

CMYK color model

#F4E0D1 color CMYK value is (0,8,14,4).

  • cyan value is 0.00%
  • magenta value is 8.20%
  • yellow value is 14.34%
  • key color value is 4.31%
CMYK:
(0,8,14,4)
C0M8Y14K4 
(0%,8%,14%,4%)
(0.00/0.08/0.14/0.04)	

CMYK percentages

%0
%8.2
%14.34
%4.31

Codes

Color #F4E0D1 in popluar color models

F4E0D1
RGB244224209
HSL26°61.40%88.82%
HSB/HSV26°14.34%95.69%
CMYK0.00%8.20%14.34%
4.31%

Color #F4E0D1 in popluar number systems.

HEXF4E0D1
Decimal244224209
Binary111101001110000011010001
Octal364340321

Shades and tints

Shades of #F4E0D1

#F4E0D1
(244,224,209)
#DECCBE
(222,204,190)
#C8B8AB
(200,184,171)
#B2A498
(178,164,152)
#9C9085
(156,144,133)
#867C72
(134,124,114)
#70685F
(112,104,95)
#5A544C
(90,84,76)
#444039
(68,64,57)
#2E2C26
(46,44,38)
#181813
(24,24,19)
#000000
(0,0,0)

Tints of #F4E0D1

#F4E0D1
(244,224,209)
#F5E2D5
(245,226,213)
#F6E4D9
(246,228,217)
#F7E6DD
(247,230,221)
#F8E8E1
(248,232,225)
#F9EAE5
(249,234,229)
#FAECE9
(250,236,233)
#FBEEED
(251,238,237)
#FCF0F1
(252,240,241)
#FDF2F5
(253,242,245)
#FEF4F9
(254,244,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F4E0D1 color. Also use rgb(244,224,209) instead hex code.

Text Font Color

.myTextColor { color: #F4E0D1; }

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

This text font color is #F4E0D1.


Background Color

.myBgColor { background-color: #F4E0D1; }

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

This div background color is #F4E0D1.


Border color

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

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

This div border color is #F4E0D1.


Opacity

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

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

Text with #F4E0D1 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 #F4E0D1;}

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

This text has shadow with #F4E0D1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F4E0D1 on black background.


Color preview on white background

This text has color #F4E0D1 on white background.



Black color preview on #F4E0D1 background

This text has black color on #F4E0D1 background.


White color preview on #F4E0D1 background

This text has white color on #F4E0D1 background.