COLOR #F6D3DE

HEX: #F6D3DE
RGB: (246,211,222)

Color info

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

RGB color model

#F6D3DE color RGB value is (246,211,222).

  • red value is 246;
  • green value is 211;
  • blue value is 222.
RGB:
(246,211,222)
(96%,83%,87%)

RGB channels and saturation

R 246 of 255 = 96%
G 211 of 255 = 83%
B 222 of 255 = 87%

246
211
222

R + G + B ~ 89%. #F6D3DE is light color.

Portions of RGB colors in percentages

R + G + B =
246 + 211 + 222 = 679 (100%)
R 246 of 679 ~ 36.23%
G 211 of 679 ~ 31.08%
B 222 of 679 ~ 32.7%

%36.23
%31.08
%32.7

CMYK color model

#F6D3DE color CMYK value is (0,14,10,4).

  • cyan value is 0.00%
  • magenta value is 14.23%
  • yellow value is 9.76%
  • key color value is 3.53%
CMYK:
(0,14,10,4)
C0M14Y10K4 
(0%,14%,10%,4%)
(0.00/0.14/0.10/0.04)	

CMYK percentages

%0
%14.23
%9.76
%3.53

Codes

Color #F6D3DE in popluar color models

F6D3DE
RGB246211222
HSL341°66.04%89.61%
HSB/HSV341°14.23%96.47%
CMYK0.00%14.23%9.76%
3.53%

Color #F6D3DE in popluar number systems.

HEXF6D3DE
Decimal246211222
Binary111101101101001111011110
Octal366323336

Shades and tints

Shades of #F6D3DE

#F6D3DE
(246,211,222)
#E0C0CA
(224,192,202)
#CAADB6
(202,173,182)
#B49AA2
(180,154,162)
#9E878E
(158,135,142)
#88747A
(136,116,122)
#726166
(114,97,102)
#5C4E52
(92,78,82)
#463B3E
(70,59,62)
#30282A
(48,40,42)
#1A1516
(26,21,22)
#000000
(0,0,0)

Tints of #F6D3DE

#F6D3DE
(246,211,222)
#F6D7E1
(246,215,225)
#F6DBE4
(246,219,228)
#F6DFE7
(246,223,231)
#F6E3EA
(246,227,234)
#F6E7ED
(246,231,237)
#F6EBF0
(246,235,240)
#F6EFF3
(246,239,243)
#F6F3F6
(246,243,246)
#F6F7F9
(246,247,249)
#F6FBFC
(246,251,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F6D3DE color. Also use rgb(246,211,222) instead hex code.

Text Font Color

.myTextColor { color: #F6D3DE; }

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

This text font color is #F6D3DE.


Background Color

.myBgColor { background-color: #F6D3DE; }

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

This div background color is #F6D3DE.


Border color

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

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

This div border color is #F6D3DE.


Opacity

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

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

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

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

This text has shadow with #F6D3DE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F6D3DE on black background.


Color preview on white background

This text has color #F6D3DE on white background.



Black color preview on #F6D3DE background

This text has black color on #F6D3DE background.


White color preview on #F6D3DE background

This text has white color on #F6D3DE background.