COLOR #FFD9C8

HEX: #FFD9C8
RGB: (255,217,200)

Color info

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

RGB color model

#FFD9C8 color RGB value is (255,217,200).

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

RGB channels and saturation

R 255 of 255 = 100%
G 217 of 255 = 85%
B 200 of 255 = 78%

255
217
200

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

Portions of RGB colors in percentages

R + G + B =
255 + 217 + 200 = 672 (100%)
R 255 of 672 ~ 37.95%
G 217 of 672 ~ 32.29%
B 200 of 672 ~ 29.76%

%37.95
%32.29
%29.76

CMYK color model

#FFD9C8 color CMYK value is (0,15,22,0).

  • cyan value is 0.00%
  • magenta value is 14.90%
  • yellow value is 21.57%
  • key color value is 0.00%
CMYK:
(0,15,22,0)
C0M15Y22K0 
(0%,15%,22%,0%)
(0.00/0.15/0.22/0.00)	

CMYK percentages

%0
%14.9
%21.57
%0

Codes

Color #FFD9C8 in popluar color models

FFD9C8
RGB255217200
HSL19°100.00%89.22%
HSB/HSV19°21.57%100.00%
CMYK0.00%14.90%21.57%
0.00%

Color #FFD9C8 in popluar number systems.

HEXFFD9C8
Decimal255217200
Binary111111111101100111001000
Octal377331310

Shades and tints

Shades of #FFD9C8

#FFD9C8
(255,217,200)
#E8C6B6
(232,198,182)
#D1B3A4
(209,179,164)
#BAA092
(186,160,146)
#A38D80
(163,141,128)
#8C7A6E
(140,122,110)
#75675C
(117,103,92)
#5E544A
(94,84,74)
#474138
(71,65,56)
#302E26
(48,46,38)
#191B14
(25,27,20)
#000000
(0,0,0)

Tints of #FFD9C8

#FFD9C8
(255,217,200)
#FFDCCD
(255,220,205)
#FFDFD2
(255,223,210)
#FFE2D7
(255,226,215)
#FFE5DC
(255,229,220)
#FFE8E1
(255,232,225)
#FFEBE6
(255,235,230)
#FFEEEB
(255,238,235)
#FFF1F0
(255,241,240)
#FFF4F5
(255,244,245)
#FFF7FA
(255,247,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FFD9C8; }

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

This text font color is #FFD9C8.


Background Color

.myBgColor { background-color: #FFD9C8; }

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

This div background color is #FFD9C8.


Border color

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

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

This div border color is #FFD9C8.


Opacity

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

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

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

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

This text has shadow with #FFD9C8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FFD9C8 on black background.


Color preview on white background

This text has color #FFD9C8 on white background.



Black color preview on #FFD9C8 background

This text has black color on #FFD9C8 background.


White color preview on #FFD9C8 background

This text has white color on #FFD9C8 background.