COLOR #F4DCD4

HEX: #F4DCD4
RGB: (244,220,212)

Color info

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

RGB color model

#F4DCD4 color RGB value is (244,220,212).

  • red value is 244;
  • green value is 220;
  • blue value is 212.
RGB:
(244,220,212)
(96%,86%,83%)

RGB channels and saturation

R 244 of 255 = 96%
G 220 of 255 = 86%
B 212 of 255 = 83%

244
220
212

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

Portions of RGB colors in percentages

R + G + B =
244 + 220 + 212 = 676 (100%)
R 244 of 676 ~ 36.09%
G 220 of 676 ~ 32.54%
B 212 of 676 ~ 31.36%

%36.09
%32.54
%31.36

CMYK color model

#F4DCD4 color CMYK value is (0,10,13,4).

  • cyan value is 0.00%
  • magenta value is 9.84%
  • yellow value is 13.11%
  • key color value is 4.31%
CMYK:
(0,10,13,4)
C0M10Y13K4 
(0%,10%,13%,4%)
(0.00/0.10/0.13/0.04)	

CMYK percentages

%0
%9.84
%13.11
%4.31

Codes

Color #F4DCD4 in popluar color models

F4DCD4
RGB244220212
HSL15°59.26%89.41%
HSB/HSV15°13.11%95.69%
CMYK0.00%9.84%13.11%
4.31%

Color #F4DCD4 in popluar number systems.

HEXF4DCD4
Decimal244220212
Binary111101001101110011010100
Octal364334324

Shades and tints

Shades of #F4DCD4

#F4DCD4
(244,220,212)
#DEC8C1
(222,200,193)
#C8B4AE
(200,180,174)
#B2A09B
(178,160,155)
#9C8C88
(156,140,136)
#867875
(134,120,117)
#706462
(112,100,98)
#5A504F
(90,80,79)
#443C3C
(68,60,60)
#2E2829
(46,40,41)
#181416
(24,20,22)
#000000
(0,0,0)

Tints of #F4DCD4

#F4DCD4
(244,220,212)
#F5DFD7
(245,223,215)
#F6E2DA
(246,226,218)
#F7E5DD
(247,229,221)
#F8E8E0
(248,232,224)
#F9EBE3
(249,235,227)
#FAEEE6
(250,238,230)
#FBF1E9
(251,241,233)
#FCF4EC
(252,244,236)
#FDF7EF
(253,247,239)
#FEFAF2
(254,250,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F4DCD4 color. Also use rgb(244,220,212) instead hex code.

Text Font Color

.myTextColor { color: #F4DCD4; }

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

This text font color is #F4DCD4.


Background Color

.myBgColor { background-color: #F4DCD4; }

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

This div background color is #F4DCD4.


Border color

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

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

This div border color is #F4DCD4.


Opacity

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

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

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

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

This text has shadow with #F4DCD4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F4DCD4 on black background.


Color preview on white background

This text has color #F4DCD4 on white background.



Black color preview on #F4DCD4 background

This text has black color on #F4DCD4 background.


White color preview on #F4DCD4 background

This text has white color on #F4DCD4 background.