COLOR #F6E1DB

HEX: #F6E1DB RGB: (246,225,219)

Color info

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

RGB color model

#F6E1DB color RGB value is (246,225,219).

RGB: (246,225,219) (96%, 88%, 86%)

RGB channels and saturation

R 246 of 255 = 96%
G 225 of 255 = 88%
B 219 of 255 = 86%

246
225
219

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

Portions of RGB colors in percentages

R + G + B = 246 + 225 + 219 = 690 (100%)
R 246 of 690 ~ 35.65%
G 225 of 690 ~ 32.61%
B 219 of 690 ~ 31.74'%

%35.65
%32.61
%31.74

CMYK color model

#F6E1DB color CMYK value is (0,9,11,4).

  • cyan value is 0.00%
  • magenta value is 8.54%
  • yellow value is 10.98%
  • key color value is 3.53%

CMYK: (0,9,11,4)
C0M9Y11K4 (0%, 9%, 11%, 4%)
(0.00 / 0.09 / 0.11 / 0.04)

CMYK percentages

%0
%8.54
%10.98
%3.53

Codes

Color #F6E1DB in popluar color models

F6 E1 DB
RGB 246 225 219
HSL 13° 60.00% 91.18%
HSB/HSV 13° 10.98% 96.47%
CMYK 0.00% 8.54% 10.98%
3.53%

Color #F6E1DB in popluar number systems.

HEX F6 E1 DB
Decimal 246 225 219
Binary 11110110 11100001 11011011
Octal 366 341 333

Shades and tints

Shades of #F6E1DB

#F6E1DB
(246,225,219)
#E0CDC8
(224,205,200)
#CAB9B5
(202,185,181)
#B4A5A2
(180,165,162)
#9E918F
(158,145,143)
#887D7C
(136,125,124)
#726969
(114,105,105)
#5C5556
(92,85,86)
#464143
(70,65,67)
#302D30
(48,45,48)
#1A191D
(26,25,29)
#000000
(0,0,0)

Tints of #F6E1DB

#F6E1DB
(246,225,219)
#F6E3DE
(246,227,222)
#F6E5E1
(246,229,225)
#F6E7E4
(246,231,228)
#F6E9E7
(246,233,231)
#F6EBEA
(246,235,234)
#F6EDED
(246,237,237)
#F6EFF0
(246,239,240)
#F6F1F3
(246,241,243)
#F6F3F6
(246,243,246)
#F6F5F9
(246,245,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F6E1DB color. Also use rgb(246,225,219) instead hex code.

Text Font Color

.myTextColor { color: #F6E1DB; }

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

This text font color is #F6E1DB.

Background Color

.myBgColor { background-color: #F6E1DB; }

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

This div background color is #F6E1DB.

Border color

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

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

This div border color is #F6E1DB.

Opacity

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

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

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

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

This text has shadow with #F6E1DB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F6E1DB.

Preview

Color preview on black background

This text has color #F6E1DB on black background.


Color preview on white background

This text has color #F6E1DB on white background.


Black color preview on #F6E1DB background

This text has black color on #F6E1DB background.


White color preview on #F6E1DB background

This text has white color on #F6E1DB background.


Related colors

Complementary color

Complementary color for #hex is #091E24.


I love getcolorcode.com

Triadic colors

1 #DBF6E1 and #E1DBF6 with #F6E1DB are triadic colors.

2 #DBE1F6 and #E1F6DB with #F6E1DB are triadic colors.