COLOR #F9DDEF

HEX: #F9DDEF RGB: (249,221,239)

Color info

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

RGB color model

#F9DDEF color RGB value is (249,221,239).

RGB: (249,221,239) (98%, 87%, 94%)

RGB channels and saturation

R 249 of 255 = 98%
G 221 of 255 = 87%
B 239 of 255 = 94%

249
221
239

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

Portions of RGB colors in percentages

R + G + B = 249 + 221 + 239 = 709 (100%)
R 249 of 709 ~ 35.12%
G 221 of 709 ~ 31.17%
B 239 of 709 ~ 33.71'%

%35.12
%31.17
%33.71

CMYK color model

#F9DDEF color CMYK value is (0,11,4,2).

  • cyan value is 0.00%
  • magenta value is 11.24%
  • yellow value is 4.02%
  • key color value is 2.35%

CMYK: (0,11,4,2)
C0M11Y4K2 (0%, 11%, 4%, 2%)
(0.00 / 0.11 / 0.04 / 0.02)

CMYK percentages

%0
%11.24
%4.02
%2.35

Codes

Color #F9DDEF in popluar color models

F9 DD EF
RGB 249 221 239
HSL 321° 70.00% 92.16%
HSB/HSV 321° 11.24% 97.65%
CMYK 0.00% 11.24% 4.02%
2.35%

Color #F9DDEF in popluar number systems.

HEX F9 DD EF
Decimal 249 221 239
Binary 11111001 11011101 11101111
Octal 371 335 357

Shades and tints

Shades of #F9DDEF

#F9DDEF
(249,221,239)
#E3C9DA
(227,201,218)
#CDB5C5
(205,181,197)
#B7A1B0
(183,161,176)
#A18D9B
(161,141,155)
#8B7986
(139,121,134)
#756571
(117,101,113)
#5F515C
(95,81,92)
#493D47
(73,61,71)
#332932
(51,41,50)
#1D151D
(29,21,29)
#000000
(0,0,0)

Tints of #F9DDEF

#F9DDEF
(249,221,239)
#F9E0F0
(249,224,240)
#F9E3F1
(249,227,241)
#F9E6F2
(249,230,242)
#F9E9F3
(249,233,243)
#F9ECF4
(249,236,244)
#F9EFF5
(249,239,245)
#F9F2F6
(249,242,246)
#F9F5F7
(249,245,247)
#F9F8F8
(249,248,248)
#F9FBF9
(249,251,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F9DDEF; }

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

This text font color is #F9DDEF.

Background Color

.myBgColor { background-color: #F9DDEF; }

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

This div background color is #F9DDEF.

Border color

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

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

This div border color is #F9DDEF.

Opacity

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

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

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

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

This text has shadow with #F9DDEF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F9DDEF.

Preview

Color preview on black background

This text has color #F9DDEF on black background.


Color preview on white background

This text has color #F9DDEF on white background.


Black color preview on #F9DDEF background

This text has black color on #F9DDEF background.


White color preview on #F9DDEF background

This text has white color on #F9DDEF background.


Related colors

Complementary color

Complementary color for #hex is #062210.


I love getcolorcode.com

Triadic colors

1 #EFF9DD and #DDEFF9 with #F9DDEF are triadic colors.

2 #EFDDF9 and #DDF9EF with #F9DDEF are triadic colors.