COLOR #F9EAEE

HEX: #F9EAEE
RGB: (249,234,238)

Color info

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

RGB color model

#F9EAEE color RGB value is (249,234,238).

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

RGB channels and saturation

R 249 of 255 = 98%
G 234 of 255 = 92%
B 238 of 255 = 93%

249
234
238

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

Portions of RGB colors in percentages

R + G + B =
249 + 234 + 238 = 721 (100%)
R 249 of 721 ~ 34.54%
G 234 of 721 ~ 32.45%
B 238 of 721 ~ 33.01%

%34.54
%32.45
%33.01

CMYK color model

#F9EAEE color CMYK value is (0,6,4,2).

  • cyan value is 0.00%
  • magenta value is 6.02%
  • yellow value is 4.42%
  • key color value is 2.35%
CMYK:
(0,6,4,2)
C0M6Y4K2 
(0%,6%,4%,2%)
(0.00/0.06/0.04/0.02)	

CMYK percentages

%0
%6.02
%4.42
%2.35

Codes

Color #F9EAEE in popluar color models

F9EAEE
RGB249234238
HSL344°55.56%94.71%
HSB/HSV344°6.02%97.65%
CMYK0.00%6.02%4.42%
2.35%

Color #F9EAEE in popluar number systems.

HEXF9EAEE
Decimal249234238
Binary111110011110101011101110
Octal371352356

Shades and tints

Shades of #F9EAEE

#F9EAEE
(249,234,238)
#E3D5D9
(227,213,217)
#CDC0C4
(205,192,196)
#B7ABAF
(183,171,175)
#A1969A
(161,150,154)
#8B8185
(139,129,133)
#756C70
(117,108,112)
#5F575B
(95,87,91)
#494246
(73,66,70)
#332D31
(51,45,49)
#1D181C
(29,24,28)
#000000
(0,0,0)

Tints of #F9EAEE

#F9EAEE
(249,234,238)
#F9EBEF
(249,235,239)
#F9ECF0
(249,236,240)
#F9EDF1
(249,237,241)
#F9EEF2
(249,238,242)
#F9EFF3
(249,239,243)
#F9F0F4
(249,240,244)
#F9F1F5
(249,241,245)
#F9F2F6
(249,242,246)
#F9F3F7
(249,243,247)
#F9F4F8
(249,244,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F9EAEE; }

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

This text font color is #F9EAEE.


Background Color

.myBgColor { background-color: #F9EAEE; }

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

This div background color is #F9EAEE.


Border color

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

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

This div border color is #F9EAEE.


Opacity

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

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

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

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

This text has shadow with #F9EAEE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F9EAEE on black background.


Color preview on white background

This text has color #F9EAEE on white background.



Black color preview on #F9EAEE background

This text has black color on #F9EAEE background.


White color preview on #F9EAEE background

This text has white color on #F9EAEE background.