COLOR #F9EEDE

HEX: #F9EEDE RGB: (249,238,222)

Color info

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

RGB color model

#F9EEDE color RGB value is (249,238,222).

RGB: (249,238,222) (98%, 93%, 87%)

RGB channels and saturation

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

249
238
222

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

Portions of RGB colors in percentages

R + G + B = 249 + 238 + 222 = 709 (100%)
R 249 of 709 ~ 35.12%
G 238 of 709 ~ 33.57%
B 222 of 709 ~ 31.31'%

%35.12
%33.57
%31.31

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 4.42%
  • yellow value is 10.84%
  • key color value is 2.35%

CMYK: (0,4,11,2)
C0M4Y11K2 (0%, 4%, 11%, 2%)
(0.00 / 0.04 / 0.11 / 0.02)

CMYK percentages

%0
%4.42
%10.84
%2.35

Codes

Color #F9EEDE in popluar color models

F9 EE DE
RGB 249 238 222
HSL 36° 69.23% 92.35%
HSB/HSV 36° 10.84% 97.65%
CMYK 0.00% 4.42% 10.84%
2.35%

Color #F9EEDE in popluar number systems.

HEX F9 EE DE
Decimal 249 238 222
Binary 11111001 11101110 11011110
Octal 371 356 336

Shades and tints

Shades of #F9EEDE

#F9EEDE
(249,238,222)
#E3D9CA
(227,217,202)
#CDC4B6
(205,196,182)
#B7AFA2
(183,175,162)
#A19A8E
(161,154,142)
#8B857A
(139,133,122)
#757066
(117,112,102)
#5F5B52
(95,91,82)
#49463E
(73,70,62)
#33312A
(51,49,42)
#1D1C16
(29,28,22)
#000000
(0,0,0)

Tints of #F9EEDE

#F9EEDE
(249,238,222)
#F9EFE1
(249,239,225)
#F9F0E4
(249,240,228)
#F9F1E7
(249,241,231)
#F9F2EA
(249,242,234)
#F9F3ED
(249,243,237)
#F9F4F0
(249,244,240)
#F9F5F3
(249,245,243)
#F9F6F6
(249,246,246)
#F9F7F9
(249,247,249)
#F9F8FC
(249,248,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F9EEDE; }

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

This text font color is #F9EEDE.

Background Color

.myBgColor { background-color: #F9EEDE; }

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

This div background color is #F9EEDE.

Border color

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

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

This div border color is #F9EEDE.

Opacity

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

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

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

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

This text has shadow with #F9EEDE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F9EEDE.

Preview

Color preview on black background

This text has color #F9EEDE on black background.


Color preview on white background

This text has color #F9EEDE on white background.


Black color preview on #F9EEDE background

This text has black color on #F9EEDE background.


White color preview on #F9EEDE background

This text has white color on #F9EEDE background.


Related colors

Complementary color

Complementary color for #hex is #061121.


I love getcolorcode.com

Triadic colors

1 #DEF9EE and #EEDEF9 with #F9EEDE are triadic colors.

2 #DEEEF9 and #EEF9DE with #F9EEDE are triadic colors.