COLOR #F6E0DD

HEX: #F6E0DD RGB: (246,224,221)

Color info

#F6E0DD contains red, green and blue colors in about the same proportion. Web safe color of #F6E0DD is #FFCCCC (or #FCC).

RGB color model

#F6E0DD color RGB value is (246,224,221).

RGB: (246,224,221) (96%, 88%, 87%)

RGB channels and saturation

R 246 of 255 = 96%
G 224 of 255 = 88%
B 221 of 255 = 87%

246
224
221

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

Portions of RGB colors in percentages

R + G + B = 246 + 224 + 221 = 691 (100%)
R 246 of 691 ~ 35.6%
G 224 of 691 ~ 32.42%
B 221 of 691 ~ 31.98'%

%35.6
%32.42
%31.98

CMYK color model

#F6E0DD color CMYK value is (0,9,10,4).

  • cyan value is 0.00%
  • magenta value is 8.94%
  • yellow value is 10.16%
  • key color value is 3.53%

CMYK: (0,9,10,4)
C0M9Y10K4 (0%, 9%, 10%, 4%)
(0.00 / 0.09 / 0.10 / 0.04)

CMYK percentages

%0
%8.94
%10.16
%3.53

Codes

Color #F6E0DD in popluar color models

F6 E0 DD
RGB 246 224 221
HSL 58.14% 91.57%
HSB/HSV 10.16% 96.47%
CMYK 0.00% 8.94% 10.16%
3.53%

Color #F6E0DD in popluar number systems.

HEX F6 E0 DD
Decimal 246 224 221
Binary 11110110 11100000 11011101
Octal 366 340 335

Shades and tints

Shades of #F6E0DD

#F6E0DD
(246,224,221)
#E0CCC9
(224,204,201)
#CAB8B5
(202,184,181)
#B4A4A1
(180,164,161)
#9E908D
(158,144,141)
#887C79
(136,124,121)
#726865
(114,104,101)
#5C5451
(92,84,81)
#46403D
(70,64,61)
#302C29
(48,44,41)
#1A1815
(26,24,21)
#000000
(0,0,0)

Tints of #F6E0DD

#F6E0DD
(246,224,221)
#F6E2E0
(246,226,224)
#F6E4E3
(246,228,227)
#F6E6E6
(246,230,230)
#F6E8E9
(246,232,233)
#F6EAEC
(246,234,236)
#F6ECEF
(246,236,239)
#F6EEF2
(246,238,242)
#F6F0F5
(246,240,245)
#F6F2F8
(246,242,248)
#F6F4FB
(246,244,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F6E0DD color. Also use rgb(246,224,221) instead hex code.

Text Font Color

.myTextColor { color: #F6E0DD; }

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

This text font color is #F6E0DD.

Background Color

.myBgColor { background-color: #F6E0DD; }

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

This div background color is #F6E0DD.

Border color

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

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

This div border color is #F6E0DD.

Opacity

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

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

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

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

This text has shadow with #F6E0DD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F6E0DD.

Preview

Color preview on black background

This text has color #F6E0DD on black background.


Color preview on white background

This text has color #F6E0DD on white background.


Black color preview on #F6E0DD background

This text has black color on #F6E0DD background.


White color preview on #F6E0DD background

This text has white color on #F6E0DD background.


Related colors

Complementary color

Complementary color for #hex is #091F22.


I love getcolorcode.com

Triadic colors

1 #DDF6E0 and #E0DDF6 with #F6E0DD are triadic colors.

2 #DDE0F6 and #E0F6DD with #F6E0DD are triadic colors.