COLOR #F4DFD5

HEX: #F4DFD5
RGB: (244,223,213)

Color info

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

RGB color model

#F4DFD5 color RGB value is (244,223,213).

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

RGB channels and saturation

R 244 of 255 = 96%
G 223 of 255 = 87%
B 213 of 255 = 84%

244
223
213

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

Portions of RGB colors in percentages

R + G + B =
244 + 223 + 213 = 680 (100%)
R 244 of 680 ~ 35.88%
G 223 of 680 ~ 32.79%
B 213 of 680 ~ 31.32%

%35.88
%32.79
%31.32

CMYK color model

#F4DFD5 color CMYK value is (0,9,13,4).

  • cyan value is 0.00%
  • magenta value is 8.61%
  • yellow value is 12.70%
  • key color value is 4.31%
CMYK:
(0,9,13,4)
C0M9Y13K4 
(0%,9%,13%,4%)
(0.00/0.09/0.13/0.04)	

CMYK percentages

%0
%8.61
%12.7
%4.31

Codes

Color #F4DFD5 in popluar color models

F4DFD5
RGB244223213
HSL19°58.49%89.61%
HSB/HSV19°12.70%95.69%
CMYK0.00%8.61%12.70%
4.31%

Color #F4DFD5 in popluar number systems.

HEXF4DFD5
Decimal244223213
Binary111101001101111111010101
Octal364337325

Shades and tints

Shades of #F4DFD5

#F4DFD5
(244,223,213)
#DECBC2
(222,203,194)
#C8B7AF
(200,183,175)
#B2A39C
(178,163,156)
#9C8F89
(156,143,137)
#867B76
(134,123,118)
#706763
(112,103,99)
#5A5350
(90,83,80)
#443F3D
(68,63,61)
#2E2B2A
(46,43,42)
#181717
(24,23,23)
#000000
(0,0,0)

Tints of #F4DFD5

#F4DFD5
(244,223,213)
#F5E1D8
(245,225,216)
#F6E3DB
(246,227,219)
#F7E5DE
(247,229,222)
#F8E7E1
(248,231,225)
#F9E9E4
(249,233,228)
#FAEBE7
(250,235,231)
#FBEDEA
(251,237,234)
#FCEFED
(252,239,237)
#FDF1F0
(253,241,240)
#FEF3F3
(254,243,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F4DFD5; }

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

This text font color is #F4DFD5.


Background Color

.myBgColor { background-color: #F4DFD5; }

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

This div background color is #F4DFD5.


Border color

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

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

This div border color is #F4DFD5.


Opacity

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

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

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

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

This text has shadow with #F4DFD5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F4DFD5 on black background.


Color preview on white background

This text has color #F4DFD5 on white background.



Black color preview on #F4DFD5 background

This text has black color on #F4DFD5 background.


White color preview on #F4DFD5 background

This text has white color on #F4DFD5 background.