COLOR #FFD4C9

HEX: #FFD4C9
RGB: (255,212,201)

Color info

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

RGB color model

#FFD4C9 color RGB value is (255,212,201).

  • red value is 255;
  • green value is 212;
  • blue value is 201.
RGB:
(255,212,201)
(100%,83%,79%)

RGB channels and saturation

R 255 of 255 = 100%
G 212 of 255 = 83%
B 201 of 255 = 79%

255
212
201

R + G + B ~ 87%. #FFD4C9 is light color.

Portions of RGB colors in percentages

R + G + B =
255 + 212 + 201 = 668 (100%)
R 255 of 668 ~ 38.17%
G 212 of 668 ~ 31.74%
B 201 of 668 ~ 30.09%

%38.17
%31.74
%30.09

CMYK color model

#FFD4C9 color CMYK value is (0,17,21,0).

  • cyan value is 0.00%
  • magenta value is 16.86%
  • yellow value is 21.18%
  • key color value is 0.00%
CMYK:
(0,17,21,0)
C0M17Y21K0 
(0%,17%,21%,0%)
(0.00/0.17/0.21/0.00)	

CMYK percentages

%0
%16.86
%21.18
%0

Codes

Color #FFD4C9 in popluar color models

FFD4C9
RGB255212201
HSL12°100.00%89.41%
HSB/HSV12°21.18%100.00%
CMYK0.00%16.86%21.18%
0.00%

Color #FFD4C9 in popluar number systems.

HEXFFD4C9
Decimal255212201
Binary111111111101010011001001
Octal377324311

Shades and tints

Shades of #FFD4C9

#FFD4C9
(255,212,201)
#E8C1B7
(232,193,183)
#D1AEA5
(209,174,165)
#BA9B93
(186,155,147)
#A38881
(163,136,129)
#8C756F
(140,117,111)
#75625D
(117,98,93)
#5E4F4B
(94,79,75)
#473C39
(71,60,57)
#302927
(48,41,39)
#191615
(25,22,21)
#000000
(0,0,0)

Tints of #FFD4C9

#FFD4C9
(255,212,201)
#FFD7CD
(255,215,205)
#FFDAD1
(255,218,209)
#FFDDD5
(255,221,213)
#FFE0D9
(255,224,217)
#FFE3DD
(255,227,221)
#FFE6E1
(255,230,225)
#FFE9E5
(255,233,229)
#FFECE9
(255,236,233)
#FFEFED
(255,239,237)
#FFF2F1
(255,242,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FFD4C9 color. Also use rgb(255,212,201) instead hex code.

Text Font Color

.myTextColor { color: #FFD4C9; }

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

This text font color is #FFD4C9.


Background Color

.myBgColor { background-color: #FFD4C9; }

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

This div background color is #FFD4C9.


Border color

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

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

This div border color is #FFD4C9.


Opacity

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

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

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

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

This text has shadow with #FFD4C9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FFD4C9 on black background.


Color preview on white background

This text has color #FFD4C9 on white background.



Black color preview on #FFD4C9 background

This text has black color on #FFD4C9 background.


White color preview on #FFD4C9 background

This text has white color on #FFD4C9 background.