COLOR #F6E6EE

HEX: #F6E6EE RGB: (246,230,238)

Color info

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

RGB color model

#F6E6EE color RGB value is (246,230,238).

RGB: (246,230,238) (96%, 90%, 93%)

RGB channels and saturation

R 246 of 255 = 96%
G 230 of 255 = 90%
B 238 of 255 = 93%

246
230
238

R + G + B ~ 93%. #F6E6EE is light color.

Portions of RGB colors in percentages

R + G + B = 246 + 230 + 238 = 714 (100%)
R 246 of 714 ~ 34.45%
G 230 of 714 ~ 32.21%
B 238 of 714 ~ 33.33'%

%34.45
%32.21
%33.33

CMYK color model

#F6E6EE color CMYK value is (0,7,3,4).

  • cyan value is 0.00%
  • magenta value is 6.50%
  • yellow value is 3.25%
  • key color value is 3.53%
CMYK: (0,7,3,4) C0M7Y3K4 (0%,7%,3%,4%) (0.00/0.07/0.03/0.04) 

CMYK percentages

%0
%6.5
%3.25
%3.53

Codes

Color #F6E6EE in popluar color models

F6 E6 EE
RGB 246 230 238
HSL 330° 47.06% 93.33%
HSB/HSV 330° 6.50% 96.47%
CMYK 0.00% 6.50% 3.25%
3.53%

Color #F6E6EE in popluar number systems.

HEX F6 E6 EE
Decimal 246 230 238
Binary 11110110 11100110 11101110
Octal 366 346 356

Shades and tints

Shades of #F6E6EE

#F6E6EE
(246,230,238)
#E0D2D9
(224,210,217)
#CABEC4
(202,190,196)
#B4AAAF
(180,170,175)
#9E969A
(158,150,154)
#888285
(136,130,133)
#726E70
(114,110,112)
#5C5A5B
(92,90,91)
#464646
(70,70,70)
#303231
(48,50,49)
#1A1E1C
(26,30,28)
#000000
(0,0,0)

Tints of #F6E6EE

#F6E6EE
(246,230,238)
#F6E8EF
(246,232,239)
#F6EAF0
(246,234,240)
#F6ECF1
(246,236,241)
#F6EEF2
(246,238,242)
#F6F0F3
(246,240,243)
#F6F2F4
(246,242,244)
#F6F4F5
(246,244,245)
#F6F6F6
(246,246,246)
#F6F8F7
(246,248,247)
#F6FAF8
(246,250,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F6E6EE; }

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

This text font color is #F6E6EE.

Background Color

.myBgColor { background-color: #F6E6EE; }

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

This div background color is #F6E6EE.

Border color

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

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

This div border color is #F6E6EE.

Opacity

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

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

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

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

This text has shadow with #F6E6EE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F6E6EE.

Preview

Color preview on black background

This text has color #F6E6EE on black background.


Color preview on white background

This text has color #F6E6EE on white background.


Black color preview on #F6E6EE background

This text has black color on #F6E6EE background.


White color preview on #F6E6EE background

This text has white color on #F6E6EE background.


Related colors

Complementary color

Complementary color for #hex is #091911.


I love getcolorcode.com

Triadic colors

1 #EEF6E6 and #E6EEF6 with #F6E6EE are triadic colors.

2 #EEE6F6 and #E6F6EE with #F6E6EE are triadic colors.