COLOR #F6EEDE

HEX: #F6EEDE RGB: (246,238,222)

Color info

#F6EEDE contains red, green and blue colors in about the same proportion. Web safe color of #F6EEDE is #FFFFCC (or #FFC).

RGB color model

#F6EEDE color RGB value is (246,238,222).

RGB: (246,238,222) (96%, 93%, 87%)

RGB channels and saturation

R 246 of 255 = 96%
G 238 of 255 = 93%
B 222 of 255 = 87%

246
238
222

R + G + B ~ 92%. #F6EEDE is light color.

Portions of RGB colors in percentages

R + G + B = 246 + 238 + 222 = 706 (100%)
R 246 of 706 ~ 34.84%
G 238 of 706 ~ 33.71%
B 222 of 706 ~ 31.44'%

%34.84
%33.71
%31.44

CMYK color model

#F6EEDE color CMYK value is (0,3,10,4).

  • cyan value is 0.00%
  • magenta value is 3.25%
  • yellow value is 9.76%
  • key color value is 3.53%

CMYK: (0,3,10,4)
C0M3Y10K4 (0%, 3%, 10%, 4%)
(0.00 / 0.03 / 0.10 / 0.04)

CMYK percentages

%0
%3.25
%9.76
%3.53

Codes

Color #F6EEDE in popluar color models

F6 EE DE
RGB 246 238 222
HSL 40° 57.14% 91.76%
HSB/HSV 40° 9.76% 96.47%
CMYK 0.00% 3.25% 9.76%
3.53%

Color #F6EEDE in popluar number systems.

HEX F6 EE DE
Decimal 246 238 222
Binary 11110110 11101110 11011110
Octal 366 356 336

Shades and tints

Shades of #F6EEDE

#F6EEDE
(246,238,222)
#E0D9CA
(224,217,202)
#CAC4B6
(202,196,182)
#B4AFA2
(180,175,162)
#9E9A8E
(158,154,142)
#88857A
(136,133,122)
#727066
(114,112,102)
#5C5B52
(92,91,82)
#46463E
(70,70,62)
#30312A
(48,49,42)
#1A1C16
(26,28,22)
#000000
(0,0,0)

Tints of #F6EEDE

#F6EEDE
(246,238,222)
#F6EFE1
(246,239,225)
#F6F0E4
(246,240,228)
#F6F1E7
(246,241,231)
#F6F2EA
(246,242,234)
#F6F3ED
(246,243,237)
#F6F4F0
(246,244,240)
#F6F5F3
(246,245,243)
#F6F6F6
(246,246,246)
#F6F7F9
(246,247,249)
#F6F8FC
(246,248,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F6EEDE; }

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

This text font color is #F6EEDE.

Background Color

.myBgColor { background-color: #F6EEDE; }

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

This div background color is #F6EEDE.

Border color

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

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

This div border color is #F6EEDE.

Opacity

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

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

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

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

This text has shadow with #F6EEDE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F6EEDE.

Preview

Color preview on black background

This text has color #F6EEDE on black background.


Color preview on white background

This text has color #F6EEDE on white background.


Black color preview on #F6EEDE background

This text has black color on #F6EEDE background.


White color preview on #F6EEDE background

This text has white color on #F6EEDE background.


Related colors

Complementary color

Complementary color for #hex is #091121.


I love getcolorcode.com

Triadic colors

1 #DEF6EE and #EEDEF6 with #F6EEDE are triadic colors.

2 #DEEEF6 and #EEF6DE with #F6EEDE are triadic colors.