COLOR #F4DDEE

HEX: #F4DDEE RGB: (244,221,238)

Color info

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

RGB color model

#F4DDEE color RGB value is (244,221,238).

RGB: (244,221,238) (96%, 87%, 93%)

RGB channels and saturation

R 244 of 255 = 96%
G 221 of 255 = 87%
B 238 of 255 = 93%

244
221
238

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

Portions of RGB colors in percentages

R + G + B = 244 + 221 + 238 = 703 (100%)
R 244 of 703 ~ 34.71%
G 221 of 703 ~ 31.44%
B 238 of 703 ~ 33.85'%

%34.71
%31.44
%33.85

CMYK color model

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

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

CMYK: (0,9,2,4)
C0M9Y2K4 (0%, 9%, 2%, 4%)
(0.00 / 0.09 / 0.02 / 0.04)

CMYK percentages

%0
%9.43
%2.46
%4.31

Codes

Color #F4DDEE in popluar color models

F4 DD EE
RGB 244 221 238
HSL 316° 51.11% 91.18%
HSB/HSV 316° 9.43% 95.69%
CMYK 0.00% 9.43% 2.46%
4.31%

Color #F4DDEE in popluar number systems.

HEX F4 DD EE
Decimal 244 221 238
Binary 11110100 11011101 11101110
Octal 364 335 356

Shades and tints

Shades of #F4DDEE

#F4DDEE
(244,221,238)
#DEC9D9
(222,201,217)
#C8B5C4
(200,181,196)
#B2A1AF
(178,161,175)
#9C8D9A
(156,141,154)
#867985
(134,121,133)
#706570
(112,101,112)
#5A515B
(90,81,91)
#443D46
(68,61,70)
#2E2931
(46,41,49)
#18151C
(24,21,28)
#000000
(0,0,0)

Tints of #F4DDEE

#F4DDEE
(244,221,238)
#F5E0EF
(245,224,239)
#F6E3F0
(246,227,240)
#F7E6F1
(247,230,241)
#F8E9F2
(248,233,242)
#F9ECF3
(249,236,243)
#FAEFF4
(250,239,244)
#FBF2F5
(251,242,245)
#FCF5F6
(252,245,246)
#FDF8F7
(253,248,247)
#FEFBF8
(254,251,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F4DDEE; }

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

This text font color is #F4DDEE.

Background Color

.myBgColor { background-color: #F4DDEE; }

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

This div background color is #F4DDEE.

Border color

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

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

This div border color is #F4DDEE.

Opacity

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

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

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

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

This text has shadow with #F4DDEE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F4DDEE.

Preview

Color preview on black background

This text has color #F4DDEE on black background.


Color preview on white background

This text has color #F4DDEE on white background.


Black color preview on #F4DDEE background

This text has black color on #F4DDEE background.


White color preview on #F4DDEE background

This text has white color on #F4DDEE background.


Related colors

Complementary color

Complementary color for #hex is #0B2211.


I love getcolorcode.com

Triadic colors

1 #EEF4DD and #DDEEF4 with #F4DDEE are triadic colors.

2 #EEDDF4 and #DDF4EE with #F4DDEE are triadic colors.