COLOR #F6D0EC

HEX: #F6D0EC RGB: (246,208,236)

Color info

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

RGB color model

#F6D0EC color RGB value is (246,208,236).

RGB: (246,208,236) (96%, 82%, 93%)

RGB channels and saturation

R 246 of 255 = 96%
G 208 of 255 = 82%
B 236 of 255 = 93%

246
208
236

R + G + B ~ 90%. #F6D0EC is light color.

Portions of RGB colors in percentages

R + G + B = 246 + 208 + 236 = 690 (100%)
R 246 of 690 ~ 35.65%
G 208 of 690 ~ 30.14%
B 236 of 690 ~ 34.2'%

%35.65
%30.14
%34.2

CMYK color model

#F6D0EC color CMYK value is (0,15,4,4).

  • cyan value is 0.00%
  • magenta value is 15.45%
  • yellow value is 4.07%
  • key color value is 3.53%

CMYK: (0,15,4,4)
C0M15Y4K4 (0%, 15%, 4%, 4%)
(0.00 / 0.15 / 0.04 / 0.04)

CMYK percentages

%0
%15.45
%4.07
%3.53

Codes

Color #F6D0EC in popluar color models

F6 D0 EC
RGB 246 208 236
HSL 316° 67.86% 89.02%
HSB/HSV 316° 15.45% 96.47%
CMYK 0.00% 15.45% 4.07%
3.53%

Color #F6D0EC in popluar number systems.

HEX F6 D0 EC
Decimal 246 208 236
Binary 11110110 11010000 11101100
Octal 366 320 354

Shades and tints

Shades of #F6D0EC

#F6D0EC
(246,208,236)
#E0BED7
(224,190,215)
#CAACC2
(202,172,194)
#B49AAD
(180,154,173)
#9E8898
(158,136,152)
#887683
(136,118,131)
#72646E
(114,100,110)
#5C5259
(92,82,89)
#464044
(70,64,68)
#302E2F
(48,46,47)
#1A1C1A
(26,28,26)
#000000
(0,0,0)

Tints of #F6D0EC

#F6D0EC
(246,208,236)
#F6D4ED
(246,212,237)
#F6D8EE
(246,216,238)
#F6DCEF
(246,220,239)
#F6E0F0
(246,224,240)
#F6E4F1
(246,228,241)
#F6E8F2
(246,232,242)
#F6ECF3
(246,236,243)
#F6F0F4
(246,240,244)
#F6F4F5
(246,244,245)
#F6F8F6
(246,248,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F6D0EC color. Also use rgb(246,208,236) instead hex code.

Text Font Color

.myTextColor { color: #F6D0EC; }

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

This text font color is #F6D0EC.

Background Color

.myBgColor { background-color: #F6D0EC; }

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

This div background color is #F6D0EC.

Border color

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

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

This div border color is #F6D0EC.

Opacity

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

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

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

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

This text has shadow with #F6D0EC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F6D0EC.

Preview

Color preview on black background

This text has color #F6D0EC on black background.


Color preview on white background

This text has color #F6D0EC on white background.


Black color preview on #F6D0EC background

This text has black color on #F6D0EC background.


White color preview on #F6D0EC background

This text has white color on #F6D0EC background.


Related colors

Complementary color

Complementary color for #hex is #092F13.


I love getcolorcode.com

Triadic colors

1 #ECF6D0 and #D0ECF6 with #F6D0EC are triadic colors.

2 #ECD0F6 and #D0F6EC with #F6D0EC are triadic colors.