COLOR #F9E7EE

HEX: #F9E7EE
RGB: (249,231,238)

Color info

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

RGB color model

#F9E7EE color RGB value is (249,231,238).

  • red value is 249;
  • green value is 231;
  • blue value is 238.
RGB:
(249,231,238)
(98%,91%,93%)

RGB channels and saturation

R 249 of 255 = 98%
G 231 of 255 = 91%
B 238 of 255 = 93%

249
231
238

R + G + B ~ 94%. #F9E7EE is light color.

Portions of RGB colors in percentages

R + G + B =
249 + 231 + 238 = 718 (100%)
R 249 of 718 ~ 34.68%
G 231 of 718 ~ 32.17%
B 238 of 718 ~ 33.15%

%34.68
%32.17
%33.15

CMYK color model

#F9E7EE color CMYK value is (0,7,4,2).

  • cyan value is 0.00%
  • magenta value is 7.23%
  • yellow value is 4.42%
  • key color value is 2.35%
CMYK:
(0,7,4,2)
C0M7Y4K2 
(0%,7%,4%,2%)
(0.00/0.07/0.04/0.02)	

CMYK percentages

%0
%7.23
%4.42
%2.35

Codes

Color #F9E7EE in popluar color models

F9E7EE
RGB249231238
HSL337°60.00%94.12%
HSB/HSV337°7.23%97.65%
CMYK0.00%7.23%4.42%
2.35%

Color #F9E7EE in popluar number systems.

HEXF9E7EE
Decimal249231238
Binary111110011110011111101110
Octal371347356

Shades and tints

Shades of #F9E7EE

#F9E7EE
(249,231,238)
#E3D2D9
(227,210,217)
#CDBDC4
(205,189,196)
#B7A8AF
(183,168,175)
#A1939A
(161,147,154)
#8B7E85
(139,126,133)
#756970
(117,105,112)
#5F545B
(95,84,91)
#493F46
(73,63,70)
#332A31
(51,42,49)
#1D151C
(29,21,28)
#000000
(0,0,0)

Tints of #F9E7EE

#F9E7EE
(249,231,238)
#F9E9EF
(249,233,239)
#F9EBF0
(249,235,240)
#F9EDF1
(249,237,241)
#F9EFF2
(249,239,242)
#F9F1F3
(249,241,243)
#F9F3F4
(249,243,244)
#F9F5F5
(249,245,245)
#F9F7F6
(249,247,246)
#F9F9F7
(249,249,247)
#F9FBF8
(249,251,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F9E7EE; }

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

This text font color is #F9E7EE.


Background Color

.myBgColor { background-color: #F9E7EE; }

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

This div background color is #F9E7EE.


Border color

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

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

This div border color is #F9E7EE.


Opacity

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

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

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

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

This text has shadow with #F9E7EE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F9E7EE on black background.


Color preview on white background

This text has color #F9E7EE on white background.



Black color preview on #F9E7EE background

This text has black color on #F9E7EE background.


White color preview on #F9E7EE background

This text has white color on #F9E7EE background.