COLOR #F6E1DF

HEX: #F6E1DF RGB: (246,225,223)

Color info

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

RGB color model

#F6E1DF color RGB value is (246,225,223).

RGB: (246,225,223) (96%, 88%, 87%)

RGB channels and saturation

R 246 of 255 = 96%
G 225 of 255 = 88%
B 223 of 255 = 87%

246
225
223

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

Portions of RGB colors in percentages

R + G + B = 246 + 225 + 223 = 694 (100%)
R 246 of 694 ~ 35.45%
G 225 of 694 ~ 32.42%
B 223 of 694 ~ 32.13'%

%35.45
%32.42
%32.13

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 8.54%
  • yellow value is 9.35%
  • key color value is 3.53%
CMYK: (0,9,9,4) C0M9Y9K4 (0%,9%,9%,4%) (0.00/0.09/0.09/0.04) 

CMYK percentages

%0
%8.54
%9.35
%3.53

Codes

Color #F6E1DF in popluar color models

F6 E1 DF
RGB 246 225 223
HSL 56.10% 91.96%
HSB/HSV 9.35% 96.47%
CMYK 0.00% 8.54% 9.35%
3.53%

Color #F6E1DF in popluar number systems.

HEX F6 E1 DF
Decimal 246 225 223
Binary 11110110 11100001 11011111
Octal 366 341 337

Shades and tints

Shades of #F6E1DF

#F6E1DF
(246,225,223)
#E0CDCB
(224,205,203)
#CAB9B7
(202,185,183)
#B4A5A3
(180,165,163)
#9E918F
(158,145,143)
#887D7B
(136,125,123)
#726967
(114,105,103)
#5C5553
(92,85,83)
#46413F
(70,65,63)
#302D2B
(48,45,43)
#1A1917
(26,25,23)
#000000
(0,0,0)

Tints of #F6E1DF

#F6E1DF
(246,225,223)
#F6E3E1
(246,227,225)
#F6E5E3
(246,229,227)
#F6E7E5
(246,231,229)
#F6E9E7
(246,233,231)
#F6EBE9
(246,235,233)
#F6EDEB
(246,237,235)
#F6EFED
(246,239,237)
#F6F1EF
(246,241,239)
#F6F3F1
(246,243,241)
#F6F5F3
(246,245,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F6E1DF; }

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

This text font color is #F6E1DF.

Background Color

.myBgColor { background-color: #F6E1DF; }

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

This div background color is #F6E1DF.

Border color

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

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

This div border color is #F6E1DF.

Opacity

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

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

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

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

This text has shadow with #F6E1DF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F6E1DF.

Preview

Color preview on black background

This text has color #F6E1DF on black background.


Color preview on white background

This text has color #F6E1DF on white background.


Black color preview on #F6E1DF background

This text has black color on #F6E1DF background.


White color preview on #F6E1DF background

This text has white color on #F6E1DF background.


Related colors

Complementary color

Complementary color for #hex is #091E20.


I love getcolorcode.com

Triadic colors

1 #DFF6E1 and #E1DFF6 with #F6E1DF are triadic colors.

2 #DFE1F6 and #E1F6DF with #F6E1DF are triadic colors.