COLOR #F4DDE0

HEX: #F4DDE0 RGB: (244,221,224)

Color info

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

RGB color model

#F4DDE0 color RGB value is (244,221,224).

RGB: (244,221,224) (96%, 87%, 88%)

RGB channels and saturation

R 244 of 255 = 96%
G 221 of 255 = 87%
B 224 of 255 = 88%

244
221
224

R + G + B ~ 90%. #F4DDE0 is light color.

Portions of RGB colors in percentages

R + G + B = 244 + 221 + 224 = 689 (100%)
R 244 of 689 ~ 35.41%
G 221 of 689 ~ 32.08%
B 224 of 689 ~ 32.51'%

%35.41
%32.08
%32.51

CMYK color model

#F4DDE0 color CMYK value is (0,9,8,4).

  • cyan value is 0.00%
  • magenta value is 9.43%
  • yellow value is 8.20%
  • key color value is 4.31%

CMYK: (0,9,8,4)
C0M9Y8K4 (0%, 9%, 8%, 4%)
(0.00 / 0.09 / 0.08 / 0.04)

CMYK percentages

%0
%9.43
%8.2
%4.31

Codes

Color #F4DDE0 in popluar color models

F4 DD E0
RGB 244 221 224
HSL 352° 51.11% 91.18%
HSB/HSV 352° 9.43% 95.69%
CMYK 0.00% 9.43% 8.20%
4.31%

Color #F4DDE0 in popluar number systems.

HEX F4 DD E0
Decimal 244 221 224
Binary 11110100 11011101 11100000
Octal 364 335 340

Shades and tints

Shades of #F4DDE0

#F4DDE0
(244,221,224)
#DEC9CC
(222,201,204)
#C8B5B8
(200,181,184)
#B2A1A4
(178,161,164)
#9C8D90
(156,141,144)
#86797C
(134,121,124)
#706568
(112,101,104)
#5A5154
(90,81,84)
#443D40
(68,61,64)
#2E292C
(46,41,44)
#181518
(24,21,24)
#000000
(0,0,0)

Tints of #F4DDE0

#F4DDE0
(244,221,224)
#F5E0E2
(245,224,226)
#F6E3E4
(246,227,228)
#F7E6E6
(247,230,230)
#F8E9E8
(248,233,232)
#F9ECEA
(249,236,234)
#FAEFEC
(250,239,236)
#FBF2EE
(251,242,238)
#FCF5F0
(252,245,240)
#FDF8F2
(253,248,242)
#FEFBF4
(254,251,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F4DDE0; }

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

This text font color is #F4DDE0.

Background Color

.myBgColor { background-color: #F4DDE0; }

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

This div background color is #F4DDE0.

Border color

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

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

This div border color is #F4DDE0.

Opacity

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

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

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

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

This text has shadow with #F4DDE0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F4DDE0.

Preview

Color preview on black background

This text has color #F4DDE0 on black background.


Color preview on white background

This text has color #F4DDE0 on white background.


Black color preview on #F4DDE0 background

This text has black color on #F4DDE0 background.


White color preview on #F4DDE0 background

This text has white color on #F4DDE0 background.


Related colors

Complementary color

Complementary color for #hex is #0B221F.


I love getcolorcode.com

Triadic colors

1 #E0F4DD and #DDE0F4 with #F4DDE0 are triadic colors.

2 #E0DDF4 and #DDF4E0 with #F4DDE0 are triadic colors.