COLOR #F6E2DA

HEX: #F6E2DA
RGB: (246,226,218)

Color info

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

RGB color model

#F6E2DA color RGB value is (246,226,218).

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

RGB channels and saturation

R 246 of 255 = 96%
G 226 of 255 = 89%
B 218 of 255 = 85%

246
226
218

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

Portions of RGB colors in percentages

R + G + B =
246 + 226 + 218 = 690 (100%)
R 246 of 690 ~ 35.65%
G 226 of 690 ~ 32.75%
B 218 of 690 ~ 31.59%

%35.65
%32.75
%31.59

CMYK color model

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

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

Codes

Color #F6E2DA in popluar color models

F6E2DA
RGB246226218
HSL17°60.87%90.98%
HSB/HSV17°11.38%96.47%
CMYK0.00%8.13%11.38%
3.53%

Color #F6E2DA in popluar number systems.

HEXF6E2DA
Decimal246226218
Binary111101101110001011011010
Octal366342332

Shades and tints

Shades of #F6E2DA

#F6E2DA
(246,226,218)
#E0CEC7
(224,206,199)
#CABAB4
(202,186,180)
#B4A6A1
(180,166,161)
#9E928E
(158,146,142)
#887E7B
(136,126,123)
#726A68
(114,106,104)
#5C5655
(92,86,85)
#464242
(70,66,66)
#302E2F
(48,46,47)
#1A1A1C
(26,26,28)
#000000
(0,0,0)

Tints of #F6E2DA

#F6E2DA
(246,226,218)
#F6E4DD
(246,228,221)
#F6E6E0
(246,230,224)
#F6E8E3
(246,232,227)
#F6EAE6
(246,234,230)
#F6ECE9
(246,236,233)
#F6EEEC
(246,238,236)
#F6F0EF
(246,240,239)
#F6F2F2
(246,242,242)
#F6F4F5
(246,244,245)
#F6F6F8
(246,246,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F6E2DA; }

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

This text font color is #F6E2DA.


Background Color

.myBgColor { background-color: #F6E2DA; }

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

This div background color is #F6E2DA.


Border color

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

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

This div border color is #F6E2DA.


Opacity

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

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

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

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

This text has shadow with #F6E2DA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F6E2DA on black background.


Color preview on white background

This text has color #F6E2DA on white background.



Black color preview on #F6E2DA background

This text has black color on #F6E2DA background.


White color preview on #F6E2DA background

This text has white color on #F6E2DA background.