COLOR #F9EAE0

HEX: #F9EAE0
RGB: (249,234,224)

Color info

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

RGB color model

#F9EAE0 color RGB value is (249,234,224).

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

RGB channels and saturation

R 249 of 255 = 98%
G 234 of 255 = 92%
B 224 of 255 = 88%

249
234
224

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

Portions of RGB colors in percentages

R + G + B =
249 + 234 + 224 = 707 (100%)
R 249 of 707 ~ 35.22%
G 234 of 707 ~ 33.1%
B 224 of 707 ~ 31.68%

%35.22
%33.1
%31.68

CMYK color model

#F9EAE0 color CMYK value is (0,6,10,2).

  • cyan value is 0.00%
  • magenta value is 6.02%
  • yellow value is 10.04%
  • key color value is 2.35%
CMYK:
(0,6,10,2)
C0M6Y10K2 
(0%,6%,10%,2%)
(0.00/0.06/0.10/0.02)	

CMYK percentages

%0
%6.02
%10.04
%2.35

Codes

Color #F9EAE0 in popluar color models

F9EAE0
RGB249234224
HSL24°67.57%92.75%
HSB/HSV24°10.04%97.65%
CMYK0.00%6.02%10.04%
2.35%

Color #F9EAE0 in popluar number systems.

HEXF9EAE0
Decimal249234224
Binary111110011110101011100000
Octal371352340

Shades and tints

Shades of #F9EAE0

#F9EAE0
(249,234,224)
#E3D5CC
(227,213,204)
#CDC0B8
(205,192,184)
#B7ABA4
(183,171,164)
#A19690
(161,150,144)
#8B817C
(139,129,124)
#756C68
(117,108,104)
#5F5754
(95,87,84)
#494240
(73,66,64)
#332D2C
(51,45,44)
#1D1818
(29,24,24)
#000000
(0,0,0)

Tints of #F9EAE0

#F9EAE0
(249,234,224)
#F9EBE2
(249,235,226)
#F9ECE4
(249,236,228)
#F9EDE6
(249,237,230)
#F9EEE8
(249,238,232)
#F9EFEA
(249,239,234)
#F9F0EC
(249,240,236)
#F9F1EE
(249,241,238)
#F9F2F0
(249,242,240)
#F9F3F2
(249,243,242)
#F9F4F4
(249,244,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F9EAE0; }

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

This text font color is #F9EAE0.


Background Color

.myBgColor { background-color: #F9EAE0; }

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

This div background color is #F9EAE0.


Border color

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

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

This div border color is #F9EAE0.


Opacity

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

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

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

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

This text has shadow with #F9EAE0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F9EAE0 on black background.


Color preview on white background

This text has color #F9EAE0 on white background.



Black color preview on #F9EAE0 background

This text has black color on #F9EAE0 background.


White color preview on #F9EAE0 background

This text has white color on #F9EAE0 background.