COLOR #F6E0D8

HEX: #F6E0D8 RGB: (246,224,216)

Color info

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

RGB color model

#F6E0D8 color RGB value is (246,224,216).

RGB: (246,224,216) (96%, 88%, 85%)

RGB channels and saturation

R 246 of 255 = 96%
G 224 of 255 = 88%
B 216 of 255 = 85%

246
224
216

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

Portions of RGB colors in percentages

R + G + B = 246 + 224 + 216 = 686 (100%)
R 246 of 686 ~ 35.86%
G 224 of 686 ~ 32.65%
B 216 of 686 ~ 31.49'%

%35.86
%32.65
%31.49

CMYK color model

#F6E0D8 color CMYK value is (0,9,12,4).

  • cyan value is 0.00%
  • magenta value is 8.94%
  • yellow value is 12.20%
  • key color value is 3.53%
CMYK: (0,9,12,4) C0M9Y12K4 (0%,9%,12%,4%) (0.00/0.09/0.12/0.04) 

CMYK percentages

%0
%8.94
%12.2
%3.53

Codes

Color #F6E0D8 in popluar color models

F6 E0 D8
RGB 246 224 216
HSL 16° 62.50% 90.59%
HSB/HSV 16° 12.20% 96.47%
CMYK 0.00% 8.94% 12.20%
3.53%

Color #F6E0D8 in popluar number systems.

HEX F6 E0 D8
Decimal 246 224 216
Binary 11110110 11100000 11011000
Octal 366 340 330

Shades and tints

Shades of #F6E0D8

#F6E0D8
(246,224,216)
#E0CCC5
(224,204,197)
#CAB8B2
(202,184,178)
#B4A49F
(180,164,159)
#9E908C
(158,144,140)
#887C79
(136,124,121)
#726866
(114,104,102)
#5C5453
(92,84,83)
#464040
(70,64,64)
#302C2D
(48,44,45)
#1A181A
(26,24,26)
#000000
(0,0,0)

Tints of #F6E0D8

#F6E0D8
(246,224,216)
#F6E2DB
(246,226,219)
#F6E4DE
(246,228,222)
#F6E6E1
(246,230,225)
#F6E8E4
(246,232,228)
#F6EAE7
(246,234,231)
#F6ECEA
(246,236,234)
#F6EEED
(246,238,237)
#F6F0F0
(246,240,240)
#F6F2F3
(246,242,243)
#F6F4F6
(246,244,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F6E0D8; }

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

This text font color is #F6E0D8.

Background Color

.myBgColor { background-color: #F6E0D8; }

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

This div background color is #F6E0D8.

Border color

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

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

This div border color is #F6E0D8.

Opacity

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

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

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

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

This text has shadow with #F6E0D8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F6E0D8.

Preview

Color preview on black background

This text has color #F6E0D8 on black background.


Color preview on white background

This text has color #F6E0D8 on white background.


Black color preview on #F6E0D8 background

This text has black color on #F6E0D8 background.


White color preview on #F6E0D8 background

This text has white color on #F6E0D8 background.


Related colors

Complementary color

Complementary color for #hex is #091F27.


I love getcolorcode.com

Triadic colors

1 #D8F6E0 and #E0D8F6 with #F6E0D8 are triadic colors.

2 #D8E0F6 and #E0F6D8 with #F6E0D8 are triadic colors.