COLOR #FFD6D2

HEX: #FFD6D2
RGB: (255,214,210)

Color info

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

RGB color model

#FFD6D2 color RGB value is (255,214,210).

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

RGB channels and saturation

R 255 of 255 = 100%
G 214 of 255 = 84%
B 210 of 255 = 82%

255
214
210

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

Portions of RGB colors in percentages

R + G + B =
255 + 214 + 210 = 679 (100%)
R 255 of 679 ~ 37.56%
G 214 of 679 ~ 31.52%
B 210 of 679 ~ 30.93%

%37.56
%31.52
%30.93

CMYK color model

#FFD6D2 color CMYK value is (0,16,18,0).

  • cyan value is 0.00%
  • magenta value is 16.08%
  • yellow value is 17.65%
  • key color value is 0.00%
CMYK:
(0,16,18,0)
C0M16Y18K0 
(0%,16%,18%,0%)
(0.00/0.16/0.18/0.00)	

CMYK percentages

%0
%16.08
%17.65
%0

Codes

Color #FFD6D2 in popluar color models

FFD6D2
RGB255214210
HSL100.00%91.18%
HSB/HSV17.65%100.00%
CMYK0.00%16.08%17.65%
0.00%

Color #FFD6D2 in popluar number systems.

HEXFFD6D2
Decimal255214210
Binary111111111101011011010010
Octal377326322

Shades and tints

Shades of #FFD6D2

#FFD6D2
(255,214,210)
#E8C3BF
(232,195,191)
#D1B0AC
(209,176,172)
#BA9D99
(186,157,153)
#A38A86
(163,138,134)
#8C7773
(140,119,115)
#756460
(117,100,96)
#5E514D
(94,81,77)
#473E3A
(71,62,58)
#302B27
(48,43,39)
#191814
(25,24,20)
#000000
(0,0,0)

Tints of #FFD6D2

#FFD6D2
(255,214,210)
#FFD9D6
(255,217,214)
#FFDCDA
(255,220,218)
#FFDFDE
(255,223,222)
#FFE2E2
(255,226,226)
#FFE5E6
(255,229,230)
#FFE8EA
(255,232,234)
#FFEBEE
(255,235,238)
#FFEEF2
(255,238,242)
#FFF1F6
(255,241,246)
#FFF4FA
(255,244,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FFD6D2; }

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

This text font color is #FFD6D2.


Background Color

.myBgColor { background-color: #FFD6D2; }

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

This div background color is #FFD6D2.


Border color

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

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

This div border color is #FFD6D2.


Opacity

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

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

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

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

This text has shadow with #FFD6D2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FFD6D2 on black background.


Color preview on white background

This text has color #FFD6D2 on white background.



Black color preview on #FFD6D2 background

This text has black color on #FFD6D2 background.


White color preview on #FFD6D2 background

This text has white color on #FFD6D2 background.