COLOR #F6D4CF

HEX: #F6D4CF
RGB: (246,212,207)

Color info

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

RGB color model

#F6D4CF color RGB value is (246,212,207).

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

RGB channels and saturation

R 246 of 255 = 96%
G 212 of 255 = 83%
B 207 of 255 = 81%

246
212
207

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

Portions of RGB colors in percentages

R + G + B =
246 + 212 + 207 = 665 (100%)
R 246 of 665 ~ 36.99%
G 212 of 665 ~ 31.88%
B 207 of 665 ~ 31.13%

%36.99
%31.88
%31.13

CMYK color model

#F6D4CF color CMYK value is (0,14,16,4).

  • cyan value is 0.00%
  • magenta value is 13.82%
  • yellow value is 15.85%
  • key color value is 3.53%
CMYK:
(0,14,16,4)
C0M14Y16K4 
(0%,14%,16%,4%)
(0.00/0.14/0.16/0.04)	

CMYK percentages

%0
%13.82
%15.85
%3.53

Codes

Color #F6D4CF in popluar color models

F6D4CF
RGB246212207
HSL68.42%88.82%
HSB/HSV15.85%96.47%
CMYK0.00%13.82%15.85%
3.53%

Color #F6D4CF in popluar number systems.

HEXF6D4CF
Decimal246212207
Binary111101101101010011001111
Octal366324317

Shades and tints

Shades of #F6D4CF

#F6D4CF
(246,212,207)
#E0C1BD
(224,193,189)
#CAAEAB
(202,174,171)
#B49B99
(180,155,153)
#9E8887
(158,136,135)
#887575
(136,117,117)
#726263
(114,98,99)
#5C4F51
(92,79,81)
#463C3F
(70,60,63)
#30292D
(48,41,45)
#1A161B
(26,22,27)
#000000
(0,0,0)

Tints of #F6D4CF

#F6D4CF
(246,212,207)
#F6D7D3
(246,215,211)
#F6DAD7
(246,218,215)
#F6DDDB
(246,221,219)
#F6E0DF
(246,224,223)
#F6E3E3
(246,227,227)
#F6E6E7
(246,230,231)
#F6E9EB
(246,233,235)
#F6ECEF
(246,236,239)
#F6EFF3
(246,239,243)
#F6F2F7
(246,242,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F6D4CF; }

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

This text font color is #F6D4CF.


Background Color

.myBgColor { background-color: #F6D4CF; }

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

This div background color is #F6D4CF.


Border color

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

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

This div border color is #F6D4CF.


Opacity

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

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

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

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

This text has shadow with #F6D4CF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F6D4CF on black background.


Color preview on white background

This text has color #F6D4CF on white background.



Black color preview on #F6D4CF background

This text has black color on #F6D4CF background.


White color preview on #F6D4CF background

This text has white color on #F6D4CF background.