COLOR #F4DDEA

HEX: #F4DDEA RGB: (244,221,234)

Color info

#F4DDEA contains red, green and blue colors in about the same proportion. Web safe color of #F4DDEA is #FFCCFF (or #FCF).

RGB color model

#F4DDEA color RGB value is (244,221,234).

RGB: (244,221,234) (96%, 87%, 92%)

RGB channels and saturation

R 244 of 255 = 96%
G 221 of 255 = 87%
B 234 of 255 = 92%

244
221
234

R + G + B ~ 92%. #F4DDEA is light color.

Portions of RGB colors in percentages

R + G + B = 244 + 221 + 234 = 699 (100%)
R 244 of 699 ~ 34.91%
G 221 of 699 ~ 31.62%
B 234 of 699 ~ 33.48'%

%34.91
%31.62
%33.48

CMYK color model

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

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

CMYK: (0,9,4,4)
C0M9Y4K4 (0%, 9%, 4%, 4%)
(0.00 / 0.09 / 0.04 / 0.04)

CMYK percentages

%0
%9.43
%4.1
%4.31

Codes

Color #F4DDEA in popluar color models

F4 DD EA
RGB 244 221 234
HSL 326° 51.11% 91.18%
HSB/HSV 326° 9.43% 95.69%
CMYK 0.00% 9.43% 4.10%
4.31%

Color #F4DDEA in popluar number systems.

HEX F4 DD EA
Decimal 244 221 234
Binary 11110100 11011101 11101010
Octal 364 335 352

Shades and tints

Shades of #F4DDEA

#F4DDEA
(244,221,234)
#DEC9D5
(222,201,213)
#C8B5C0
(200,181,192)
#B2A1AB
(178,161,171)
#9C8D96
(156,141,150)
#867981
(134,121,129)
#70656C
(112,101,108)
#5A5157
(90,81,87)
#443D42
(68,61,66)
#2E292D
(46,41,45)
#181518
(24,21,24)
#000000
(0,0,0)

Tints of #F4DDEA

#F4DDEA
(244,221,234)
#F5E0EB
(245,224,235)
#F6E3EC
(246,227,236)
#F7E6ED
(247,230,237)
#F8E9EE
(248,233,238)
#F9ECEF
(249,236,239)
#FAEFF0
(250,239,240)
#FBF2F1
(251,242,241)
#FCF5F2
(252,245,242)
#FDF8F3
(253,248,243)
#FEFBF4
(254,251,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F4DDEA; }

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

This text font color is #F4DDEA.

Background Color

.myBgColor { background-color: #F4DDEA; }

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

This div background color is #F4DDEA.

Border color

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

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

This div border color is #F4DDEA.

Opacity

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

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

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

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

This text has shadow with #F4DDEA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F4DDEA.

Preview

Color preview on black background

This text has color #F4DDEA on black background.


Color preview on white background

This text has color #F4DDEA on white background.


Black color preview on #F4DDEA background

This text has black color on #F4DDEA background.


White color preview on #F4DDEA background

This text has white color on #F4DDEA background.


Related colors

Complementary color

Complementary color for #hex is #0B2215.


I love getcolorcode.com

Triadic colors

1 #EAF4DD and #DDEAF4 with #F4DDEA are triadic colors.

2 #EADDF4 and #DDF4EA with #F4DDEA are triadic colors.