COLOR #F9E9D9

HEX: #F9E9D9 RGB: (249,233,217)

Color info

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

RGB color model

#F9E9D9 color RGB value is (249,233,217).

RGB: (249,233,217) (98%, 91%, 85%)

RGB channels and saturation

R 249 of 255 = 98%
G 233 of 255 = 91%
B 217 of 255 = 85%

249
233
217

R + G + B ~ 91%. #F9E9D9 is light color.

Portions of RGB colors in percentages

R + G + B = 249 + 233 + 217 = 699 (100%)
R 249 of 699 ~ 35.62%
G 233 of 699 ~ 33.33%
B 217 of 699 ~ 31.04'%

%35.62
%33.33
%31.04

CMYK color model

#F9E9D9 color CMYK value is (0,6,13,2).

  • cyan value is 0.00%
  • magenta value is 6.43%
  • yellow value is 12.85%
  • key color value is 2.35%

CMYK: (0,6,13,2)
C0M6Y13K2 (0%, 6%, 13%, 2%)
(0.00 / 0.06 / 0.13 / 0.02)

CMYK percentages

%0
%6.43
%12.85
%2.35

Codes

Color #F9E9D9 in popluar color models

F9 E9 D9
RGB 249 233 217
HSL 30° 72.73% 91.37%
HSB/HSV 30° 12.85% 97.65%
CMYK 0.00% 6.43% 12.85%
2.35%

Color #F9E9D9 in popluar number systems.

HEX F9 E9 D9
Decimal 249 233 217
Binary 11111001 11101001 11011001
Octal 371 351 331

Shades and tints

Shades of #F9E9D9

#F9E9D9
(249,233,217)
#E3D4C6
(227,212,198)
#CDBFB3
(205,191,179)
#B7AAA0
(183,170,160)
#A1958D
(161,149,141)
#8B807A
(139,128,122)
#756B67
(117,107,103)
#5F5654
(95,86,84)
#494141
(73,65,65)
#332C2E
(51,44,46)
#1D171B
(29,23,27)
#000000
(0,0,0)

Tints of #F9E9D9

#F9E9D9
(249,233,217)
#F9EBDC
(249,235,220)
#F9EDDF
(249,237,223)
#F9EFE2
(249,239,226)
#F9F1E5
(249,241,229)
#F9F3E8
(249,243,232)
#F9F5EB
(249,245,235)
#F9F7EE
(249,247,238)
#F9F9F1
(249,249,241)
#F9FBF4
(249,251,244)
#F9FDF7
(249,253,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F9E9D9; }

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

This text font color is #F9E9D9.

Background Color

.myBgColor { background-color: #F9E9D9; }

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

This div background color is #F9E9D9.

Border color

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

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

This div border color is #F9E9D9.

Opacity

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

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

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

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

This text has shadow with #F9E9D9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F9E9D9.

Preview

Color preview on black background

This text has color #F9E9D9 on black background.


Color preview on white background

This text has color #F9E9D9 on white background.


Black color preview on #F9E9D9 background

This text has black color on #F9E9D9 background.


White color preview on #F9E9D9 background

This text has white color on #F9E9D9 background.


Related colors

Complementary color

Complementary color for #hex is #061626.


I love getcolorcode.com

Triadic colors

1 #D9F9E9 and #E9D9F9 with #F9E9D9 are triadic colors.

2 #D9E9F9 and #E9F9D9 with #F9E9D9 are triadic colors.