COLOR #F6E5DD

HEX: #F6E5DD RGB: (246,229,221)

Color info

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

RGB color model

#F6E5DD color RGB value is (246,229,221).

RGB: (246,229,221) (96%, 90%, 87%)

RGB channels and saturation

R 246 of 255 = 96%
G 229 of 255 = 90%
B 221 of 255 = 87%

246
229
221

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

Portions of RGB colors in percentages

R + G + B = 246 + 229 + 221 = 696 (100%)
R 246 of 696 ~ 35.34%
G 229 of 696 ~ 32.9%
B 221 of 696 ~ 31.75'%

%35.34
%32.9
%31.75

CMYK color model

#F6E5DD color CMYK value is (0,7,10,4).

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

CMYK: (0,7,10,4)
C0M7Y10K4 (0%, 7%, 10%, 4%)
(0.00 / 0.07 / 0.10 / 0.04)

CMYK percentages

%0
%6.91
%10.16
%3.53

Codes

Color #F6E5DD in popluar color models

F6 E5 DD
RGB 246 229 221
HSL 19° 58.14% 91.57%
HSB/HSV 19° 10.16% 96.47%
CMYK 0.00% 6.91% 10.16%
3.53%

Color #F6E5DD in popluar number systems.

HEX F6 E5 DD
Decimal 246 229 221
Binary 11110110 11100101 11011101
Octal 366 345 335

Shades and tints

Shades of #F6E5DD

#F6E5DD
(246,229,221)
#E0D1C9
(224,209,201)
#CABDB5
(202,189,181)
#B4A9A1
(180,169,161)
#9E958D
(158,149,141)
#888179
(136,129,121)
#726D65
(114,109,101)
#5C5951
(92,89,81)
#46453D
(70,69,61)
#303129
(48,49,41)
#1A1D15
(26,29,21)
#000000
(0,0,0)

Tints of #F6E5DD

#F6E5DD
(246,229,221)
#F6E7E0
(246,231,224)
#F6E9E3
(246,233,227)
#F6EBE6
(246,235,230)
#F6EDE9
(246,237,233)
#F6EFEC
(246,239,236)
#F6F1EF
(246,241,239)
#F6F3F2
(246,243,242)
#F6F5F5
(246,245,245)
#F6F7F8
(246,247,248)
#F6F9FB
(246,249,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F6E5DD; }

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

This text font color is #F6E5DD.

Background Color

.myBgColor { background-color: #F6E5DD; }

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

This div background color is #F6E5DD.

Border color

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

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

This div border color is #F6E5DD.

Opacity

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

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

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

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

This text has shadow with #F6E5DD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F6E5DD.

Preview

Color preview on black background

This text has color #F6E5DD on black background.


Color preview on white background

This text has color #F6E5DD on white background.


Black color preview on #F6E5DD background

This text has black color on #F6E5DD background.


White color preview on #F6E5DD background

This text has white color on #F6E5DD background.


Related colors

Complementary color

Complementary color for #hex is #091A22.


I love getcolorcode.com

Triadic colors

1 #DDF6E5 and #E5DDF6 with #F6E5DD are triadic colors.

2 #DDE5F6 and #E5F6DD with #F6E5DD are triadic colors.