COLOR #F4DFD1

HEX: #F4DFD1
RGB: (244,223,209)

Color info

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

RGB color model

#F4DFD1 color RGB value is (244,223,209).

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

RGB channels and saturation

R 244 of 255 = 96%
G 223 of 255 = 87%
B 209 of 255 = 82%

244
223
209

R + G + B ~ 88%. #F4DFD1 is light color.

Portions of RGB colors in percentages

R + G + B =
244 + 223 + 209 = 676 (100%)
R 244 of 676 ~ 36.09%
G 223 of 676 ~ 32.99%
B 209 of 676 ~ 30.92%

%36.09
%32.99
%30.92

CMYK color model

#F4DFD1 color CMYK value is (0,9,14,4).

  • cyan value is 0.00%
  • magenta value is 8.61%
  • yellow value is 14.34%
  • key color value is 4.31%
CMYK:
(0,9,14,4)
C0M9Y14K4 
(0%,9%,14%,4%)
(0.00/0.09/0.14/0.04)	

CMYK percentages

%0
%8.61
%14.34
%4.31

Codes

Color #F4DFD1 in popluar color models

F4DFD1
RGB244223209
HSL24°61.40%88.82%
HSB/HSV24°14.34%95.69%
CMYK0.00%8.61%14.34%
4.31%

Color #F4DFD1 in popluar number systems.

HEXF4DFD1
Decimal244223209
Binary111101001101111111010001
Octal364337321

Shades and tints

Shades of #F4DFD1

#F4DFD1
(244,223,209)
#DECBBE
(222,203,190)
#C8B7AB
(200,183,171)
#B2A398
(178,163,152)
#9C8F85
(156,143,133)
#867B72
(134,123,114)
#70675F
(112,103,95)
#5A534C
(90,83,76)
#443F39
(68,63,57)
#2E2B26
(46,43,38)
#181713
(24,23,19)
#000000
(0,0,0)

Tints of #F4DFD1

#F4DFD1
(244,223,209)
#F5E1D5
(245,225,213)
#F6E3D9
(246,227,217)
#F7E5DD
(247,229,221)
#F8E7E1
(248,231,225)
#F9E9E5
(249,233,229)
#FAEBE9
(250,235,233)
#FBEDED
(251,237,237)
#FCEFF1
(252,239,241)
#FDF1F5
(253,241,245)
#FEF3F9
(254,243,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F4DFD1; }

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

This text font color is #F4DFD1.


Background Color

.myBgColor { background-color: #F4DFD1; }

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

This div background color is #F4DFD1.


Border color

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

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

This div border color is #F4DFD1.


Opacity

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

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

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

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

This text has shadow with #F4DFD1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F4DFD1 on black background.


Color preview on white background

This text has color #F4DFD1 on white background.



Black color preview on #F4DFD1 background

This text has black color on #F4DFD1 background.


White color preview on #F4DFD1 background

This text has white color on #F4DFD1 background.