COLOR #F9EAED

HEX: #F9EAED RGB: (249,234,237)

Color info

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

RGB color model

#F9EAED color RGB value is (249,234,237).

RGB: (249,234,237) (98%, 92%, 93%)

RGB channels and saturation

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

249
234
237

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

Portions of RGB colors in percentages

R + G + B = 249 + 234 + 237 = 720 (100%)
R 249 of 720 ~ 34.58%
G 234 of 720 ~ 32.5%
B 237 of 720 ~ 32.92'%

%34.58
%32.5
%32.92

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 6.02%
  • yellow value is 4.82%
  • 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
%4.82
%2.35

Codes

Color #F9EAED in popluar color models

F9 EA ED
RGB 249 234 237
HSL 348° 55.56% 94.71%
HSB/HSV 348° 6.02% 97.65%
CMYK 0.00% 6.02% 4.82%
2.35%

Color #F9EAED in popluar number systems.

HEX F9 EA ED
Decimal 249 234 237
Binary 11111001 11101010 11101101
Octal 371 352 355

Shades and tints

Shades of #F9EAED

#F9EAED
(249,234,237)
#E3D5D8
(227,213,216)
#CDC0C3
(205,192,195)
#B7ABAE
(183,171,174)
#A19699
(161,150,153)
#8B8184
(139,129,132)
#756C6F
(117,108,111)
#5F575A
(95,87,90)
#494245
(73,66,69)
#332D30
(51,45,48)
#1D181B
(29,24,27)
#000000
(0,0,0)

Tints of #F9EAED

#F9EAED
(249,234,237)
#F9EBEE
(249,235,238)
#F9ECEF
(249,236,239)
#F9EDF0
(249,237,240)
#F9EEF1
(249,238,241)
#F9EFF2
(249,239,242)
#F9F0F3
(249,240,243)
#F9F1F4
(249,241,244)
#F9F2F5
(249,242,245)
#F9F3F6
(249,243,246)
#F9F4F7
(249,244,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F9EAED; }

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

This text font color is #F9EAED.

Background Color

.myBgColor { background-color: #F9EAED; }

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

This div background color is #F9EAED.

Border color

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

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

This div border color is #F9EAED.

Opacity

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

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

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

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

This text has shadow with #F9EAED color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F9EAED.

Preview

Color preview on black background

This text has color #F9EAED on black background.


Color preview on white background

This text has color #F9EAED on white background.


Black color preview on #F9EAED background

This text has black color on #F9EAED background.


White color preview on #F9EAED background

This text has white color on #F9EAED background.


Related colors

Complementary color

Complementary color for #hex is #061512.


I love getcolorcode.com

Triadic colors

1 #EDF9EA and #EAEDF9 with #F9EAED are triadic colors.

2 #EDEAF9 and #EAF9ED with #F9EAED are triadic colors.