COLOR #F6D9CD

HEX: #F6D9CD
RGB: (246,217,205)

Color info

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

RGB color model

#F6D9CD color RGB value is (246,217,205).

  • red value is 246;
  • green value is 217;
  • blue value is 205.
RGB:
(246,217,205)
(96%,85%,80%)

RGB channels and saturation

R 246 of 255 = 96%
G 217 of 255 = 85%
B 205 of 255 = 80%

246
217
205

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

Portions of RGB colors in percentages

R + G + B =
246 + 217 + 205 = 668 (100%)
R 246 of 668 ~ 36.83%
G 217 of 668 ~ 32.49%
B 205 of 668 ~ 30.69%

%36.83
%32.49
%30.69

CMYK color model

#F6D9CD color CMYK value is (0,12,17,4).

  • cyan value is 0.00%
  • magenta value is 11.79%
  • yellow value is 16.67%
  • key color value is 3.53%
CMYK:
(0,12,17,4)
C0M12Y17K4 
(0%,12%,17%,4%)
(0.00/0.12/0.17/0.04)	

CMYK percentages

%0
%11.79
%16.67
%3.53

Codes

Color #F6D9CD in popluar color models

F6D9CD
RGB246217205
HSL18°69.49%88.43%
HSB/HSV18°16.67%96.47%
CMYK0.00%11.79%16.67%
3.53%

Color #F6D9CD in popluar number systems.

HEXF6D9CD
Decimal246217205
Binary111101101101100111001101
Octal366331315

Shades and tints

Shades of #F6D9CD

#F6D9CD
(246,217,205)
#E0C6BB
(224,198,187)
#CAB3A9
(202,179,169)
#B4A097
(180,160,151)
#9E8D85
(158,141,133)
#887A73
(136,122,115)
#726761
(114,103,97)
#5C544F
(92,84,79)
#46413D
(70,65,61)
#302E2B
(48,46,43)
#1A1B19
(26,27,25)
#000000
(0,0,0)

Tints of #F6D9CD

#F6D9CD
(246,217,205)
#F6DCD1
(246,220,209)
#F6DFD5
(246,223,213)
#F6E2D9
(246,226,217)
#F6E5DD
(246,229,221)
#F6E8E1
(246,232,225)
#F6EBE5
(246,235,229)
#F6EEE9
(246,238,233)
#F6F1ED
(246,241,237)
#F6F4F1
(246,244,241)
#F6F7F5
(246,247,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F6D9CD color. Also use rgb(246,217,205) instead hex code.

Text Font Color

.myTextColor { color: #F6D9CD; }

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

This text font color is #F6D9CD.


Background Color

.myBgColor { background-color: #F6D9CD; }

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

This div background color is #F6D9CD.


Border color

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

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

This div border color is #F6D9CD.


Opacity

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

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

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

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

This text has shadow with #F6D9CD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F6D9CD on black background.


Color preview on white background

This text has color #F6D9CD on white background.



Black color preview on #F6D9CD background

This text has black color on #F6D9CD background.


White color preview on #F6D9CD background

This text has white color on #F6D9CD background.