COLOR #FFD6DC

HEX: #FFD6DC
RGB: (255,214,220)

Color info

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

RGB color model

#FFD6DC color RGB value is (255,214,220).

  • red value is 255;
  • green value is 214;
  • blue value is 220.
RGB:
(255,214,220)
(100%,84%,86%)

RGB channels and saturation

R 255 of 255 = 100%
G 214 of 255 = 84%
B 220 of 255 = 86%

255
214
220

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

Portions of RGB colors in percentages

R + G + B =
255 + 214 + 220 = 689 (100%)
R 255 of 689 ~ 37.01%
G 214 of 689 ~ 31.06%
B 220 of 689 ~ 31.93%

%37.01
%31.06
%31.93

CMYK color model

#FFD6DC color CMYK value is (0,16,14,0).

  • cyan value is 0.00%
  • magenta value is 16.08%
  • yellow value is 13.73%
  • key color value is 0.00%
CMYK:
(0,16,14,0)
C0M16Y14K0 
(0%,16%,14%,0%)
(0.00/0.16/0.14/0.00)	

CMYK percentages

%0
%16.08
%13.73
%0

Codes

Color #FFD6DC in popluar color models

FFD6DC
RGB255214220
HSL351°100.00%91.96%
HSB/HSV351°16.08%100.00%
CMYK0.00%16.08%13.73%
0.00%

Color #FFD6DC in popluar number systems.

HEXFFD6DC
Decimal255214220
Binary111111111101011011011100
Octal377326334

Shades and tints

Shades of #FFD6DC

#FFD6DC
(255,214,220)
#E8C3C8
(232,195,200)
#D1B0B4
(209,176,180)
#BA9DA0
(186,157,160)
#A38A8C
(163,138,140)
#8C7778
(140,119,120)
#756464
(117,100,100)
#5E5150
(94,81,80)
#473E3C
(71,62,60)
#302B28
(48,43,40)
#191814
(25,24,20)
#000000
(0,0,0)

Tints of #FFD6DC

#FFD6DC
(255,214,220)
#FFD9DF
(255,217,223)
#FFDCE2
(255,220,226)
#FFDFE5
(255,223,229)
#FFE2E8
(255,226,232)
#FFE5EB
(255,229,235)
#FFE8EE
(255,232,238)
#FFEBF1
(255,235,241)
#FFEEF4
(255,238,244)
#FFF1F7
(255,241,247)
#FFF4FA
(255,244,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FFD6DC color. Also use rgb(255,214,220) instead hex code.

Text Font Color

.myTextColor { color: #FFD6DC; }

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

This text font color is #FFD6DC.


Background Color

.myBgColor { background-color: #FFD6DC; }

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

This div background color is #FFD6DC.


Border color

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

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

This div border color is #FFD6DC.


Opacity

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

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

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

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

This text has shadow with #FFD6DC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FFD6DC on black background.


Color preview on white background

This text has color #FFD6DC on white background.



Black color preview on #FFD6DC background

This text has black color on #FFD6DC background.


White color preview on #FFD6DC background

This text has white color on #FFD6DC background.