COLOR #F4E0DB

HEX: #F4E0DB RGB: (244,224,219)

Color info

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

RGB color model

#F4E0DB color RGB value is (244,224,219).

RGB: (244,224,219) (96%, 88%, 86%)

RGB channels and saturation

R 244 of 255 = 96%
G 224 of 255 = 88%
B 219 of 255 = 86%

244
224
219

R + G + B ~ 90%. #F4E0DB is light color.

Portions of RGB colors in percentages

R + G + B = 244 + 224 + 219 = 687 (100%)
R 244 of 687 ~ 35.52%
G 224 of 687 ~ 32.61%
B 219 of 687 ~ 31.88'%

%35.52
%32.61
%31.88

CMYK color model

#F4E0DB color CMYK value is (0,8,10,4).

  • cyan value is 0.00%
  • magenta value is 8.20%
  • yellow value is 10.25%
  • key color value is 4.31%

CMYK: (0,8,10,4)
C0M8Y10K4 (0%, 8%, 10%, 4%)
(0.00 / 0.08 / 0.10 / 0.04)

CMYK percentages

%0
%8.2
%10.25
%4.31

Codes

Color #F4E0DB in popluar color models

F4 E0 DB
RGB 244 224 219
HSL 12° 53.19% 90.78%
HSB/HSV 12° 10.25% 95.69%
CMYK 0.00% 8.20% 10.25%
4.31%

Color #F4E0DB in popluar number systems.

HEX F4 E0 DB
Decimal 244 224 219
Binary 11110100 11100000 11011011
Octal 364 340 333

Shades and tints

Shades of #F4E0DB

#F4E0DB
(244,224,219)
#DECCC8
(222,204,200)
#C8B8B5
(200,184,181)
#B2A4A2
(178,164,162)
#9C908F
(156,144,143)
#867C7C
(134,124,124)
#706869
(112,104,105)
#5A5456
(90,84,86)
#444043
(68,64,67)
#2E2C30
(46,44,48)
#18181D
(24,24,29)
#000000
(0,0,0)

Tints of #F4E0DB

#F4E0DB
(244,224,219)
#F5E2DE
(245,226,222)
#F6E4E1
(246,228,225)
#F7E6E4
(247,230,228)
#F8E8E7
(248,232,231)
#F9EAEA
(249,234,234)
#FAECED
(250,236,237)
#FBEEF0
(251,238,240)
#FCF0F3
(252,240,243)
#FDF2F6
(253,242,246)
#FEF4F9
(254,244,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F4E0DB; }

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

This text font color is #F4E0DB.

Background Color

.myBgColor { background-color: #F4E0DB; }

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

This div background color is #F4E0DB.

Border color

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

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

This div border color is #F4E0DB.

Opacity

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

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

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

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

This text has shadow with #F4E0DB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F4E0DB.

Preview

Color preview on black background

This text has color #F4E0DB on black background.


Color preview on white background

This text has color #F4E0DB on white background.


Black color preview on #F4E0DB background

This text has black color on #F4E0DB background.


White color preview on #F4E0DB background

This text has white color on #F4E0DB background.


Related colors

Complementary color

Complementary color for #hex is #0B1F24.


I love getcolorcode.com

Triadic colors

1 #DBF4E0 and #E0DBF4 with #F4E0DB are triadic colors.

2 #DBE0F4 and #E0F4DB with #F4E0DB are triadic colors.