COLOR #F6D2CF

HEX: #F6D2CF
RGB: (246,210,207)

Color info

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

RGB color model

#F6D2CF color RGB value is (246,210,207).

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

RGB channels and saturation

R 246 of 255 = 96%
G 210 of 255 = 82%
B 207 of 255 = 81%

246
210
207

R + G + B ~ 86%. #F6D2CF is light color.

Portions of RGB colors in percentages

R + G + B =
246 + 210 + 207 = 663 (100%)
R 246 of 663 ~ 37.1%
G 210 of 663 ~ 31.67%
B 207 of 663 ~ 31.22%

%37.1
%31.67
%31.22

CMYK color model

#F6D2CF color CMYK value is (0,15,16,4).

  • cyan value is 0.00%
  • magenta value is 14.63%
  • yellow value is 15.85%
  • key color value is 3.53%
CMYK:
(0,15,16,4)
C0M15Y16K4 
(0%,15%,16%,4%)
(0.00/0.15/0.16/0.04)	

CMYK percentages

%0
%14.63
%15.85
%3.53

Codes

Color #F6D2CF in popluar color models

F6D2CF
RGB246210207
HSL68.42%88.82%
HSB/HSV15.85%96.47%
CMYK0.00%14.63%15.85%
3.53%

Color #F6D2CF in popluar number systems.

HEXF6D2CF
Decimal246210207
Binary111101101101001011001111
Octal366322317

Shades and tints

Shades of #F6D2CF

#F6D2CF
(246,210,207)
#E0BFBD
(224,191,189)
#CAACAB
(202,172,171)
#B49999
(180,153,153)
#9E8687
(158,134,135)
#887375
(136,115,117)
#726063
(114,96,99)
#5C4D51
(92,77,81)
#463A3F
(70,58,63)
#30272D
(48,39,45)
#1A141B
(26,20,27)
#000000
(0,0,0)

Tints of #F6D2CF

#F6D2CF
(246,210,207)
#F6D6D3
(246,214,211)
#F6DAD7
(246,218,215)
#F6DEDB
(246,222,219)
#F6E2DF
(246,226,223)
#F6E6E3
(246,230,227)
#F6EAE7
(246,234,231)
#F6EEEB
(246,238,235)
#F6F2EF
(246,242,239)
#F6F6F3
(246,246,243)
#F6FAF7
(246,250,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F6D2CF; }

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

This text font color is #F6D2CF.


Background Color

.myBgColor { background-color: #F6D2CF; }

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

This div background color is #F6D2CF.


Border color

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

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

This div border color is #F6D2CF.


Opacity

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

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

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

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

This text has shadow with #F6D2CF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F6D2CF on black background.


Color preview on white background

This text has color #F6D2CF on white background.



Black color preview on #F6D2CF background

This text has black color on #F6D2CF background.


White color preview on #F6D2CF background

This text has white color on #F6D2CF background.