COLOR #F6D5EE

HEX: #F6D5EE
RGB: (246,213,238)

Color info

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

RGB color model

#F6D5EE color RGB value is (246,213,238).

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

RGB channels and saturation

R 246 of 255 = 96%
G 213 of 255 = 84%
B 238 of 255 = 93%

246
213
238

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

Portions of RGB colors in percentages

R + G + B =
246 + 213 + 238 = 697 (100%)
R 246 of 697 ~ 35.29%
G 213 of 697 ~ 30.56%
B 238 of 697 ~ 34.15%

%35.29
%30.56
%34.15

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 13.41%
  • yellow value is 3.25%
  • 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
%3.25
%3.53

Codes

Color #F6D5EE in popluar color models

F6D5EE
RGB246213238
HSL315°64.71%90.00%
HSB/HSV315°13.41%96.47%
CMYK0.00%13.41%3.25%
3.53%

Color #F6D5EE in popluar number systems.

HEXF6D5EE
Decimal246213238
Binary111101101101010111101110
Octal366325356

Shades and tints

Shades of #F6D5EE

#F6D5EE
(246,213,238)
#E0C2D9
(224,194,217)
#CAAFC4
(202,175,196)
#B49CAF
(180,156,175)
#9E899A
(158,137,154)
#887685
(136,118,133)
#726370
(114,99,112)
#5C505B
(92,80,91)
#463D46
(70,61,70)
#302A31
(48,42,49)
#1A171C
(26,23,28)
#000000
(0,0,0)

Tints of #F6D5EE

#F6D5EE
(246,213,238)
#F6D8EF
(246,216,239)
#F6DBF0
(246,219,240)
#F6DEF1
(246,222,241)
#F6E1F2
(246,225,242)
#F6E4F3
(246,228,243)
#F6E7F4
(246,231,244)
#F6EAF5
(246,234,245)
#F6EDF6
(246,237,246)
#F6F0F7
(246,240,247)
#F6F3F8
(246,243,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F6D5EE; }

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

This text font color is #F6D5EE.


Background Color

.myBgColor { background-color: #F6D5EE; }

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

This div background color is #F6D5EE.


Border color

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

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

This div border color is #F6D5EE.


Opacity

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

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

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

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

This text has shadow with #F6D5EE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F6D5EE on black background.


Color preview on white background

This text has color #F6D5EE on white background.



Black color preview on #F6D5EE background

This text has black color on #F6D5EE background.


White color preview on #F6D5EE background

This text has white color on #F6D5EE background.