COLOR #F9EDEE

HEX: #F9EDEE RGB: (249,237,238)

Color info

#F9EDEE contains red, green and blue colors in about the same proportion. Web safe color of #F9EDEE is #FFFFFF (or #FFF).

RGB color model

#F9EDEE color RGB value is (249,237,238).

RGB: (249,237,238) (98%, 93%, 93%)

RGB channels and saturation

R 249 of 255 = 98%
G 237 of 255 = 93%
B 238 of 255 = 93%

249
237
238

R + G + B ~ 95%. #F9EDEE is light color.

Portions of RGB colors in percentages

R + G + B = 249 + 237 + 238 = 724 (100%)
R 249 of 724 ~ 34.39%
G 237 of 724 ~ 32.73%
B 238 of 724 ~ 32.87'%

%34.39
%32.73
%32.87

CMYK color model

#F9EDEE color CMYK value is (0,5,4,2).

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

CMYK: (0,5,4,2)
C0M5Y4K2 (0%, 5%, 4%, 2%)
(0.00 / 0.05 / 0.04 / 0.02)

CMYK percentages

%0
%4.82
%4.42
%2.35

Codes

Color #F9EDEE in popluar color models

F9 ED EE
RGB 249 237 238
HSL 355° 50.00% 95.29%
HSB/HSV 355° 4.82% 97.65%
CMYK 0.00% 4.82% 4.42%
2.35%

Color #F9EDEE in popluar number systems.

HEX F9 ED EE
Decimal 249 237 238
Binary 11111001 11101101 11101110
Octal 371 355 356

Shades and tints

Shades of #F9EDEE

#F9EDEE
(249,237,238)
#E3D8D9
(227,216,217)
#CDC3C4
(205,195,196)
#B7AEAF
(183,174,175)
#A1999A
(161,153,154)
#8B8485
(139,132,133)
#756F70
(117,111,112)
#5F5A5B
(95,90,91)
#494546
(73,69,70)
#333031
(51,48,49)
#1D1B1C
(29,27,28)
#000000
(0,0,0)

Tints of #F9EDEE

#F9EDEE
(249,237,238)
#F9EEEF
(249,238,239)
#F9EFF0
(249,239,240)
#F9F0F1
(249,240,241)
#F9F1F2
(249,241,242)
#F9F2F3
(249,242,243)
#F9F3F4
(249,243,244)
#F9F4F5
(249,244,245)
#F9F5F6
(249,245,246)
#F9F6F7
(249,246,247)
#F9F7F8
(249,247,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F9EDEE; }

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

This text font color is #F9EDEE.

Background Color

.myBgColor { background-color: #F9EDEE; }

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

This div background color is #F9EDEE.

Border color

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

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

This div border color is #F9EDEE.

Opacity

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

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

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

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

This text has shadow with #F9EDEE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F9EDEE.

Preview

Color preview on black background

This text has color #F9EDEE on black background.


Color preview on white background

This text has color #F9EDEE on white background.


Black color preview on #F9EDEE background

This text has black color on #F9EDEE background.


White color preview on #F9EDEE background

This text has white color on #F9EDEE background.


Related colors

Complementary color

Complementary color for #hex is #061211.


I love getcolorcode.com

Triadic colors

1 #EEF9ED and #EDEEF9 with #F9EDEE are triadic colors.

2 #EEEDF9 and #EDF9EE with #F9EDEE are triadic colors.