COLOR #F5EFDD

HEX: #F5EFDD
RGB: (245,239,221)

Color info

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

RGB color model

#F5EFDD color RGB value is (245,239,221).

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

RGB channels and saturation

R 245 of 255 = 96%
G 239 of 255 = 94%
B 221 of 255 = 87%

245
239
221

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

Portions of RGB colors in percentages

R + G + B =
245 + 239 + 221 = 705 (100%)
R 245 of 705 ~ 34.75%
G 239 of 705 ~ 33.9%
B 221 of 705 ~ 31.35%

%34.75
%33.9
%31.35

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 2.45%
  • yellow value is 9.80%
  • 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
%9.8
%3.92

Codes

Color #F5EFDD in popluar color models

F5EFDD
RGB245239221
HSL45°54.55%91.37%
HSB/HSV45°9.80%96.08%
CMYK0.00%2.45%9.80%
3.92%

Color #F5EFDD in popluar number systems.

HEXF5EFDD
Decimal245239221
Binary111101011110111111011101
Octal365357335

Shades and tints

Shades of #F5EFDD

#F5EFDD
(245,239,221)
#DFDAC9
(223,218,201)
#C9C5B5
(201,197,181)
#B3B0A1
(179,176,161)
#9D9B8D
(157,155,141)
#878679
(135,134,121)
#717165
(113,113,101)
#5B5C51
(91,92,81)
#45473D
(69,71,61)
#2F3229
(47,50,41)
#191D15
(25,29,21)
#000000
(0,0,0)

Tints of #F5EFDD

#F5EFDD
(245,239,221)
#F5F0E0
(245,240,224)
#F5F1E3
(245,241,227)
#F5F2E6
(245,242,230)
#F5F3E9
(245,243,233)
#F5F4EC
(245,244,236)
#F5F5EF
(245,245,239)
#F5F6F2
(245,246,242)
#F5F7F5
(245,247,245)
#F5F8F8
(245,248,248)
#F5F9FB
(245,249,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F5EFDD; }

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

This text font color is #F5EFDD.


Background Color

.myBgColor { background-color: #F5EFDD; }

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

This div background color is #F5EFDD.


Border color

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

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

This div border color is #F5EFDD.


Opacity

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

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

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

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

This text has shadow with #F5EFDD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F5EFDD on black background.


Color preview on white background

This text has color #F5EFDD on white background.



Black color preview on #F5EFDD background

This text has black color on #F5EFDD background.


White color preview on #F5EFDD background

This text has white color on #F5EFDD background.