COLOR #F9DDEC

HEX: #F9DDEC RGB: (249,221,236)

Color info

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

RGB color model

#F9DDEC color RGB value is (249,221,236).

RGB: (249,221,236) (98%, 87%, 93%)

RGB channels and saturation

R 249 of 255 = 98%
G 221 of 255 = 87%
B 236 of 255 = 93%

249
221
236

R + G + B ~ 93%. #F9DDEC is light color.

Portions of RGB colors in percentages

R + G + B = 249 + 221 + 236 = 706 (100%)
R 249 of 706 ~ 35.27%
G 221 of 706 ~ 31.3%
B 236 of 706 ~ 33.43'%

%35.27
%31.3
%33.43

CMYK color model

#F9DDEC color CMYK value is (0,11,5,2).

  • cyan value is 0.00%
  • magenta value is 11.24%
  • yellow value is 5.22%
  • key color value is 2.35%
CMYK: (0,11,5,2) C0M11Y5K2 (0%,11%,5%,2%) (0.00/0.11/0.05/0.02) 

CMYK percentages

%0
%11.24
%5.22
%2.35

Codes

Color #F9DDEC in popluar color models

F9 DD EC
RGB 249 221 236
HSL 328° 70.00% 92.16%
HSB/HSV 328° 11.24% 97.65%
CMYK 0.00% 11.24% 5.22%
2.35%

Color #F9DDEC in popluar number systems.

HEX F9 DD EC
Decimal 249 221 236
Binary 11111001 11011101 11101100
Octal 371 335 354

Shades and tints

Shades of #F9DDEC

#F9DDEC
(249,221,236)
#E3C9D7
(227,201,215)
#CDB5C2
(205,181,194)
#B7A1AD
(183,161,173)
#A18D98
(161,141,152)
#8B7983
(139,121,131)
#75656E
(117,101,110)
#5F5159
(95,81,89)
#493D44
(73,61,68)
#33292F
(51,41,47)
#1D151A
(29,21,26)
#000000
(0,0,0)

Tints of #F9DDEC

#F9DDEC
(249,221,236)
#F9E0ED
(249,224,237)
#F9E3EE
(249,227,238)
#F9E6EF
(249,230,239)
#F9E9F0
(249,233,240)
#F9ECF1
(249,236,241)
#F9EFF2
(249,239,242)
#F9F2F3
(249,242,243)
#F9F5F4
(249,245,244)
#F9F8F5
(249,248,245)
#F9FBF6
(249,251,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F9DDEC color. Also use rgb(249,221,236) instead hex code.

Text Font Color

.myTextColor { color: #F9DDEC; }

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

This text font color is #F9DDEC.

Background Color

.myBgColor { background-color: #F9DDEC; }

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

This div background color is #F9DDEC.

Border color

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

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

This div border color is #F9DDEC.

Opacity

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

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

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

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

This text has shadow with #F9DDEC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F9DDEC.

Preview

Color preview on black background

This text has color #F9DDEC on black background.


Color preview on white background

This text has color #F9DDEC on white background.


Black color preview on #F9DDEC background

This text has black color on #F9DDEC background.


White color preview on #F9DDEC background

This text has white color on #F9DDEC background.


Related colors

Complementary color

Complementary color for #hex is #062213.


I love getcolorcode.com

Triadic colors

1 #ECF9DD and #DDECF9 with #F9DDEC are triadic colors.

2 #ECDDF9 and #DDF9EC with #F9DDEC are triadic colors.