COLOR #F9E9DF

HEX: #F9E9DF
RGB: (249,233,223)

Color info

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

RGB color model

#F9E9DF color RGB value is (249,233,223).

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

RGB channels and saturation

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

249
233
223

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

Portions of RGB colors in percentages

R + G + B =
249 + 233 + 223 = 705 (100%)
R 249 of 705 ~ 35.32%
G 233 of 705 ~ 33.05%
B 223 of 705 ~ 31.63%

%35.32
%33.05
%31.63

CMYK color model

#F9E9DF color CMYK value is (0,6,10,2).

  • cyan value is 0.00%
  • magenta value is 6.43%
  • yellow value is 10.44%
  • key color value is 2.35%
CMYK:
(0,6,10,2)
C0M6Y10K2 
(0%,6%,10%,2%)
(0.00/0.06/0.10/0.02)	

CMYK percentages

%0
%6.43
%10.44
%2.35

Codes

Color #F9E9DF in popluar color models

F9E9DF
RGB249233223
HSL23°68.42%92.55%
HSB/HSV23°10.44%97.65%
CMYK0.00%6.43%10.44%
2.35%

Color #F9E9DF in popluar number systems.

HEXF9E9DF
Decimal249233223
Binary111110011110100111011111
Octal371351337

Shades and tints

Shades of #F9E9DF

#F9E9DF
(249,233,223)
#E3D4CB
(227,212,203)
#CDBFB7
(205,191,183)
#B7AAA3
(183,170,163)
#A1958F
(161,149,143)
#8B807B
(139,128,123)
#756B67
(117,107,103)
#5F5653
(95,86,83)
#49413F
(73,65,63)
#332C2B
(51,44,43)
#1D1717
(29,23,23)
#000000
(0,0,0)

Tints of #F9E9DF

#F9E9DF
(249,233,223)
#F9EBE1
(249,235,225)
#F9EDE3
(249,237,227)
#F9EFE5
(249,239,229)
#F9F1E7
(249,241,231)
#F9F3E9
(249,243,233)
#F9F5EB
(249,245,235)
#F9F7ED
(249,247,237)
#F9F9EF
(249,249,239)
#F9FBF1
(249,251,241)
#F9FDF3
(249,253,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F9E9DF; }

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

This text font color is #F9E9DF.


Background Color

.myBgColor { background-color: #F9E9DF; }

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

This div background color is #F9E9DF.


Border color

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

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

This div border color is #F9E9DF.


Opacity

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

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

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

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

This text has shadow with #F9E9DF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F9E9DF on black background.


Color preview on white background

This text has color #F9E9DF on white background.



Black color preview on #F9E9DF background

This text has black color on #F9E9DF background.


White color preview on #F9E9DF background

This text has white color on #F9E9DF background.