COLOR #F6E5DC

HEX: #F6E5DC RGB: (246,229,220)

Color info

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

RGB color model

#F6E5DC color RGB value is (246,229,220).

RGB: (246,229,220) (96%, 90%, 86%)

RGB channels and saturation

R 246 of 255 = 96%
G 229 of 255 = 90%
B 220 of 255 = 86%

246
229
220

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

Portions of RGB colors in percentages

R + G + B = 246 + 229 + 220 = 695 (100%)
R 246 of 695 ~ 35.4%
G 229 of 695 ~ 32.95%
B 220 of 695 ~ 31.65'%

%35.4
%32.95
%31.65

CMYK color model

#F6E5DC color CMYK value is (0,7,11,4).

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

CMYK: (0,7,11,4)
C0M7Y11K4 (0%, 7%, 11%, 4%)
(0.00 / 0.07 / 0.11 / 0.04)

CMYK percentages

%0
%6.91
%10.57
%3.53

Codes

Color #F6E5DC in popluar color models

F6 E5 DC
RGB 246 229 220
HSL 21° 59.09% 91.37%
HSB/HSV 21° 10.57% 96.47%
CMYK 0.00% 6.91% 10.57%
3.53%

Color #F6E5DC in popluar number systems.

HEX F6 E5 DC
Decimal 246 229 220
Binary 11110110 11100101 11011100
Octal 366 345 334

Shades and tints

Shades of #F6E5DC

#F6E5DC
(246,229,220)
#E0D1C8
(224,209,200)
#CABDB4
(202,189,180)
#B4A9A0
(180,169,160)
#9E958C
(158,149,140)
#888178
(136,129,120)
#726D64
(114,109,100)
#5C5950
(92,89,80)
#46453C
(70,69,60)
#303128
(48,49,40)
#1A1D14
(26,29,20)
#000000
(0,0,0)

Tints of #F6E5DC

#F6E5DC
(246,229,220)
#F6E7DF
(246,231,223)
#F6E9E2
(246,233,226)
#F6EBE5
(246,235,229)
#F6EDE8
(246,237,232)
#F6EFEB
(246,239,235)
#F6F1EE
(246,241,238)
#F6F3F1
(246,243,241)
#F6F5F4
(246,245,244)
#F6F7F7
(246,247,247)
#F6F9FA
(246,249,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F6E5DC; }

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

This text font color is #F6E5DC.

Background Color

.myBgColor { background-color: #F6E5DC; }

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

This div background color is #F6E5DC.

Border color

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

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

This div border color is #F6E5DC.

Opacity

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

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

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

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

This text has shadow with #F6E5DC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F6E5DC.

Preview

Color preview on black background

This text has color #F6E5DC on black background.


Color preview on white background

This text has color #F6E5DC on white background.


Black color preview on #F6E5DC background

This text has black color on #F6E5DC background.


White color preview on #F6E5DC background

This text has white color on #F6E5DC background.


Related colors

Complementary color

Complementary color for #hex is #091A23.


I love getcolorcode.com

Triadic colors

1 #DCF6E5 and #E5DCF6 with #F6E5DC are triadic colors.

2 #DCE5F6 and #E5F6DC with #F6E5DC are triadic colors.