COLOR #F4D1DD

HEX: #F4D1DD RGB: (244,209,221)

Color info

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

RGB color model

#F4D1DD color RGB value is (244,209,221).

RGB: (244,209,221) (96%, 82%, 87%)

RGB channels and saturation

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

244
209
221

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

Portions of RGB colors in percentages

R + G + B = 244 + 209 + 221 = 674 (100%)
R 244 of 674 ~ 36.2%
G 209 of 674 ~ 31.01%
B 221 of 674 ~ 32.79'%

%36.2
%31.01
%32.79

CMYK color model

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

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

CMYK percentages

%0
%14.34
%9.43
%4.31

Codes

Color #F4D1DD in popluar color models

F4 D1 DD
RGB 244 209 221
HSL 339° 61.40% 88.82%
HSB/HSV 339° 14.34% 95.69%
CMYK 0.00% 14.34% 9.43%
4.31%

Color #F4D1DD in popluar number systems.

HEX F4 D1 DD
Decimal 244 209 221
Binary 11110100 11010001 11011101
Octal 364 321 335

Shades and tints

Shades of #F4D1DD

#F4D1DD
(244,209,221)
#DEBEC9
(222,190,201)
#C8ABB5
(200,171,181)
#B298A1
(178,152,161)
#9C858D
(156,133,141)
#867279
(134,114,121)
#705F65
(112,95,101)
#5A4C51
(90,76,81)
#44393D
(68,57,61)
#2E2629
(46,38,41)
#181315
(24,19,21)
#000000
(0,0,0)

Tints of #F4D1DD

#F4D1DD
(244,209,221)
#F5D5E0
(245,213,224)
#F6D9E3
(246,217,227)
#F7DDE6
(247,221,230)
#F8E1E9
(248,225,233)
#F9E5EC
(249,229,236)
#FAE9EF
(250,233,239)
#FBEDF2
(251,237,242)
#FCF1F5
(252,241,245)
#FDF5F8
(253,245,248)
#FEF9FB
(254,249,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F4D1DD; }

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

This text font color is #F4D1DD.

Background Color

.myBgColor { background-color: #F4D1DD; }

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

This div background color is #F4D1DD.

Border color

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

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

This div border color is #F4D1DD.

Opacity

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

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

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

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

This text has shadow with #F4D1DD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F4D1DD.

Preview

Color preview on black background

This text has color #F4D1DD on black background.


Color preview on white background

This text has color #F4D1DD on white background.


Black color preview on #F4D1DD background

This text has black color on #F4D1DD background.


White color preview on #F4D1DD background

This text has white color on #F4D1DD background.


Related colors

Complementary color

Complementary color for #hex is #0B2E22.


I love getcolorcode.com

Triadic colors

1 #DDF4D1 and #D1DDF4 with #F4D1DD are triadic colors.

2 #DDD1F4 and #D1F4DD with #F4D1DD are triadic colors.