COLOR #F4D6DE

HEX: #F4D6DE
RGB: (244,214,222)

Color info

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

RGB color model

#F4D6DE color RGB value is (244,214,222).

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

RGB channels and saturation

R 244 of 255 = 96%
G 214 of 255 = 84%
B 222 of 255 = 87%

244
214
222

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

Portions of RGB colors in percentages

R + G + B =
244 + 214 + 222 = 680 (100%)
R 244 of 680 ~ 35.88%
G 214 of 680 ~ 31.47%
B 222 of 680 ~ 32.65%

%35.88
%31.47
%32.65

CMYK color model

#F4D6DE color CMYK value is (0,12,9,4).

  • cyan value is 0.00%
  • magenta value is 12.30%
  • yellow value is 9.02%
  • key color value is 4.31%
CMYK:
(0,12,9,4)
C0M12Y9K4 
(0%,12%,9%,4%)
(0.00/0.12/0.09/0.04)	

CMYK percentages

%0
%12.3
%9.02
%4.31

Codes

Color #F4D6DE in popluar color models

F4D6DE
RGB244214222
HSL344°57.69%89.80%
HSB/HSV344°12.30%95.69%
CMYK0.00%12.30%9.02%
4.31%

Color #F4D6DE in popluar number systems.

HEXF4D6DE
Decimal244214222
Binary111101001101011011011110
Octal364326336

Shades and tints

Shades of #F4D6DE

#F4D6DE
(244,214,222)
#DEC3CA
(222,195,202)
#C8B0B6
(200,176,182)
#B29DA2
(178,157,162)
#9C8A8E
(156,138,142)
#86777A
(134,119,122)
#706466
(112,100,102)
#5A5152
(90,81,82)
#443E3E
(68,62,62)
#2E2B2A
(46,43,42)
#181816
(24,24,22)
#000000
(0,0,0)

Tints of #F4D6DE

#F4D6DE
(244,214,222)
#F5D9E1
(245,217,225)
#F6DCE4
(246,220,228)
#F7DFE7
(247,223,231)
#F8E2EA
(248,226,234)
#F9E5ED
(249,229,237)
#FAE8F0
(250,232,240)
#FBEBF3
(251,235,243)
#FCEEF6
(252,238,246)
#FDF1F9
(253,241,249)
#FEF4FC
(254,244,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F4D6DE color. Also use rgb(244,214,222) instead hex code.

Text Font Color

.myTextColor { color: #F4D6DE; }

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

This text font color is #F4D6DE.


Background Color

.myBgColor { background-color: #F4D6DE; }

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

This div background color is #F4D6DE.


Border color

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

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

This div border color is #F4D6DE.


Opacity

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

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

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

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

This text has shadow with #F4D6DE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F4D6DE on black background.


Color preview on white background

This text has color #F4D6DE on white background.



Black color preview on #F4D6DE background

This text has black color on #F4D6DE background.


White color preview on #F4D6DE background

This text has white color on #F4D6DE background.