COLOR #F6D5EF

HEX: #F6D5EF
RGB: (246,213,239)

Color info

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

RGB color model

#F6D5EF color RGB value is (246,213,239).

  • red value is 246;
  • green value is 213;
  • blue value is 239.
RGB:
(246,213,239)
(96%,84%,94%)

RGB channels and saturation

R 246 of 255 = 96%
G 213 of 255 = 84%
B 239 of 255 = 94%

246
213
239

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

Portions of RGB colors in percentages

R + G + B =
246 + 213 + 239 = 698 (100%)
R 246 of 698 ~ 35.24%
G 213 of 698 ~ 30.52%
B 239 of 698 ~ 34.24%

%35.24
%30.52
%34.24

CMYK color model

#F6D5EF color CMYK value is (0,13,3,4).

  • cyan value is 0.00%
  • magenta value is 13.41%
  • yellow value is 2.85%
  • key color value is 3.53%
CMYK:
(0,13,3,4)
C0M13Y3K4 
(0%,13%,3%,4%)
(0.00/0.13/0.03/0.04)	

CMYK percentages

%0
%13.41
%2.85
%3.53

Codes

Color #F6D5EF in popluar color models

F6D5EF
RGB246213239
HSL313°64.71%90.00%
HSB/HSV313°13.41%96.47%
CMYK0.00%13.41%2.85%
3.53%

Color #F6D5EF in popluar number systems.

HEXF6D5EF
Decimal246213239
Binary111101101101010111101111
Octal366325357

Shades and tints

Shades of #F6D5EF

#F6D5EF
(246,213,239)
#E0C2DA
(224,194,218)
#CAAFC5
(202,175,197)
#B49CB0
(180,156,176)
#9E899B
(158,137,155)
#887686
(136,118,134)
#726371
(114,99,113)
#5C505C
(92,80,92)
#463D47
(70,61,71)
#302A32
(48,42,50)
#1A171D
(26,23,29)
#000000
(0,0,0)

Tints of #F6D5EF

#F6D5EF
(246,213,239)
#F6D8F0
(246,216,240)
#F6DBF1
(246,219,241)
#F6DEF2
(246,222,242)
#F6E1F3
(246,225,243)
#F6E4F4
(246,228,244)
#F6E7F5
(246,231,245)
#F6EAF6
(246,234,246)
#F6EDF7
(246,237,247)
#F6F0F8
(246,240,248)
#F6F3F9
(246,243,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F6D5EF color. Also use rgb(246,213,239) instead hex code.

Text Font Color

.myTextColor { color: #F6D5EF; }

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

This text font color is #F6D5EF.


Background Color

.myBgColor { background-color: #F6D5EF; }

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

This div background color is #F6D5EF.


Border color

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

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

This div border color is #F6D5EF.


Opacity

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

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

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

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

This text has shadow with #F6D5EF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F6D5EF on black background.


Color preview on white background

This text has color #F6D5EF on white background.



Black color preview on #F6D5EF background

This text has black color on #F6D5EF background.


White color preview on #F6D5EF background

This text has white color on #F6D5EF background.