COLOR #F5EDDC

HEX: #F5EDDC RGB: (245,237,220)

Color info

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

RGB color model

#F5EDDC color RGB value is (245,237,220).

RGB: (245,237,220) (96%, 93%, 86%)

RGB channels and saturation

R 245 of 255 = 96%
G 237 of 255 = 93%
B 220 of 255 = 86%

245
237
220

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

Portions of RGB colors in percentages

R + G + B = 245 + 237 + 220 = 702 (100%)
R 245 of 702 ~ 34.9%
G 237 of 702 ~ 33.76%
B 220 of 702 ~ 31.34'%

%34.9
%33.76
%31.34

CMYK color model

#F5EDDC color CMYK value is (0,3,10,4).

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

CMYK: (0,3,10,4)
C0M3Y10K4 (0%, 3%, 10%, 4%)
(0.00 / 0.03 / 0.10 / 0.04)

CMYK percentages

%0
%3.27
%10.2
%3.92

Codes

Color #F5EDDC in popluar color models

F5 ED DC
RGB 245 237 220
HSL 41° 55.56% 91.18%
HSB/HSV 41° 10.20% 96.08%
CMYK 0.00% 3.27% 10.20%
3.92%

Color #F5EDDC in popluar number systems.

HEX F5 ED DC
Decimal 245 237 220
Binary 11110101 11101101 11011100
Octal 365 355 334

Shades and tints

Shades of #F5EDDC

#F5EDDC
(245,237,220)
#DFD8C8
(223,216,200)
#C9C3B4
(201,195,180)
#B3AEA0
(179,174,160)
#9D998C
(157,153,140)
#878478
(135,132,120)
#716F64
(113,111,100)
#5B5A50
(91,90,80)
#45453C
(69,69,60)
#2F3028
(47,48,40)
#191B14
(25,27,20)
#000000
(0,0,0)

Tints of #F5EDDC

#F5EDDC
(245,237,220)
#F5EEDF
(245,238,223)
#F5EFE2
(245,239,226)
#F5F0E5
(245,240,229)
#F5F1E8
(245,241,232)
#F5F2EB
(245,242,235)
#F5F3EE
(245,243,238)
#F5F4F1
(245,244,241)
#F5F5F4
(245,245,244)
#F5F6F7
(245,246,247)
#F5F7FA
(245,247,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F5EDDC; }

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

This text font color is #F5EDDC.

Background Color

.myBgColor { background-color: #F5EDDC; }

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

This div background color is #F5EDDC.

Border color

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

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

This div border color is #F5EDDC.

Opacity

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

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

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

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

This text has shadow with #F5EDDC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F5EDDC.

Preview

Color preview on black background

This text has color #F5EDDC on black background.


Color preview on white background

This text has color #F5EDDC on white background.


Black color preview on #F5EDDC background

This text has black color on #F5EDDC background.


White color preview on #F5EDDC background

This text has white color on #F5EDDC background.


Related colors

Complementary color

Complementary color for #hex is #0A1223.


I love getcolorcode.com

Triadic colors

1 #DCF5ED and #EDDCF5 with #F5EDDC are triadic colors.

2 #DCEDF5 and #EDF5DC with #F5EDDC are triadic colors.