COLOR #F9F4EE

HEX: #F9F4EE
RGB: (249,244,238)

Color info

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

RGB color model

#F9F4EE color RGB value is (249,244,238).

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

RGB channels and saturation

R 249 of 255 = 98%
G 244 of 255 = 96%
B 238 of 255 = 93%

249
244
238

R + G + B ~ 96%. #F9F4EE is light color.

Portions of RGB colors in percentages

R + G + B =
249 + 244 + 238 = 731 (100%)
R 249 of 731 ~ 34.06%
G 244 of 731 ~ 33.38%
B 238 of 731 ~ 32.56%

%34.06
%33.38
%32.56

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 2.01%
  • yellow value is 4.42%
  • key color value is 2.35%
CMYK:
(0,2,4,2)
C0M2Y4K2 
(0%,2%,4%,2%)
(0.00/0.02/0.04/0.02)	

CMYK percentages

%0
%2.01
%4.42
%2.35

Codes

Color #F9F4EE in popluar color models

F9F4EE
RGB249244238
HSL33°47.83%95.49%
HSB/HSV33°4.42%97.65%
CMYK0.00%2.01%4.42%
2.35%

Color #F9F4EE in popluar number systems.

HEXF9F4EE
Decimal249244238
Binary111110011111010011101110
Octal371364356

Shades and tints

Shades of #F9F4EE

#F9F4EE
(249,244,238)
#E3DED9
(227,222,217)
#CDC8C4
(205,200,196)
#B7B2AF
(183,178,175)
#A19C9A
(161,156,154)
#8B8685
(139,134,133)
#757070
(117,112,112)
#5F5A5B
(95,90,91)
#494446
(73,68,70)
#332E31
(51,46,49)
#1D181C
(29,24,28)
#000000
(0,0,0)

Tints of #F9F4EE

#F9F4EE
(249,244,238)
#F9F5EF
(249,245,239)
#F9F6F0
(249,246,240)
#F9F7F1
(249,247,241)
#F9F8F2
(249,248,242)
#F9F9F3
(249,249,243)
#F9FAF4
(249,250,244)
#F9FBF5
(249,251,245)
#F9FCF6
(249,252,246)
#F9FDF7
(249,253,247)
#F9FEF8
(249,254,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F9F4EE; }

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

This text font color is #F9F4EE.


Background Color

.myBgColor { background-color: #F9F4EE; }

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

This div background color is #F9F4EE.


Border color

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

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

This div border color is #F9F4EE.


Opacity

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

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

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

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

This text has shadow with #F9F4EE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F9F4EE on black background.


Color preview on white background

This text has color #F9F4EE on white background.



Black color preview on #F9F4EE background

This text has black color on #F9F4EE background.


White color preview on #F9F4EE background

This text has white color on #F9F4EE background.