COLOR #F5D6CE

HEX: #F5D6CE
RGB: (245,214,206)

Color info

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

RGB color model

#F5D6CE color RGB value is (245,214,206).

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

RGB channels and saturation

R 245 of 255 = 96%
G 214 of 255 = 84%
B 206 of 255 = 81%

245
214
206

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

Portions of RGB colors in percentages

R + G + B =
245 + 214 + 206 = 665 (100%)
R 245 of 665 ~ 36.84%
G 214 of 665 ~ 32.18%
B 206 of 665 ~ 30.98%

%36.84
%32.18
%30.98

CMYK color model

#F5D6CE color CMYK value is (0,13,16,4).

  • cyan value is 0.00%
  • magenta value is 12.65%
  • yellow value is 15.92%
  • key color value is 3.92%
CMYK:
(0,13,16,4)
C0M13Y16K4 
(0%,13%,16%,4%)
(0.00/0.13/0.16/0.04)	

CMYK percentages

%0
%12.65
%15.92
%3.92

Codes

Color #F5D6CE in popluar color models

F5D6CE
RGB245214206
HSL12°66.10%88.43%
HSB/HSV12°15.92%96.08%
CMYK0.00%12.65%15.92%
3.92%

Color #F5D6CE in popluar number systems.

HEXF5D6CE
Decimal245214206
Binary111101011101011011001110
Octal365326316

Shades and tints

Shades of #F5D6CE

#F5D6CE
(245,214,206)
#DFC3BC
(223,195,188)
#C9B0AA
(201,176,170)
#B39D98
(179,157,152)
#9D8A86
(157,138,134)
#877774
(135,119,116)
#716462
(113,100,98)
#5B5150
(91,81,80)
#453E3E
(69,62,62)
#2F2B2C
(47,43,44)
#19181A
(25,24,26)
#000000
(0,0,0)

Tints of #F5D6CE

#F5D6CE
(245,214,206)
#F5D9D2
(245,217,210)
#F5DCD6
(245,220,214)
#F5DFDA
(245,223,218)
#F5E2DE
(245,226,222)
#F5E5E2
(245,229,226)
#F5E8E6
(245,232,230)
#F5EBEA
(245,235,234)
#F5EEEE
(245,238,238)
#F5F1F2
(245,241,242)
#F5F4F6
(245,244,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F5D6CE; }

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

This text font color is #F5D6CE.


Background Color

.myBgColor { background-color: #F5D6CE; }

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

This div background color is #F5D6CE.


Border color

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

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

This div border color is #F5D6CE.


Opacity

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

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

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

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

This text has shadow with #F5D6CE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F5D6CE on black background.


Color preview on white background

This text has color #F5D6CE on white background.



Black color preview on #F5D6CE background

This text has black color on #F5D6CE background.


White color preview on #F5D6CE background

This text has white color on #F5D6CE background.