COLOR #F9E9DD

HEX: #F9E9DD
RGB: (249,233,221)

Color info

#F9E9DD contains red, green and blue colors in about the same proportion. Web safe color of #F9E9DD is #FFFFCC (or #FFC).

RGB color model

#F9E9DD color RGB value is (249,233,221).

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

RGB channels and saturation

R 249 of 255 = 98%
G 233 of 255 = 91%
B 221 of 255 = 87%

249
233
221

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

Portions of RGB colors in percentages

R + G + B =
249 + 233 + 221 = 703 (100%)
R 249 of 703 ~ 35.42%
G 233 of 703 ~ 33.14%
B 221 of 703 ~ 31.44%

%35.42
%33.14
%31.44

CMYK color model

#F9E9DD color CMYK value is (0,6,11,2).

  • cyan value is 0.00%
  • magenta value is 6.43%
  • yellow value is 11.24%
  • key color value is 2.35%
CMYK:
(0,6,11,2)
C0M6Y11K2 
(0%,6%,11%,2%)
(0.00/0.06/0.11/0.02)	

CMYK percentages

%0
%6.43
%11.24
%2.35

Codes

Color #F9E9DD in popluar color models

F9E9DD
RGB249233221
HSL26°70.00%92.16%
HSB/HSV26°11.24%97.65%
CMYK0.00%6.43%11.24%
2.35%

Color #F9E9DD in popluar number systems.

HEXF9E9DD
Decimal249233221
Binary111110011110100111011101
Octal371351335

Shades and tints

Shades of #F9E9DD

#F9E9DD
(249,233,221)
#E3D4C9
(227,212,201)
#CDBFB5
(205,191,181)
#B7AAA1
(183,170,161)
#A1958D
(161,149,141)
#8B8079
(139,128,121)
#756B65
(117,107,101)
#5F5651
(95,86,81)
#49413D
(73,65,61)
#332C29
(51,44,41)
#1D1715
(29,23,21)
#000000
(0,0,0)

Tints of #F9E9DD

#F9E9DD
(249,233,221)
#F9EBE0
(249,235,224)
#F9EDE3
(249,237,227)
#F9EFE6
(249,239,230)
#F9F1E9
(249,241,233)
#F9F3EC
(249,243,236)
#F9F5EF
(249,245,239)
#F9F7F2
(249,247,242)
#F9F9F5
(249,249,245)
#F9FBF8
(249,251,248)
#F9FDFB
(249,253,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F9E9DD; }

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

This text font color is #F9E9DD.


Background Color

.myBgColor { background-color: #F9E9DD; }

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

This div background color is #F9E9DD.


Border color

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

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

This div border color is #F9E9DD.


Opacity

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

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

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

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

This text has shadow with #F9E9DD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F9E9DD on black background.


Color preview on white background

This text has color #F9E9DD on white background.



Black color preview on #F9E9DD background

This text has black color on #F9E9DD background.


White color preview on #F9E9DD background

This text has white color on #F9E9DD background.