COLOR #F6E8DD

HEX: #F6E8DD RGB: (246,232,221)

Color info

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

RGB color model

#F6E8DD color RGB value is (246,232,221).

RGB: (246,232,221) (96%, 91%, 87%)

RGB channels and saturation

R 246 of 255 = 96%
G 232 of 255 = 91%
B 221 of 255 = 87%

246
232
221

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

Portions of RGB colors in percentages

R + G + B = 246 + 232 + 221 = 699 (100%)
R 246 of 699 ~ 35.19%
G 232 of 699 ~ 33.19%
B 221 of 699 ~ 31.62'%

%35.19
%33.19
%31.62

CMYK color model

#F6E8DD color CMYK value is (0,6,10,4).

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

CMYK: (0,6,10,4)
C0M6Y10K4 (0%, 6%, 10%, 4%)
(0.00 / 0.06 / 0.10 / 0.04)

CMYK percentages

%0
%5.69
%10.16
%3.53

Codes

Color #F6E8DD in popluar color models

F6 E8 DD
RGB 246 232 221
HSL 26° 58.14% 91.57%
HSB/HSV 26° 10.16% 96.47%
CMYK 0.00% 5.69% 10.16%
3.53%

Color #F6E8DD in popluar number systems.

HEX F6 E8 DD
Decimal 246 232 221
Binary 11110110 11101000 11011101
Octal 366 350 335

Shades and tints

Shades of #F6E8DD

#F6E8DD
(246,232,221)
#E0D3C9
(224,211,201)
#CABEB5
(202,190,181)
#B4A9A1
(180,169,161)
#9E948D
(158,148,141)
#887F79
(136,127,121)
#726A65
(114,106,101)
#5C5551
(92,85,81)
#46403D
(70,64,61)
#302B29
(48,43,41)
#1A1615
(26,22,21)
#000000
(0,0,0)

Tints of #F6E8DD

#F6E8DD
(246,232,221)
#F6EAE0
(246,234,224)
#F6ECE3
(246,236,227)
#F6EEE6
(246,238,230)
#F6F0E9
(246,240,233)
#F6F2EC
(246,242,236)
#F6F4EF
(246,244,239)
#F6F6F2
(246,246,242)
#F6F8F5
(246,248,245)
#F6FAF8
(246,250,248)
#F6FCFB
(246,252,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F6E8DD; }

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

This text font color is #F6E8DD.

Background Color

.myBgColor { background-color: #F6E8DD; }

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

This div background color is #F6E8DD.

Border color

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

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

This div border color is #F6E8DD.

Opacity

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

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

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

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

This text has shadow with #F6E8DD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F6E8DD.

Preview

Color preview on black background

This text has color #F6E8DD on black background.


Color preview on white background

This text has color #F6E8DD on white background.


Black color preview on #F6E8DD background

This text has black color on #F6E8DD background.


White color preview on #F6E8DD background

This text has white color on #F6E8DD background.


Related colors

Complementary color

Complementary color for #hex is #091722.


I love getcolorcode.com

Triadic colors

1 #DDF6E8 and #E8DDF6 with #F6E8DD are triadic colors.

2 #DDE8F6 and #E8F6DD with #F6E8DD are triadic colors.