COLOR #F9EFDA

HEX: #F9EFDA
RGB: (249,239,218)

Color info

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

RGB color model

#F9EFDA color RGB value is (249,239,218).

  • red value is 249;
  • green value is 239;
  • blue value is 218.
RGB:
(249,239,218)
(98%,94%,85%)

RGB channels and saturation

R 249 of 255 = 98%
G 239 of 255 = 94%
B 218 of 255 = 85%

249
239
218

R + G + B ~ 92%. #F9EFDA is light color.

Portions of RGB colors in percentages

R + G + B =
249 + 239 + 218 = 706 (100%)
R 249 of 706 ~ 35.27%
G 239 of 706 ~ 33.85%
B 218 of 706 ~ 30.88%

%35.27
%33.85
%30.88

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 4.02%
  • yellow value is 12.45%
  • key color value is 2.35%
CMYK:
(0,4,12,2)
C0M4Y12K2 
(0%,4%,12%,2%)
(0.00/0.04/0.12/0.02)	

CMYK percentages

%0
%4.02
%12.45
%2.35

Codes

Color #F9EFDA in popluar color models

F9EFDA
RGB249239218
HSL41°72.09%91.57%
HSB/HSV41°12.45%97.65%
CMYK0.00%4.02%12.45%
2.35%

Color #F9EFDA in popluar number systems.

HEXF9EFDA
Decimal249239218
Binary111110011110111111011010
Octal371357332

Shades and tints

Shades of #F9EFDA

#F9EFDA
(249,239,218)
#E3DAC7
(227,218,199)
#CDC5B4
(205,197,180)
#B7B0A1
(183,176,161)
#A19B8E
(161,155,142)
#8B867B
(139,134,123)
#757168
(117,113,104)
#5F5C55
(95,92,85)
#494742
(73,71,66)
#33322F
(51,50,47)
#1D1D1C
(29,29,28)
#000000
(0,0,0)

Tints of #F9EFDA

#F9EFDA
(249,239,218)
#F9F0DD
(249,240,221)
#F9F1E0
(249,241,224)
#F9F2E3
(249,242,227)
#F9F3E6
(249,243,230)
#F9F4E9
(249,244,233)
#F9F5EC
(249,245,236)
#F9F6EF
(249,246,239)
#F9F7F2
(249,247,242)
#F9F8F5
(249,248,245)
#F9F9F8
(249,249,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F9EFDA color. Also use rgb(249,239,218) instead hex code.

Text Font Color

.myTextColor { color: #F9EFDA; }

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

This text font color is #F9EFDA.


Background Color

.myBgColor { background-color: #F9EFDA; }

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

This div background color is #F9EFDA.


Border color

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

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

This div border color is #F9EFDA.


Opacity

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

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

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

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

This text has shadow with #F9EFDA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F9EFDA on black background.


Color preview on white background

This text has color #F9EFDA on white background.



Black color preview on #F9EFDA background

This text has black color on #F9EFDA background.


White color preview on #F9EFDA background

This text has white color on #F9EFDA background.