COLOR #FFD6CB

HEX: #FFD6CB
RGB: (255,214,203)

Color info

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

RGB color model

#FFD6CB color RGB value is (255,214,203).

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

RGB channels and saturation

R 255 of 255 = 100%
G 214 of 255 = 84%
B 203 of 255 = 80%

255
214
203

R + G + B ~ 88%. #FFD6CB is light color.

Portions of RGB colors in percentages

R + G + B =
255 + 214 + 203 = 672 (100%)
R 255 of 672 ~ 37.95%
G 214 of 672 ~ 31.85%
B 203 of 672 ~ 30.21%

%37.95
%31.85
%30.21

CMYK color model

#FFD6CB color CMYK value is (0,16,20,0).

  • cyan value is 0.00%
  • magenta value is 16.08%
  • yellow value is 20.39%
  • key color value is 0.00%
CMYK:
(0,16,20,0)
C0M16Y20K0 
(0%,16%,20%,0%)
(0.00/0.16/0.20/0.00)	

CMYK percentages

%0
%16.08
%20.39
%0

Codes

Color #FFD6CB in popluar color models

FFD6CB
RGB255214203
HSL13°100.00%89.80%
HSB/HSV13°20.39%100.00%
CMYK0.00%16.08%20.39%
0.00%

Color #FFD6CB in popluar number systems.

HEXFFD6CB
Decimal255214203
Binary111111111101011011001011
Octal377326313

Shades and tints

Shades of #FFD6CB

#FFD6CB
(255,214,203)
#E8C3B9
(232,195,185)
#D1B0A7
(209,176,167)
#BA9D95
(186,157,149)
#A38A83
(163,138,131)
#8C7771
(140,119,113)
#75645F
(117,100,95)
#5E514D
(94,81,77)
#473E3B
(71,62,59)
#302B29
(48,43,41)
#191817
(25,24,23)
#000000
(0,0,0)

Tints of #FFD6CB

#FFD6CB
(255,214,203)
#FFD9CF
(255,217,207)
#FFDCD3
(255,220,211)
#FFDFD7
(255,223,215)
#FFE2DB
(255,226,219)
#FFE5DF
(255,229,223)
#FFE8E3
(255,232,227)
#FFEBE7
(255,235,231)
#FFEEEB
(255,238,235)
#FFF1EF
(255,241,239)
#FFF4F3
(255,244,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FFD6CB; }

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

This text font color is #FFD6CB.


Background Color

.myBgColor { background-color: #FFD6CB; }

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

This div background color is #FFD6CB.


Border color

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

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

This div border color is #FFD6CB.


Opacity

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

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

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

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

This text has shadow with #FFD6CB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FFD6CB on black background.


Color preview on white background

This text has color #FFD6CB on white background.



Black color preview on #FFD6CB background

This text has black color on #FFD6CB background.


White color preview on #FFD6CB background

This text has white color on #FFD6CB background.