COLOR #F5D8CE

HEX: #F5D8CE
RGB: (245,216,206)

Color info

#F5D8CE contains red, green and blue colors in about the same proportion. Web safe color of #F5D8CE is #FFCCCC (or #FCC).

RGB color model

#F5D8CE color RGB value is (245,216,206).

  • red value is 245;
  • green value is 216;
  • blue value is 206.
RGB:
(245,216,206)
(96%,85%,81%)

RGB channels and saturation

R 245 of 255 = 96%
G 216 of 255 = 85%
B 206 of 255 = 81%

245
216
206

R + G + B ~ 87%. #F5D8CE is light color.

Portions of RGB colors in percentages

R + G + B =
245 + 216 + 206 = 667 (100%)
R 245 of 667 ~ 36.73%
G 216 of 667 ~ 32.38%
B 206 of 667 ~ 30.88%

%36.73
%32.38
%30.88

CMYK color model

#F5D8CE color CMYK value is (0,12,16,4).

  • cyan value is 0.00%
  • magenta value is 11.84%
  • yellow value is 15.92%
  • key color value is 3.92%
CMYK:
(0,12,16,4)
C0M12Y16K4 
(0%,12%,16%,4%)
(0.00/0.12/0.16/0.04)	

CMYK percentages

%0
%11.84
%15.92
%3.92

Codes

Color #F5D8CE in popluar color models

F5D8CE
RGB245216206
HSL15°66.10%88.43%
HSB/HSV15°15.92%96.08%
CMYK0.00%11.84%15.92%
3.92%

Color #F5D8CE in popluar number systems.

HEXF5D8CE
Decimal245216206
Binary111101011101100011001110
Octal365330316

Shades and tints

Shades of #F5D8CE

#F5D8CE
(245,216,206)
#DFC5BC
(223,197,188)
#C9B2AA
(201,178,170)
#B39F98
(179,159,152)
#9D8C86
(157,140,134)
#877974
(135,121,116)
#716662
(113,102,98)
#5B5350
(91,83,80)
#45403E
(69,64,62)
#2F2D2C
(47,45,44)
#191A1A
(25,26,26)
#000000
(0,0,0)

Tints of #F5D8CE

#F5D8CE
(245,216,206)
#F5DBD2
(245,219,210)
#F5DED6
(245,222,214)
#F5E1DA
(245,225,218)
#F5E4DE
(245,228,222)
#F5E7E2
(245,231,226)
#F5EAE6
(245,234,230)
#F5EDEA
(245,237,234)
#F5F0EE
(245,240,238)
#F5F3F2
(245,243,242)
#F5F6F6
(245,246,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F5D8CE color. Also use rgb(245,216,206) instead hex code.

Text Font Color

.myTextColor { color: #F5D8CE; }

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

This text font color is #F5D8CE.


Background Color

.myBgColor { background-color: #F5D8CE; }

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

This div background color is #F5D8CE.


Border color

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

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

This div border color is #F5D8CE.


Opacity

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

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

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

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

This text has shadow with #F5D8CE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F5D8CE on black background.


Color preview on white background

This text has color #F5D8CE on white background.



Black color preview on #F5D8CE background

This text has black color on #F5D8CE background.


White color preview on #F5D8CE background

This text has white color on #F5D8CE background.