COLOR #F9EAE6

HEX: #F9EAE6
RGB: (249,234,230)

Color info

#F9EAE6 contains red, green and blue colors in about the same proportion. Web safe color of #F9EAE6 is #FFFFCC (or #FFC).

RGB color model

#F9EAE6 color RGB value is (249,234,230).

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

RGB channels and saturation

R 249 of 255 = 98%
G 234 of 255 = 92%
B 230 of 255 = 90%

249
234
230

R + G + B ~ 93%. #F9EAE6 is light color.

Portions of RGB colors in percentages

R + G + B =
249 + 234 + 230 = 713 (100%)
R 249 of 713 ~ 34.92%
G 234 of 713 ~ 32.82%
B 230 of 713 ~ 32.26%

%34.92
%32.82
%32.26

CMYK color model

#F9EAE6 color CMYK value is (0,6,8,2).

  • cyan value is 0.00%
  • magenta value is 6.02%
  • yellow value is 7.63%
  • key color value is 2.35%
CMYK:
(0,6,8,2)
C0M6Y8K2 
(0%,6%,8%,2%)
(0.00/0.06/0.08/0.02)	

CMYK percentages

%0
%6.02
%7.63
%2.35

Codes

Color #F9EAE6 in popluar color models

F9EAE6
RGB249234230
HSL13°61.29%93.92%
HSB/HSV13°7.63%97.65%
CMYK0.00%6.02%7.63%
2.35%

Color #F9EAE6 in popluar number systems.

HEXF9EAE6
Decimal249234230
Binary111110011110101011100110
Octal371352346

Shades and tints

Shades of #F9EAE6

#F9EAE6
(249,234,230)
#E3D5D2
(227,213,210)
#CDC0BE
(205,192,190)
#B7ABAA
(183,171,170)
#A19696
(161,150,150)
#8B8182
(139,129,130)
#756C6E
(117,108,110)
#5F575A
(95,87,90)
#494246
(73,66,70)
#332D32
(51,45,50)
#1D181E
(29,24,30)
#000000
(0,0,0)

Tints of #F9EAE6

#F9EAE6
(249,234,230)
#F9EBE8
(249,235,232)
#F9ECEA
(249,236,234)
#F9EDEC
(249,237,236)
#F9EEEE
(249,238,238)
#F9EFF0
(249,239,240)
#F9F0F2
(249,240,242)
#F9F1F4
(249,241,244)
#F9F2F6
(249,242,246)
#F9F3F8
(249,243,248)
#F9F4FA
(249,244,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F9EAE6; }

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

This text font color is #F9EAE6.


Background Color

.myBgColor { background-color: #F9EAE6; }

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

This div background color is #F9EAE6.


Border color

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

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

This div border color is #F9EAE6.


Opacity

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

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

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

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

This text has shadow with #F9EAE6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F9EAE6 on black background.


Color preview on white background

This text has color #F9EAE6 on white background.



Black color preview on #F9EAE6 background

This text has black color on #F9EAE6 background.


White color preview on #F9EAE6 background

This text has white color on #F9EAE6 background.