COLOR #FFD9CB

HEX: #FFD9CB
RGB: (255,217,203)

Color info

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

RGB color model

#FFD9CB color RGB value is (255,217,203).

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

RGB channels and saturation

R 255 of 255 = 100%
G 217 of 255 = 85%
B 203 of 255 = 80%

255
217
203

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

Portions of RGB colors in percentages

R + G + B =
255 + 217 + 203 = 675 (100%)
R 255 of 675 ~ 37.78%
G 217 of 675 ~ 32.15%
B 203 of 675 ~ 30.07%

%37.78
%32.15
%30.07

CMYK color model

#FFD9CB color CMYK value is (0,15,20,0).

  • cyan value is 0.00%
  • magenta value is 14.90%
  • yellow value is 20.39%
  • key color value is 0.00%
CMYK:
(0,15,20,0)
C0M15Y20K0 
(0%,15%,20%,0%)
(0.00/0.15/0.20/0.00)	

CMYK percentages

%0
%14.9
%20.39
%0

Codes

Color #FFD9CB in popluar color models

FFD9CB
RGB255217203
HSL16°100.00%89.80%
HSB/HSV16°20.39%100.00%
CMYK0.00%14.90%20.39%
0.00%

Color #FFD9CB in popluar number systems.

HEXFFD9CB
Decimal255217203
Binary111111111101100111001011
Octal377331313

Shades and tints

Shades of #FFD9CB

#FFD9CB
(255,217,203)
#E8C6B9
(232,198,185)
#D1B3A7
(209,179,167)
#BAA095
(186,160,149)
#A38D83
(163,141,131)
#8C7A71
(140,122,113)
#75675F
(117,103,95)
#5E544D
(94,84,77)
#47413B
(71,65,59)
#302E29
(48,46,41)
#191B17
(25,27,23)
#000000
(0,0,0)

Tints of #FFD9CB

#FFD9CB
(255,217,203)
#FFDCCF
(255,220,207)
#FFDFD3
(255,223,211)
#FFE2D7
(255,226,215)
#FFE5DB
(255,229,219)
#FFE8DF
(255,232,223)
#FFEBE3
(255,235,227)
#FFEEE7
(255,238,231)
#FFF1EB
(255,241,235)
#FFF4EF
(255,244,239)
#FFF7F3
(255,247,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FFD9CB; }

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

This text font color is #FFD9CB.


Background Color

.myBgColor { background-color: #FFD9CB; }

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

This div background color is #FFD9CB.


Border color

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

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

This div border color is #FFD9CB.


Opacity

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

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

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

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

This text has shadow with #FFD9CB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FFD9CB on black background.


Color preview on white background

This text has color #FFD9CB on white background.



Black color preview on #FFD9CB background

This text has black color on #FFD9CB background.


White color preview on #FFD9CB background

This text has white color on #FFD9CB background.