COLOR #F9EEE0

HEX: #F9EEE0
RGB: (249,238,224)

Color info

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

RGB color model

#F9EEE0 color RGB value is (249,238,224).

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

RGB channels and saturation

R 249 of 255 = 98%
G 238 of 255 = 93%
B 224 of 255 = 88%

249
238
224

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

Portions of RGB colors in percentages

R + G + B =
249 + 238 + 224 = 711 (100%)
R 249 of 711 ~ 35.02%
G 238 of 711 ~ 33.47%
B 224 of 711 ~ 31.5%

%35.02
%33.47
%31.5

CMYK color model

#F9EEE0 color CMYK value is (0,4,10,2).

  • cyan value is 0.00%
  • magenta value is 4.42%
  • yellow value is 10.04%
  • key color value is 2.35%
CMYK:
(0,4,10,2)
C0M4Y10K2 
(0%,4%,10%,2%)
(0.00/0.04/0.10/0.02)	

CMYK percentages

%0
%4.42
%10.04
%2.35

Codes

Color #F9EEE0 in popluar color models

F9EEE0
RGB249238224
HSL34°67.57%92.75%
HSB/HSV34°10.04%97.65%
CMYK0.00%4.42%10.04%
2.35%

Color #F9EEE0 in popluar number systems.

HEXF9EEE0
Decimal249238224
Binary111110011110111011100000
Octal371356340

Shades and tints

Shades of #F9EEE0

#F9EEE0
(249,238,224)
#E3D9CC
(227,217,204)
#CDC4B8
(205,196,184)
#B7AFA4
(183,175,164)
#A19A90
(161,154,144)
#8B857C
(139,133,124)
#757068
(117,112,104)
#5F5B54
(95,91,84)
#494640
(73,70,64)
#33312C
(51,49,44)
#1D1C18
(29,28,24)
#000000
(0,0,0)

Tints of #F9EEE0

#F9EEE0
(249,238,224)
#F9EFE2
(249,239,226)
#F9F0E4
(249,240,228)
#F9F1E6
(249,241,230)
#F9F2E8
(249,242,232)
#F9F3EA
(249,243,234)
#F9F4EC
(249,244,236)
#F9F5EE
(249,245,238)
#F9F6F0
(249,246,240)
#F9F7F2
(249,247,242)
#F9F8F4
(249,248,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F9EEE0; }

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

This text font color is #F9EEE0.


Background Color

.myBgColor { background-color: #F9EEE0; }

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

This div background color is #F9EEE0.


Border color

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

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

This div border color is #F9EEE0.


Opacity

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

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

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

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

This text has shadow with #F9EEE0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F9EEE0 on black background.


Color preview on white background

This text has color #F9EEE0 on white background.



Black color preview on #F9EEE0 background

This text has black color on #F9EEE0 background.


White color preview on #F9EEE0 background

This text has white color on #F9EEE0 background.