COLOR #F9EFDC

HEX: #F9EFDC RGB: (249,239,220)

Color info

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

RGB color model

#F9EFDC color RGB value is (249,239,220).

RGB: (249,239,220) (98%, 94%, 86%)

RGB channels and saturation

R 249 of 255 = 98%
G 239 of 255 = 94%
B 220 of 255 = 86%

249
239
220

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

Portions of RGB colors in percentages

R + G + B = 249 + 239 + 220 = 708 (100%)
R 249 of 708 ~ 35.17%
G 239 of 708 ~ 33.76%
B 220 of 708 ~ 31.07'%

%35.17
%33.76
%31.07

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 4.02%
  • yellow value is 11.65%
  • 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
%11.65
%2.35

Codes

Color #F9EFDC in popluar color models

F9 EF DC
RGB 249 239 220
HSL 39° 70.73% 91.96%
HSB/HSV 39° 11.65% 97.65%
CMYK 0.00% 4.02% 11.65%
2.35%

Color #F9EFDC in popluar number systems.

HEX F9 EF DC
Decimal 249 239 220
Binary 11111001 11101111 11011100
Octal 371 357 334

Shades and tints

Shades of #F9EFDC

#F9EFDC
(249,239,220)
#E3DAC8
(227,218,200)
#CDC5B4
(205,197,180)
#B7B0A0
(183,176,160)
#A19B8C
(161,155,140)
#8B8678
(139,134,120)
#757164
(117,113,100)
#5F5C50
(95,92,80)
#49473C
(73,71,60)
#333228
(51,50,40)
#1D1D14
(29,29,20)
#000000
(0,0,0)

Tints of #F9EFDC

#F9EFDC
(249,239,220)
#F9F0DF
(249,240,223)
#F9F1E2
(249,241,226)
#F9F2E5
(249,242,229)
#F9F3E8
(249,243,232)
#F9F4EB
(249,244,235)
#F9F5EE
(249,245,238)
#F9F6F1
(249,246,241)
#F9F7F4
(249,247,244)
#F9F8F7
(249,248,247)
#F9F9FA
(249,249,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F9EFDC; }

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

This text font color is #F9EFDC.

Background Color

.myBgColor { background-color: #F9EFDC; }

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

This div background color is #F9EFDC.

Border color

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

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

This div border color is #F9EFDC.

Opacity

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

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

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

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

This text has shadow with #F9EFDC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F9EFDC.

Preview

Color preview on black background

This text has color #F9EFDC on black background.


Color preview on white background

This text has color #F9EFDC on white background.


Black color preview on #F9EFDC background

This text has black color on #F9EFDC background.


White color preview on #F9EFDC background

This text has white color on #F9EFDC background.


Related colors

Complementary color

Complementary color for #hex is #061023.


I love getcolorcode.com

Triadic colors

1 #DCF9EF and #EFDCF9 with #F9EFDC are triadic colors.

2 #DCEFF9 and #EFF9DC with #F9EFDC are triadic colors.