COLOR #F9EAEC

HEX: #F9EAEC
RGB: (249,234,236)

Color info

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

RGB color model

#F9EAEC color RGB value is (249,234,236).

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

RGB channels and saturation

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

249
234
236

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

Portions of RGB colors in percentages

R + G + B =
249 + 234 + 236 = 719 (100%)
R 249 of 719 ~ 34.63%
G 234 of 719 ~ 32.55%
B 236 of 719 ~ 32.82%

%34.63
%32.55
%32.82

CMYK color model

#F9EAEC color CMYK value is (0,6,5,2).

  • cyan value is 0.00%
  • magenta value is 6.02%
  • yellow value is 5.22%
  • key color value is 2.35%
CMYK:
(0,6,5,2)
C0M6Y5K2 
(0%,6%,5%,2%)
(0.00/0.06/0.05/0.02)	

CMYK percentages

%0
%6.02
%5.22
%2.35

Codes

Color #F9EAEC in popluar color models

F9EAEC
RGB249234236
HSL352°55.56%94.71%
HSB/HSV352°6.02%97.65%
CMYK0.00%6.02%5.22%
2.35%

Color #F9EAEC in popluar number systems.

HEXF9EAEC
Decimal249234236
Binary111110011110101011101100
Octal371352354

Shades and tints

Shades of #F9EAEC

#F9EAEC
(249,234,236)
#E3D5D7
(227,213,215)
#CDC0C2
(205,192,194)
#B7ABAD
(183,171,173)
#A19698
(161,150,152)
#8B8183
(139,129,131)
#756C6E
(117,108,110)
#5F5759
(95,87,89)
#494244
(73,66,68)
#332D2F
(51,45,47)
#1D181A
(29,24,26)
#000000
(0,0,0)

Tints of #F9EAEC

#F9EAEC
(249,234,236)
#F9EBED
(249,235,237)
#F9ECEE
(249,236,238)
#F9EDEF
(249,237,239)
#F9EEF0
(249,238,240)
#F9EFF1
(249,239,241)
#F9F0F2
(249,240,242)
#F9F1F3
(249,241,243)
#F9F2F4
(249,242,244)
#F9F3F5
(249,243,245)
#F9F4F6
(249,244,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F9EAEC; }

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

This text font color is #F9EAEC.


Background Color

.myBgColor { background-color: #F9EAEC; }

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

This div background color is #F9EAEC.


Border color

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

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

This div border color is #F9EAEC.


Opacity

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

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

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

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

This text has shadow with #F9EAEC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F9EAEC on black background.


Color preview on white background

This text has color #F9EAEC on white background.



Black color preview on #F9EAEC background

This text has black color on #F9EAEC background.


White color preview on #F9EAEC background

This text has white color on #F9EAEC background.