COLOR #F9D9ED

HEX: #F9D9ED
RGB: (249,217,237)

Color info

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

RGB color model

#F9D9ED color RGB value is (249,217,237).

  • red value is 249;
  • green value is 217;
  • blue value is 237.
RGB:
(249,217,237)
(98%,85%,93%)

RGB channels and saturation

R 249 of 255 = 98%
G 217 of 255 = 85%
B 237 of 255 = 93%

249
217
237

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

Portions of RGB colors in percentages

R + G + B =
249 + 217 + 237 = 703 (100%)
R 249 of 703 ~ 35.42%
G 217 of 703 ~ 30.87%
B 237 of 703 ~ 33.71%

%35.42
%30.87
%33.71

CMYK color model

#F9D9ED color CMYK value is (0,13,5,2).

  • cyan value is 0.00%
  • magenta value is 12.85%
  • yellow value is 4.82%
  • key color value is 2.35%
CMYK:
(0,13,5,2)
C0M13Y5K2 
(0%,13%,5%,2%)
(0.00/0.13/0.05/0.02)	

CMYK percentages

%0
%12.85
%4.82
%2.35

Codes

Color #F9D9ED in popluar color models

F9D9ED
RGB249217237
HSL323°72.73%91.37%
HSB/HSV323°12.85%97.65%
CMYK0.00%12.85%4.82%
2.35%

Color #F9D9ED in popluar number systems.

HEXF9D9ED
Decimal249217237
Binary111110011101100111101101
Octal371331355

Shades and tints

Shades of #F9D9ED

#F9D9ED
(249,217,237)
#E3C6D8
(227,198,216)
#CDB3C3
(205,179,195)
#B7A0AE
(183,160,174)
#A18D99
(161,141,153)
#8B7A84
(139,122,132)
#75676F
(117,103,111)
#5F545A
(95,84,90)
#494145
(73,65,69)
#332E30
(51,46,48)
#1D1B1B
(29,27,27)
#000000
(0,0,0)

Tints of #F9D9ED

#F9D9ED
(249,217,237)
#F9DCEE
(249,220,238)
#F9DFEF
(249,223,239)
#F9E2F0
(249,226,240)
#F9E5F1
(249,229,241)
#F9E8F2
(249,232,242)
#F9EBF3
(249,235,243)
#F9EEF4
(249,238,244)
#F9F1F5
(249,241,245)
#F9F4F6
(249,244,246)
#F9F7F7
(249,247,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F9D9ED color. Also use rgb(249,217,237) instead hex code.

Text Font Color

.myTextColor { color: #F9D9ED; }

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

This text font color is #F9D9ED.


Background Color

.myBgColor { background-color: #F9D9ED; }

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

This div background color is #F9D9ED.


Border color

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

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

This div border color is #F9D9ED.


Opacity

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

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

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

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

This text has shadow with #F9D9ED color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F9D9ED on black background.


Color preview on white background

This text has color #F9D9ED on white background.



Black color preview on #F9D9ED background

This text has black color on #F9D9ED background.


White color preview on #F9D9ED background

This text has white color on #F9D9ED background.