COLOR #F9DDEE

HEX: #F9DDEE
RGB: (249,221,238)

Color info

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

RGB color model

#F9DDEE color RGB value is (249,221,238).

  • red value is 249;
  • green value is 221;
  • blue value is 238.
RGB:
(249,221,238)
(98%,87%,93%)

RGB channels and saturation

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

249
221
238

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

Portions of RGB colors in percentages

R + G + B =
249 + 221 + 238 = 708 (100%)
R 249 of 708 ~ 35.17%
G 221 of 708 ~ 31.21%
B 238 of 708 ~ 33.62%

%35.17
%31.21
%33.62

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 11.24%
  • yellow value is 4.42%
  • 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.42
%2.35

Codes

Color #F9DDEE in popluar color models

F9DDEE
RGB249221238
HSL324°70.00%92.16%
HSB/HSV324°11.24%97.65%
CMYK0.00%11.24%4.42%
2.35%

Color #F9DDEE in popluar number systems.

HEXF9DDEE
Decimal249221238
Binary111110011101110111101110
Octal371335356

Shades and tints

Shades of #F9DDEE

#F9DDEE
(249,221,238)
#E3C9D9
(227,201,217)
#CDB5C4
(205,181,196)
#B7A1AF
(183,161,175)
#A18D9A
(161,141,154)
#8B7985
(139,121,133)
#756570
(117,101,112)
#5F515B
(95,81,91)
#493D46
(73,61,70)
#332931
(51,41,49)
#1D151C
(29,21,28)
#000000
(0,0,0)

Tints of #F9DDEE

#F9DDEE
(249,221,238)
#F9E0EF
(249,224,239)
#F9E3F0
(249,227,240)
#F9E6F1
(249,230,241)
#F9E9F2
(249,233,242)
#F9ECF3
(249,236,243)
#F9EFF4
(249,239,244)
#F9F2F5
(249,242,245)
#F9F5F6
(249,245,246)
#F9F8F7
(249,248,247)
#F9FBF8
(249,251,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F9DDEE; }

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

This text font color is #F9DDEE.


Background Color

.myBgColor { background-color: #F9DDEE; }

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

This div background color is #F9DDEE.


Border color

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

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

This div border color is #F9DDEE.


Opacity

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

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

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

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

This text has shadow with #F9DDEE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F9DDEE on black background.


Color preview on white background

This text has color #F9DDEE on white background.



Black color preview on #F9DDEE background

This text has black color on #F9DDEE background.


White color preview on #F9DDEE background

This text has white color on #F9DDEE background.