COLOR #F9EBDC

HEX: #F9EBDC RGB: (249,235,220)

Color info

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

RGB color model

#F9EBDC color RGB value is (249,235,220).

RGB: (249,235,220) (98%, 92%, 86%)

RGB channels and saturation

R 249 of 255 = 98%
G 235 of 255 = 92%
B 220 of 255 = 86%

249
235
220

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

Portions of RGB colors in percentages

R + G + B = 249 + 235 + 220 = 704 (100%)
R 249 of 704 ~ 35.37%
G 235 of 704 ~ 33.38%
B 220 of 704 ~ 31.25'%

%35.37
%33.38
%31.25

CMYK color model

#F9EBDC color CMYK value is (0,6,12,2).

  • cyan value is 0.00%
  • magenta value is 5.62%
  • yellow value is 11.65%
  • key color value is 2.35%

CMYK: (0,6,12,2)
C0M6Y12K2 (0%, 6%, 12%, 2%)
(0.00 / 0.06 / 0.12 / 0.02)

CMYK percentages

%0
%5.62
%11.65
%2.35

Codes

Color #F9EBDC in popluar color models

F9 EB DC
RGB 249 235 220
HSL 31° 70.73% 91.96%
HSB/HSV 31° 11.65% 97.65%
CMYK 0.00% 5.62% 11.65%
2.35%

Color #F9EBDC in popluar number systems.

HEX F9 EB DC
Decimal 249 235 220
Binary 11111001 11101011 11011100
Octal 371 353 334

Shades and tints

Shades of #F9EBDC

#F9EBDC
(249,235,220)
#E3D6C8
(227,214,200)
#CDC1B4
(205,193,180)
#B7ACA0
(183,172,160)
#A1978C
(161,151,140)
#8B8278
(139,130,120)
#756D64
(117,109,100)
#5F5850
(95,88,80)
#49433C
(73,67,60)
#332E28
(51,46,40)
#1D1914
(29,25,20)
#000000
(0,0,0)

Tints of #F9EBDC

#F9EBDC
(249,235,220)
#F9ECDF
(249,236,223)
#F9EDE2
(249,237,226)
#F9EEE5
(249,238,229)
#F9EFE8
(249,239,232)
#F9F0EB
(249,240,235)
#F9F1EE
(249,241,238)
#F9F2F1
(249,242,241)
#F9F3F4
(249,243,244)
#F9F4F7
(249,244,247)
#F9F5FA
(249,245,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F9EBDC; }

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

This text font color is #F9EBDC.

Background Color

.myBgColor { background-color: #F9EBDC; }

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

This div background color is #F9EBDC.

Border color

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

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

This div border color is #F9EBDC.

Opacity

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

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

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

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

This text has shadow with #F9EBDC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F9EBDC.

Preview

Color preview on black background

This text has color #F9EBDC on black background.


Color preview on white background

This text has color #F9EBDC on white background.


Black color preview on #F9EBDC background

This text has black color on #F9EBDC background.


White color preview on #F9EBDC background

This text has white color on #F9EBDC background.


Related colors

Complementary color

Complementary color for #hex is #061423.


I love getcolorcode.com

Triadic colors

1 #DCF9EB and #EBDCF9 with #F9EBDC are triadic colors.

2 #DCEBF9 and #EBF9DC with #F9EBDC are triadic colors.