COLOR #F6D8CF

HEX: #F6D8CF
RGB: (246,216,207)

Color info

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

RGB color model

#F6D8CF color RGB value is (246,216,207).

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

RGB channels and saturation

R 246 of 255 = 96%
G 216 of 255 = 85%
B 207 of 255 = 81%

246
216
207

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

Portions of RGB colors in percentages

R + G + B =
246 + 216 + 207 = 669 (100%)
R 246 of 669 ~ 36.77%
G 216 of 669 ~ 32.29%
B 207 of 669 ~ 30.94%

%36.77
%32.29
%30.94

CMYK color model

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

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

CMYK percentages

%0
%12.2
%15.85
%3.53

Codes

Color #F6D8CF in popluar color models

F6D8CF
RGB246216207
HSL14°68.42%88.82%
HSB/HSV14°15.85%96.47%
CMYK0.00%12.20%15.85%
3.53%

Color #F6D8CF in popluar number systems.

HEXF6D8CF
Decimal246216207
Binary111101101101100011001111
Octal366330317

Shades and tints

Shades of #F6D8CF

#F6D8CF
(246,216,207)
#E0C5BD
(224,197,189)
#CAB2AB
(202,178,171)
#B49F99
(180,159,153)
#9E8C87
(158,140,135)
#887975
(136,121,117)
#726663
(114,102,99)
#5C5351
(92,83,81)
#46403F
(70,64,63)
#302D2D
(48,45,45)
#1A1A1B
(26,26,27)
#000000
(0,0,0)

Tints of #F6D8CF

#F6D8CF
(246,216,207)
#F6DBD3
(246,219,211)
#F6DED7
(246,222,215)
#F6E1DB
(246,225,219)
#F6E4DF
(246,228,223)
#F6E7E3
(246,231,227)
#F6EAE7
(246,234,231)
#F6EDEB
(246,237,235)
#F6F0EF
(246,240,239)
#F6F3F3
(246,243,243)
#F6F6F7
(246,246,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F6D8CF color. Also use rgb(246,216,207) instead hex code.

Text Font Color

.myTextColor { color: #F6D8CF; }

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

This text font color is #F6D8CF.


Background Color

.myBgColor { background-color: #F6D8CF; }

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

This div background color is #F6D8CF.


Border color

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

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

This div border color is #F6D8CF.


Opacity

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

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

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

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

This text has shadow with #F6D8CF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F6D8CF on black background.


Color preview on white background

This text has color #F6D8CF on white background.



Black color preview on #F6D8CF background

This text has black color on #F6D8CF background.


White color preview on #F6D8CF background

This text has white color on #F6D8CF background.