COLOR #F5E0DA

HEX: #F5E0DA RGB: (245,224,218)

Color info

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

RGB color model

#F5E0DA color RGB value is (245,224,218).

RGB: (245,224,218) (96%, 88%, 85%)

RGB channels and saturation

R 245 of 255 = 96%
G 224 of 255 = 88%
B 218 of 255 = 85%

245
224
218

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

Portions of RGB colors in percentages

R + G + B = 245 + 224 + 218 = 687 (100%)
R 245 of 687 ~ 35.66%
G 224 of 687 ~ 32.61%
B 218 of 687 ~ 31.73'%

%35.66
%32.61
%31.73

CMYK color model

#F5E0DA color CMYK value is (0,9,11,4).

  • cyan value is 0.00%
  • magenta value is 8.57%
  • yellow value is 11.02%
  • key color value is 3.92%

CMYK: (0,9,11,4)
C0M9Y11K4 (0%, 9%, 11%, 4%)
(0.00 / 0.09 / 0.11 / 0.04)

CMYK percentages

%0
%8.57
%11.02
%3.92

Codes

Color #F5E0DA in popluar color models

F5 E0 DA
RGB 245 224 218
HSL 13° 57.45% 90.78%
HSB/HSV 13° 11.02% 96.08%
CMYK 0.00% 8.57% 11.02%
3.92%

Color #F5E0DA in popluar number systems.

HEX F5 E0 DA
Decimal 245 224 218
Binary 11110101 11100000 11011010
Octal 365 340 332

Shades and tints

Shades of #F5E0DA

#F5E0DA
(245,224,218)
#DFCCC7
(223,204,199)
#C9B8B4
(201,184,180)
#B3A4A1
(179,164,161)
#9D908E
(157,144,142)
#877C7B
(135,124,123)
#716868
(113,104,104)
#5B5455
(91,84,85)
#454042
(69,64,66)
#2F2C2F
(47,44,47)
#19181C
(25,24,28)
#000000
(0,0,0)

Tints of #F5E0DA

#F5E0DA
(245,224,218)
#F5E2DD
(245,226,221)
#F5E4E0
(245,228,224)
#F5E6E3
(245,230,227)
#F5E8E6
(245,232,230)
#F5EAE9
(245,234,233)
#F5ECEC
(245,236,236)
#F5EEEF
(245,238,239)
#F5F0F2
(245,240,242)
#F5F2F5
(245,242,245)
#F5F4F8
(245,244,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F5E0DA color. Also use rgb(245,224,218) instead hex code.

Text Font Color

.myTextColor { color: #F5E0DA; }

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

This text font color is #F5E0DA.

Background Color

.myBgColor { background-color: #F5E0DA; }

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

This div background color is #F5E0DA.

Border color

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

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

This div border color is #F5E0DA.

Opacity

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

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

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

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

This text has shadow with #F5E0DA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F5E0DA.

Preview

Color preview on black background

This text has color #F5E0DA on black background.


Color preview on white background

This text has color #F5E0DA on white background.


Black color preview on #F5E0DA background

This text has black color on #F5E0DA background.


White color preview on #F5E0DA background

This text has white color on #F5E0DA background.


Related colors

Complementary color

Complementary color for #hex is #0A1F25.


I love getcolorcode.com

Triadic colors

1 #DAF5E0 and #E0DAF5 with #F5E0DA are triadic colors.

2 #DAE0F5 and #E0F5DA with #F5E0DA are triadic colors.