COLOR #F6D3EF

HEX: #F6D3EF
RGB: (246,211,239)

Color info

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

RGB color model

#F6D3EF color RGB value is (246,211,239).

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

RGB channels and saturation

R 246 of 255 = 96%
G 211 of 255 = 83%
B 239 of 255 = 94%

246
211
239

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

Portions of RGB colors in percentages

R + G + B =
246 + 211 + 239 = 696 (100%)
R 246 of 696 ~ 35.34%
G 211 of 696 ~ 30.32%
B 239 of 696 ~ 34.34%

%35.34
%30.32
%34.34

CMYK color model

#F6D3EF color CMYK value is (0,14,3,4).

  • cyan value is 0.00%
  • magenta value is 14.23%
  • yellow value is 2.85%
  • key color value is 3.53%
CMYK: (0,14,3,4) C0M14Y3K4 (0%,14%,3%,4%) (0.00/0.14/0.03/0.04)

CMYK percentages

%0
%14.23
%2.85
%3.53

Codes

Color #F6D3EF in popluar color models

F6D3EF
RGB246211239
HSL312°66.04%89.61%
HSB/HSV312°14.23%96.47%
CMYK0.00%14.23%2.85%
3.53%

Color #F6D3EF in popluar number systems.

HEXF6D3EF
Decimal246211239
Binary111101101101001111101111
Octal366323357

Shades and tints

Shades of #F6D3EF

#F6D3EF
(246,211,239)
#E0C0DA
(224,192,218)
#CAADC5
(202,173,197)
#B49AB0
(180,154,176)
#9E879B
(158,135,155)
#887486
(136,116,134)
#726171
(114,97,113)
#5C4E5C
(92,78,92)
#463B47
(70,59,71)
#302832
(48,40,50)
#1A151D
(26,21,29)
#000000
(0,0,0)

Tints of #F6D3EF

#F6D3EF
(246,211,239)
#F6D7F0
(246,215,240)
#F6DBF1
(246,219,241)
#F6DFF2
(246,223,242)
#F6E3F3
(246,227,243)
#F6E7F4
(246,231,244)
#F6EBF5
(246,235,245)
#F6EFF6
(246,239,246)
#F6F3F7
(246,243,247)
#F6F7F8
(246,247,248)
#F6FBF9
(246,251,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F6D3EF; }

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

This text font color is #F6D3EF.


Background Color

.myBgColor { background-color: #F6D3EF; }

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

This div background color is #F6D3EF.


Border color

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

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

This div border color is #F6D3EF.


Opacity

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

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

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

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

This text has shadow with #F6D3EF color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #F6D3EF on black background.


Color preview on white background

This text has color #F6D3EF on white background.



Black color preview on #F6D3EF background

This text has black color on #F6D3EF background.


White color preview on #F6D3EF background

This text has white color on #F6D3EF background.