COLOR #F6E0DA

HEX: #F6E0DA
RGB: (246,224,218)

Color info

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

RGB color model

#F6E0DA color RGB value is (246,224,218).

  • red value is 246;
  • green value is 224;
  • blue value is 218.
RGB:
(246,224,218)
(96%,88%,85%)

RGB channels and saturation

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

246
224
218

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

Portions of RGB colors in percentages

R + G + B =
246 + 224 + 218 = 688 (100%)
R 246 of 688 ~ 35.76%
G 224 of 688 ~ 32.56%
B 218 of 688 ~ 31.69%

%35.76
%32.56
%31.69

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 8.94%
  • yellow value is 11.38%
  • 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.94
%11.38
%3.53

Codes

Color #F6E0DA in popluar color models

F6E0DA
RGB246224218
HSL13°60.87%90.98%
HSB/HSV13°11.38%96.47%
CMYK0.00%8.94%11.38%
3.53%

Color #F6E0DA in popluar number systems.

HEXF6E0DA
Decimal246224218
Binary111101101110000011011010
Octal366340332

Shades and tints

Shades of #F6E0DA

#F6E0DA
(246,224,218)
#E0CCC7
(224,204,199)
#CAB8B4
(202,184,180)
#B4A4A1
(180,164,161)
#9E908E
(158,144,142)
#887C7B
(136,124,123)
#726868
(114,104,104)
#5C5455
(92,84,85)
#464042
(70,64,66)
#302C2F
(48,44,47)
#1A181C
(26,24,28)
#000000
(0,0,0)

Tints of #F6E0DA

#F6E0DA
(246,224,218)
#F6E2DD
(246,226,221)
#F6E4E0
(246,228,224)
#F6E6E3
(246,230,227)
#F6E8E6
(246,232,230)
#F6EAE9
(246,234,233)
#F6ECEC
(246,236,236)
#F6EEEF
(246,238,239)
#F6F0F2
(246,240,242)
#F6F2F5
(246,242,245)
#F6F4F8
(246,244,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F6E0DA; }

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

This text font color is #F6E0DA.


Background Color

.myBgColor { background-color: #F6E0DA; }

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

This div background color is #F6E0DA.


Border color

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

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

This div border color is #F6E0DA.


Opacity

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

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

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

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

This text has shadow with #F6E0DA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F6E0DA on black background.


Color preview on white background

This text has color #F6E0DA on white background.



Black color preview on #F6E0DA background

This text has black color on #F6E0DA background.


White color preview on #F6E0DA background

This text has white color on #F6E0DA background.