COLOR #F6E2DC

HEX: #F6E2DC RGB: (246,226,220)

Color info

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

RGB color model

#F6E2DC color RGB value is (246,226,220).

RGB: (246,226,220) (96%, 89%, 86%)

RGB channels and saturation

R 246 of 255 = 96%
G 226 of 255 = 89%
B 220 of 255 = 86%

246
226
220

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

Portions of RGB colors in percentages

R + G + B = 246 + 226 + 220 = 692 (100%)
R 246 of 692 ~ 35.55%
G 226 of 692 ~ 32.66%
B 220 of 692 ~ 31.79'%

%35.55
%32.66
%31.79

CMYK color model

#F6E2DC color CMYK value is (0,8,11,4).

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

CMYK: (0,8,11,4)
C0M8Y11K4 (0%, 8%, 11%, 4%)
(0.00 / 0.08 / 0.11 / 0.04)

CMYK percentages

%0
%8.13
%10.57
%3.53

Codes

Color #F6E2DC in popluar color models

F6 E2 DC
RGB 246 226 220
HSL 14° 59.09% 91.37%
HSB/HSV 14° 10.57% 96.47%
CMYK 0.00% 8.13% 10.57%
3.53%

Color #F6E2DC in popluar number systems.

HEX F6 E2 DC
Decimal 246 226 220
Binary 11110110 11100010 11011100
Octal 366 342 334

Shades and tints

Shades of #F6E2DC

#F6E2DC
(246,226,220)
#E0CEC8
(224,206,200)
#CABAB4
(202,186,180)
#B4A6A0
(180,166,160)
#9E928C
(158,146,140)
#887E78
(136,126,120)
#726A64
(114,106,100)
#5C5650
(92,86,80)
#46423C
(70,66,60)
#302E28
(48,46,40)
#1A1A14
(26,26,20)
#000000
(0,0,0)

Tints of #F6E2DC

#F6E2DC
(246,226,220)
#F6E4DF
(246,228,223)
#F6E6E2
(246,230,226)
#F6E8E5
(246,232,229)
#F6EAE8
(246,234,232)
#F6ECEB
(246,236,235)
#F6EEEE
(246,238,238)
#F6F0F1
(246,240,241)
#F6F2F4
(246,242,244)
#F6F4F7
(246,244,247)
#F6F6FA
(246,246,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F6E2DC; }

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

This text font color is #F6E2DC.

Background Color

.myBgColor { background-color: #F6E2DC; }

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

This div background color is #F6E2DC.

Border color

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

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

This div border color is #F6E2DC.

Opacity

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

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

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

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

This text has shadow with #F6E2DC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F6E2DC.

Preview

Color preview on black background

This text has color #F6E2DC on black background.


Color preview on white background

This text has color #F6E2DC on white background.


Black color preview on #F6E2DC background

This text has black color on #F6E2DC background.


White color preview on #F6E2DC background

This text has white color on #F6E2DC background.


Related colors

Complementary color

Complementary color for #hex is #091D23.


I love getcolorcode.com

Triadic colors

1 #DCF6E2 and #E2DCF6 with #F6E2DC are triadic colors.

2 #DCE2F6 and #E2F6DC with #F6E2DC are triadic colors.