COLOR #F4D7D2

HEX: #F4D7D2
RGB: (244,215,210)

Color info

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

RGB color model

#F4D7D2 color RGB value is (244,215,210).

  • red value is 244;
  • green value is 215;
  • blue value is 210.
RGB:
(244,215,210)
(96%,84%,82%)

RGB channels and saturation

R 244 of 255 = 96%
G 215 of 255 = 84%
B 210 of 255 = 82%

244
215
210

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

Portions of RGB colors in percentages

R + G + B =
244 + 215 + 210 = 669 (100%)
R 244 of 669 ~ 36.47%
G 215 of 669 ~ 32.14%
B 210 of 669 ~ 31.39%

%36.47
%32.14
%31.39

CMYK color model

#F4D7D2 color CMYK value is (0,12,14,4).

  • cyan value is 0.00%
  • magenta value is 11.89%
  • yellow value is 13.93%
  • key color value is 4.31%
CMYK:
(0,12,14,4)
C0M12Y14K4 
(0%,12%,14%,4%)
(0.00/0.12/0.14/0.04)	

CMYK percentages

%0
%11.89
%13.93
%4.31

Codes

Color #F4D7D2 in popluar color models

F4D7D2
RGB244215210
HSL60.71%89.02%
HSB/HSV13.93%95.69%
CMYK0.00%11.89%13.93%
4.31%

Color #F4D7D2 in popluar number systems.

HEXF4D7D2
Decimal244215210
Binary111101001101011111010010
Octal364327322

Shades and tints

Shades of #F4D7D2

#F4D7D2
(244,215,210)
#DEC4BF
(222,196,191)
#C8B1AC
(200,177,172)
#B29E99
(178,158,153)
#9C8B86
(156,139,134)
#867873
(134,120,115)
#706560
(112,101,96)
#5A524D
(90,82,77)
#443F3A
(68,63,58)
#2E2C27
(46,44,39)
#181914
(24,25,20)
#000000
(0,0,0)

Tints of #F4D7D2

#F4D7D2
(244,215,210)
#F5DAD6
(245,218,214)
#F6DDDA
(246,221,218)
#F7E0DE
(247,224,222)
#F8E3E2
(248,227,226)
#F9E6E6
(249,230,230)
#FAE9EA
(250,233,234)
#FBECEE
(251,236,238)
#FCEFF2
(252,239,242)
#FDF2F6
(253,242,246)
#FEF5FA
(254,245,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F4D7D2 color. Also use rgb(244,215,210) instead hex code.

Text Font Color

.myTextColor { color: #F4D7D2; }

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

This text font color is #F4D7D2.


Background Color

.myBgColor { background-color: #F4D7D2; }

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

This div background color is #F4D7D2.


Border color

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

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

This div border color is #F4D7D2.


Opacity

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

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

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

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

This text has shadow with #F4D7D2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F4D7D2 on black background.


Color preview on white background

This text has color #F4D7D2 on white background.



Black color preview on #F4D7D2 background

This text has black color on #F4D7D2 background.


White color preview on #F4D7D2 background

This text has white color on #F4D7D2 background.