COLOR #F5EDDA

HEX: #F5EDDA RGB: (245,237,218)

Color info

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

RGB color model

#F5EDDA color RGB value is (245,237,218).

RGB: (245,237,218) (96%, 93%, 85%)

RGB channels and saturation

R 245 of 255 = 96%
G 237 of 255 = 93%
B 218 of 255 = 85%

245
237
218

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

Portions of RGB colors in percentages

R + G + B = 245 + 237 + 218 = 700 (100%)
R 245 of 700 ~ 35%
G 237 of 700 ~ 33.86%
B 218 of 700 ~ 31.14'%

%35
%33.86
%31.14

CMYK color model

#F5EDDA color CMYK value is (0,3,11,4).

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

CMYK: (0,3,11,4)
C0M3Y11K4 (0%, 3%, 11%, 4%)
(0.00 / 0.03 / 0.11 / 0.04)

CMYK percentages

%0
%3.27
%11.02
%3.92

Codes

Color #F5EDDA in popluar color models

F5 ED DA
RGB 245 237 218
HSL 42° 57.45% 90.78%
HSB/HSV 42° 11.02% 96.08%
CMYK 0.00% 3.27% 11.02%
3.92%

Color #F5EDDA in popluar number systems.

HEX F5 ED DA
Decimal 245 237 218
Binary 11110101 11101101 11011010
Octal 365 355 332

Shades and tints

Shades of #F5EDDA

#F5EDDA
(245,237,218)
#DFD8C7
(223,216,199)
#C9C3B4
(201,195,180)
#B3AEA1
(179,174,161)
#9D998E
(157,153,142)
#87847B
(135,132,123)
#716F68
(113,111,104)
#5B5A55
(91,90,85)
#454542
(69,69,66)
#2F302F
(47,48,47)
#191B1C
(25,27,28)
#000000
(0,0,0)

Tints of #F5EDDA

#F5EDDA
(245,237,218)
#F5EEDD
(245,238,221)
#F5EFE0
(245,239,224)
#F5F0E3
(245,240,227)
#F5F1E6
(245,241,230)
#F5F2E9
(245,242,233)
#F5F3EC
(245,243,236)
#F5F4EF
(245,244,239)
#F5F5F2
(245,245,242)
#F5F6F5
(245,246,245)
#F5F7F8
(245,247,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F5EDDA; }

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

This text font color is #F5EDDA.

Background Color

.myBgColor { background-color: #F5EDDA; }

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

This div background color is #F5EDDA.

Border color

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

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

This div border color is #F5EDDA.

Opacity

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

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

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

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

This text has shadow with #F5EDDA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F5EDDA.

Preview

Color preview on black background

This text has color #F5EDDA on black background.


Color preview on white background

This text has color #F5EDDA on white background.


Black color preview on #F5EDDA background

This text has black color on #F5EDDA background.


White color preview on #F5EDDA background

This text has white color on #F5EDDA background.


Related colors

Complementary color

Complementary color for #hex is #0A1225.


I love getcolorcode.com

Triadic colors

1 #DAF5ED and #EDDAF5 with #F5EDDA are triadic colors.

2 #DAEDF5 and #EDF5DA with #F5EDDA are triadic colors.