COLOR #F6D6CE

HEX: #F6D6CE
RGB: (246,214,206)

Color info

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

RGB color model

#F6D6CE color RGB value is (246,214,206).

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

RGB channels and saturation

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

246
214
206

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

Portions of RGB colors in percentages

R + G + B =
246 + 214 + 206 = 666 (100%)
R 246 of 666 ~ 36.94%
G 214 of 666 ~ 32.13%
B 206 of 666 ~ 30.93%

%36.94
%32.13
%30.93

CMYK color model

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

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

CMYK percentages

%0
%13.01
%16.26
%3.53

Codes

Color #F6D6CE in popluar color models

F6D6CE
RGB246214206
HSL12°68.97%88.63%
HSB/HSV12°16.26%96.47%
CMYK0.00%13.01%16.26%
3.53%

Color #F6D6CE in popluar number systems.

HEXF6D6CE
Decimal246214206
Binary111101101101011011001110
Octal366326316

Shades and tints

Shades of #F6D6CE

#F6D6CE
(246,214,206)
#E0C3BC
(224,195,188)
#CAB0AA
(202,176,170)
#B49D98
(180,157,152)
#9E8A86
(158,138,134)
#887774
(136,119,116)
#726462
(114,100,98)
#5C5150
(92,81,80)
#463E3E
(70,62,62)
#302B2C
(48,43,44)
#1A181A
(26,24,26)
#000000
(0,0,0)

Tints of #F6D6CE

#F6D6CE
(246,214,206)
#F6D9D2
(246,217,210)
#F6DCD6
(246,220,214)
#F6DFDA
(246,223,218)
#F6E2DE
(246,226,222)
#F6E5E2
(246,229,226)
#F6E8E6
(246,232,230)
#F6EBEA
(246,235,234)
#F6EEEE
(246,238,238)
#F6F1F2
(246,241,242)
#F6F4F6
(246,244,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F6D6CE; }

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

This text font color is #F6D6CE.


Background Color

.myBgColor { background-color: #F6D6CE; }

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

This div background color is #F6D6CE.


Border color

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

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

This div border color is #F6D6CE.


Opacity

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

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

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

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

This text has shadow with #F6D6CE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F6D6CE on black background.


Color preview on white background

This text has color #F6D6CE on white background.



Black color preview on #F6D6CE background

This text has black color on #F6D6CE background.


White color preview on #F6D6CE background

This text has white color on #F6D6CE background.