COLOR #F6DCDA

HEX: #F6DCDA
RGB: (246,220,218)

Color info

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

RGB color model

#F6DCDA color RGB value is (246,220,218).

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

RGB channels and saturation

R 246 of 255 = 96%
G 220 of 255 = 86%
B 218 of 255 = 85%

246
220
218

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

Portions of RGB colors in percentages

R + G + B =
246 + 220 + 218 = 684 (100%)
R 246 of 684 ~ 35.96%
G 220 of 684 ~ 32.16%
B 218 of 684 ~ 31.87%

%35.96
%32.16
%31.87

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 10.57%
  • yellow value is 11.38%
  • key color value is 3.53%
CMYK:
(0,11,11,4)
C0M11Y11K4 
(0%,11%,11%,4%)
(0.00/0.11/0.11/0.04)	

CMYK percentages

%0
%10.57
%11.38
%3.53

Codes

Color #F6DCDA in popluar color models

F6DCDA
RGB246220218
HSL60.87%90.98%
HSB/HSV11.38%96.47%
CMYK0.00%10.57%11.38%
3.53%

Color #F6DCDA in popluar number systems.

HEXF6DCDA
Decimal246220218
Binary111101101101110011011010
Octal366334332

Shades and tints

Shades of #F6DCDA

#F6DCDA
(246,220,218)
#E0C8C7
(224,200,199)
#CAB4B4
(202,180,180)
#B4A0A1
(180,160,161)
#9E8C8E
(158,140,142)
#88787B
(136,120,123)
#726468
(114,100,104)
#5C5055
(92,80,85)
#463C42
(70,60,66)
#30282F
(48,40,47)
#1A141C
(26,20,28)
#000000
(0,0,0)

Tints of #F6DCDA

#F6DCDA
(246,220,218)
#F6DFDD
(246,223,221)
#F6E2E0
(246,226,224)
#F6E5E3
(246,229,227)
#F6E8E6
(246,232,230)
#F6EBE9
(246,235,233)
#F6EEEC
(246,238,236)
#F6F1EF
(246,241,239)
#F6F4F2
(246,244,242)
#F6F7F5
(246,247,245)
#F6FAF8
(246,250,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F6DCDA; }

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

This text font color is #F6DCDA.


Background Color

.myBgColor { background-color: #F6DCDA; }

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

This div background color is #F6DCDA.


Border color

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

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

This div border color is #F6DCDA.


Opacity

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

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

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

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

This text has shadow with #F6DCDA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F6DCDA on black background.


Color preview on white background

This text has color #F6DCDA on white background.



Black color preview on #F6DCDA background

This text has black color on #F6DCDA background.


White color preview on #F6DCDA background

This text has white color on #F6DCDA background.