COLOR #F5EFDC

HEX: #F5EFDC
RGB: (245,239,220)

Color info

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

RGB color model

#F5EFDC color RGB value is (245,239,220).

  • red value is 245;
  • green value is 239;
  • blue value is 220.
RGB:
(245,239,220)
(96%,94%,86%)

RGB channels and saturation

R 245 of 255 = 96%
G 239 of 255 = 94%
B 220 of 255 = 86%

245
239
220

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

Portions of RGB colors in percentages

R + G + B =
245 + 239 + 220 = 704 (100%)
R 245 of 704 ~ 34.8%
G 239 of 704 ~ 33.95%
B 220 of 704 ~ 31.25%

%34.8
%33.95
%31.25

CMYK color model

#F5EFDC color CMYK value is (0,2,10,4).

  • cyan value is 0.00%
  • magenta value is 2.45%
  • yellow value is 10.20%
  • key color value is 3.92%
CMYK:
(0,2,10,4)
C0M2Y10K4 
(0%,2%,10%,4%)
(0.00/0.02/0.10/0.04)	

CMYK percentages

%0
%2.45
%10.2
%3.92

Codes

Color #F5EFDC in popluar color models

F5EFDC
RGB245239220
HSL46°55.56%91.18%
HSB/HSV46°10.20%96.08%
CMYK0.00%2.45%10.20%
3.92%

Color #F5EFDC in popluar number systems.

HEXF5EFDC
Decimal245239220
Binary111101011110111111011100
Octal365357334

Shades and tints

Shades of #F5EFDC

#F5EFDC
(245,239,220)
#DFDAC8
(223,218,200)
#C9C5B4
(201,197,180)
#B3B0A0
(179,176,160)
#9D9B8C
(157,155,140)
#878678
(135,134,120)
#717164
(113,113,100)
#5B5C50
(91,92,80)
#45473C
(69,71,60)
#2F3228
(47,50,40)
#191D14
(25,29,20)
#000000
(0,0,0)

Tints of #F5EFDC

#F5EFDC
(245,239,220)
#F5F0DF
(245,240,223)
#F5F1E2
(245,241,226)
#F5F2E5
(245,242,229)
#F5F3E8
(245,243,232)
#F5F4EB
(245,244,235)
#F5F5EE
(245,245,238)
#F5F6F1
(245,246,241)
#F5F7F4
(245,247,244)
#F5F8F7
(245,248,247)
#F5F9FA
(245,249,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F5EFDC; }

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

This text font color is #F5EFDC.


Background Color

.myBgColor { background-color: #F5EFDC; }

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

This div background color is #F5EFDC.


Border color

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

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

This div border color is #F5EFDC.


Opacity

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

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

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

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

This text has shadow with #F5EFDC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F5EFDC on black background.


Color preview on white background

This text has color #F5EFDC on white background.



Black color preview on #F5EFDC background

This text has black color on #F5EFDC background.


White color preview on #F5EFDC background

This text has white color on #F5EFDC background.