COLOR #F6DFDA

HEX: #F6DFDA
RGB: (246,223,218)

Color info

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

RGB color model

#F6DFDA color RGB value is (246,223,218).

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

RGB channels and saturation

R 246 of 255 = 96%
G 223 of 255 = 87%
B 218 of 255 = 85%

246
223
218

R + G + B ~ 89%. #F6DFDA is light color.

Portions of RGB colors in percentages

R + G + B =
246 + 223 + 218 = 687 (100%)
R 246 of 687 ~ 35.81%
G 223 of 687 ~ 32.46%
B 218 of 687 ~ 31.73%

%35.81
%32.46
%31.73

CMYK color model

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

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

Codes

Color #F6DFDA in popluar color models

F6DFDA
RGB246223218
HSL11°60.87%90.98%
HSB/HSV11°11.38%96.47%
CMYK0.00%9.35%11.38%
3.53%

Color #F6DFDA in popluar number systems.

HEXF6DFDA
Decimal246223218
Binary111101101101111111011010
Octal366337332

Shades and tints

Shades of #F6DFDA

#F6DFDA
(246,223,218)
#E0CBC7
(224,203,199)
#CAB7B4
(202,183,180)
#B4A3A1
(180,163,161)
#9E8F8E
(158,143,142)
#887B7B
(136,123,123)
#726768
(114,103,104)
#5C5355
(92,83,85)
#463F42
(70,63,66)
#302B2F
(48,43,47)
#1A171C
(26,23,28)
#000000
(0,0,0)

Tints of #F6DFDA

#F6DFDA
(246,223,218)
#F6E1DD
(246,225,221)
#F6E3E0
(246,227,224)
#F6E5E3
(246,229,227)
#F6E7E6
(246,231,230)
#F6E9E9
(246,233,233)
#F6EBEC
(246,235,236)
#F6EDEF
(246,237,239)
#F6EFF2
(246,239,242)
#F6F1F5
(246,241,245)
#F6F3F8
(246,243,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F6DFDA; }

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

This text font color is #F6DFDA.


Background Color

.myBgColor { background-color: #F6DFDA; }

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

This div background color is #F6DFDA.


Border color

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

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

This div border color is #F6DFDA.


Opacity

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

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

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

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

This text has shadow with #F6DFDA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F6DFDA on black background.


Color preview on white background

This text has color #F6DFDA on white background.



Black color preview on #F6DFDA background

This text has black color on #F6DFDA background.


White color preview on #F6DFDA background

This text has white color on #F6DFDA background.