COLOR #F9E0DB

HEX: #F9E0DB RGB: (249,224,219)

Color info

#F9E0DB contains red, green and blue colors in about the same proportion. Web safe color of #F9E0DB is #FFCCCC (or #FCC).

RGB color model

#F9E0DB color RGB value is (249,224,219).

RGB: (249,224,219) (98%, 88%, 86%)

RGB channels and saturation

R 249 of 255 = 98%
G 224 of 255 = 88%
B 219 of 255 = 86%

249
224
219

R + G + B ~ 91%. #F9E0DB is light color.

Portions of RGB colors in percentages

R + G + B = 249 + 224 + 219 = 692 (100%)
R 249 of 692 ~ 35.98%
G 224 of 692 ~ 32.37%
B 219 of 692 ~ 31.65'%

%35.98
%32.37
%31.65

CMYK color model

#F9E0DB color CMYK value is (0,10,12,2).

  • cyan value is 0.00%
  • magenta value is 10.04%
  • yellow value is 12.05%
  • key color value is 2.35%
CMYK: (0,10,12,2) C0M10Y12K2 (0%,10%,12%,2%) (0.00/0.10/0.12/0.02) 

CMYK percentages

%0
%10.04
%12.05
%2.35

Codes

Color #F9E0DB in popluar color models

F9 E0 DB
RGB 249 224 219
HSL 10° 71.43% 91.76%
HSB/HSV 10° 12.05% 97.65%
CMYK 0.00% 10.04% 12.05%
2.35%

Color #F9E0DB in popluar number systems.

HEX F9 E0 DB
Decimal 249 224 219
Binary 11111001 11100000 11011011
Octal 371 340 333

Shades and tints

Shades of #F9E0DB

#F9E0DB
(249,224,219)
#E3CCC8
(227,204,200)
#CDB8B5
(205,184,181)
#B7A4A2
(183,164,162)
#A1908F
(161,144,143)
#8B7C7C
(139,124,124)
#756869
(117,104,105)
#5F5456
(95,84,86)
#494043
(73,64,67)
#332C30
(51,44,48)
#1D181D
(29,24,29)
#000000
(0,0,0)

Tints of #F9E0DB

#F9E0DB
(249,224,219)
#F9E2DE
(249,226,222)
#F9E4E1
(249,228,225)
#F9E6E4
(249,230,228)
#F9E8E7
(249,232,231)
#F9EAEA
(249,234,234)
#F9ECED
(249,236,237)
#F9EEF0
(249,238,240)
#F9F0F3
(249,240,243)
#F9F2F6
(249,242,246)
#F9F4F9
(249,244,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F9E0DB; }

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

This text font color is #F9E0DB.

Background Color

.myBgColor { background-color: #F9E0DB; }

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

This div background color is #F9E0DB.

Border color

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

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

This div border color is #F9E0DB.

Opacity

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

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

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

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

This text has shadow with #F9E0DB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F9E0DB.

Preview

Color preview on black background

This text has color #F9E0DB on black background.


Color preview on white background

This text has color #F9E0DB on white background.


Black color preview on #F9E0DB background

This text has black color on #F9E0DB background.


White color preview on #F9E0DB background

This text has white color on #F9E0DB background.


Related colors

Complementary color

Complementary color for #hex is #061F24.


I love getcolorcode.com

Triadic colors

1 #DBF9E0 and #E0DBF9 with #F9E0DB are triadic colors.

2 #DBE0F9 and #E0F9DB with #F9E0DB are triadic colors.