COLOR #F6D9EE

HEX: #F6D9EE
RGB: (246,217,238)

Color info

#F6D9EE contains red, green and blue colors in about the same proportion. Web safe color of #F6D9EE is #FFCCFF (or #FCF).

RGB color model

#F6D9EE color RGB value is (246,217,238).

  • red value is 246;
  • green value is 217;
  • blue value is 238.
RGB:
(246,217,238)
(96%,85%,93%)

RGB channels and saturation

R 246 of 255 = 96%
G 217 of 255 = 85%
B 238 of 255 = 93%

246
217
238

R + G + B ~ 91%. #F6D9EE is light color.

Portions of RGB colors in percentages

R + G + B =
246 + 217 + 238 = 701 (100%)
R 246 of 701 ~ 35.09%
G 217 of 701 ~ 30.96%
B 238 of 701 ~ 33.95%

%35.09
%30.96
%33.95

CMYK color model

#F6D9EE color CMYK value is (0,12,3,4).

  • cyan value is 0.00%
  • magenta value is 11.79%
  • yellow value is 3.25%
  • key color value is 3.53%
CMYK:
(0,12,3,4)
C0M12Y3K4 
(0%,12%,3%,4%)
(0.00/0.12/0.03/0.04)	

CMYK percentages

%0
%11.79
%3.25
%3.53

Codes

Color #F6D9EE in popluar color models

F6D9EE
RGB246217238
HSL317°61.70%90.78%
HSB/HSV317°11.79%96.47%
CMYK0.00%11.79%3.25%
3.53%

Color #F6D9EE in popluar number systems.

HEXF6D9EE
Decimal246217238
Binary111101101101100111101110
Octal366331356

Shades and tints

Shades of #F6D9EE

#F6D9EE
(246,217,238)
#E0C6D9
(224,198,217)
#CAB3C4
(202,179,196)
#B4A0AF
(180,160,175)
#9E8D9A
(158,141,154)
#887A85
(136,122,133)
#726770
(114,103,112)
#5C545B
(92,84,91)
#464146
(70,65,70)
#302E31
(48,46,49)
#1A1B1C
(26,27,28)
#000000
(0,0,0)

Tints of #F6D9EE

#F6D9EE
(246,217,238)
#F6DCEF
(246,220,239)
#F6DFF0
(246,223,240)
#F6E2F1
(246,226,241)
#F6E5F2
(246,229,242)
#F6E8F3
(246,232,243)
#F6EBF4
(246,235,244)
#F6EEF5
(246,238,245)
#F6F1F6
(246,241,246)
#F6F4F7
(246,244,247)
#F6F7F8
(246,247,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F6D9EE; }

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

This text font color is #F6D9EE.


Background Color

.myBgColor { background-color: #F6D9EE; }

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

This div background color is #F6D9EE.


Border color

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

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

This div border color is #F6D9EE.


Opacity

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

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

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

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

This text has shadow with #F6D9EE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F6D9EE on black background.


Color preview on white background

This text has color #F6D9EE on white background.



Black color preview on #F6D9EE background

This text has black color on #F6D9EE background.


White color preview on #F6D9EE background

This text has white color on #F6D9EE background.