COLOR #F5EFDE

HEX: #F5EFDE
RGB: (245,239,222)

Color info

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

RGB color model

#F5EFDE color RGB value is (245,239,222).

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

RGB channels and saturation

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

245
239
222

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

Portions of RGB colors in percentages

R + G + B =
245 + 239 + 222 = 706 (100%)
R 245 of 706 ~ 34.7%
G 239 of 706 ~ 33.85%
B 222 of 706 ~ 31.44%

%34.7
%33.85
%31.44

CMYK color model

#F5EFDE color CMYK value is (0,2,9,4).

  • cyan value is 0.00%
  • magenta value is 2.45%
  • yellow value is 9.39%
  • key color value is 3.92%
CMYK:
(0,2,9,4)
C0M2Y9K4 
(0%,2%,9%,4%)
(0.00/0.02/0.09/0.04)	

CMYK percentages

%0
%2.45
%9.39
%3.92

Codes

Color #F5EFDE in popluar color models

F5EFDE
RGB245239222
HSL44°53.49%91.57%
HSB/HSV44°9.39%96.08%
CMYK0.00%2.45%9.39%
3.92%

Color #F5EFDE in popluar number systems.

HEXF5EFDE
Decimal245239222
Binary111101011110111111011110
Octal365357336

Shades and tints

Shades of #F5EFDE

#F5EFDE
(245,239,222)
#DFDACA
(223,218,202)
#C9C5B6
(201,197,182)
#B3B0A2
(179,176,162)
#9D9B8E
(157,155,142)
#87867A
(135,134,122)
#717166
(113,113,102)
#5B5C52
(91,92,82)
#45473E
(69,71,62)
#2F322A
(47,50,42)
#191D16
(25,29,22)
#000000
(0,0,0)

Tints of #F5EFDE

#F5EFDE
(245,239,222)
#F5F0E1
(245,240,225)
#F5F1E4
(245,241,228)
#F5F2E7
(245,242,231)
#F5F3EA
(245,243,234)
#F5F4ED
(245,244,237)
#F5F5F0
(245,245,240)
#F5F6F3
(245,246,243)
#F5F7F6
(245,247,246)
#F5F8F9
(245,248,249)
#F5F9FC
(245,249,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F5EFDE; }

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

This text font color is #F5EFDE.


Background Color

.myBgColor { background-color: #F5EFDE; }

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

This div background color is #F5EFDE.


Border color

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

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

This div border color is #F5EFDE.


Opacity

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

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

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

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

This text has shadow with #F5EFDE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F5EFDE on black background.


Color preview on white background

This text has color #F5EFDE on white background.



Black color preview on #F5EFDE background

This text has black color on #F5EFDE background.


White color preview on #F5EFDE background

This text has white color on #F5EFDE background.