COLOR #F6D9CC

HEX: #F6D9CC RGB: (246,217,204)

Color info

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

RGB color model

#F6D9CC color RGB value is (246,217,204).

RGB: (246,217,204) (96%, 85%, 80%)

RGB channels and saturation

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

246
217
204

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

Portions of RGB colors in percentages

R + G + B = 246 + 217 + 204 = 667 (100%)
R 246 of 667 ~ 36.88%
G 217 of 667 ~ 32.53%
B 204 of 667 ~ 30.58'%

%36.88
%32.53
%30.58

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 11.79%
  • yellow value is 17.07%
  • 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
%17.07
%3.53

Codes

Color #F6D9CC in popluar color models

F6 D9 CC
RGB 246 217 204
HSL 19° 70.00% 88.24%
HSB/HSV 19° 17.07% 96.47%
CMYK 0.00% 11.79% 17.07%
3.53%

Color #F6D9CC in popluar number systems.

HEX F6 D9 CC
Decimal 246 217 204
Binary 11110110 11011001 11001100
Octal 366 331 314

Shades and tints

Shades of #F6D9CC

#F6D9CC
(246,217,204)
#E0C6BA
(224,198,186)
#CAB3A8
(202,179,168)
#B4A096
(180,160,150)
#9E8D84
(158,141,132)
#887A72
(136,122,114)
#726760
(114,103,96)
#5C544E
(92,84,78)
#46413C
(70,65,60)
#302E2A
(48,46,42)
#1A1B18
(26,27,24)
#000000
(0,0,0)

Tints of #F6D9CC

#F6D9CC
(246,217,204)
#F6DCD0
(246,220,208)
#F6DFD4
(246,223,212)
#F6E2D8
(246,226,216)
#F6E5DC
(246,229,220)
#F6E8E0
(246,232,224)
#F6EBE4
(246,235,228)
#F6EEE8
(246,238,232)
#F6F1EC
(246,241,236)
#F6F4F0
(246,244,240)
#F6F7F4
(246,247,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F6D9CC; }

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

This text font color is #F6D9CC.

Background Color

.myBgColor { background-color: #F6D9CC; }

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

This div background color is #F6D9CC.

Border color

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

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

This div border color is #F6D9CC.

Opacity

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

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

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

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

This text has shadow with #F6D9CC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F6D9CC.

Preview

Color preview on black background

This text has color #F6D9CC on black background.


Color preview on white background

This text has color #F6D9CC on white background.


Black color preview on #F6D9CC background

This text has black color on #F6D9CC background.


White color preview on #F6D9CC background

This text has white color on #F6D9CC background.


Related colors

Complementary color

Complementary color for #hex is #092633.


I love getcolorcode.com

Triadic colors

1 #CCF6D9 and #D9CCF6 with #F6D9CC are triadic colors.

2 #CCD9F6 and #D9F6CC with #F6D9CC are triadic colors.