COLOR #FFD8DC

HEX: #FFD8DC
RGB: (255,216,220)

Color info

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

RGB color model

#FFD8DC color RGB value is (255,216,220).

  • red value is 255;
  • green value is 216;
  • blue value is 220.
RGB:
(255,216,220)
(100%,85%,86%)

RGB channels and saturation

R 255 of 255 = 100%
G 216 of 255 = 85%
B 220 of 255 = 86%

255
216
220

R + G + B ~ 90%. #FFD8DC is light color.

Portions of RGB colors in percentages

R + G + B =
255 + 216 + 220 = 691 (100%)
R 255 of 691 ~ 36.9%
G 216 of 691 ~ 31.26%
B 220 of 691 ~ 31.84%

%36.9
%31.26
%31.84

CMYK color model

#FFD8DC color CMYK value is (0,15,14,0).

  • cyan value is 0.00%
  • magenta value is 15.29%
  • yellow value is 13.73%
  • key color value is 0.00%
CMYK:
(0,15,14,0)
C0M15Y14K0 
(0%,15%,14%,0%)
(0.00/0.15/0.14/0.00)	

CMYK percentages

%0
%15.29
%13.73
%0

Codes

Color #FFD8DC in popluar color models

FFD8DC
RGB255216220
HSL354°100.00%92.35%
HSB/HSV354°15.29%100.00%
CMYK0.00%15.29%13.73%
0.00%

Color #FFD8DC in popluar number systems.

HEXFFD8DC
Decimal255216220
Binary111111111101100011011100
Octal377330334

Shades and tints

Shades of #FFD8DC

#FFD8DC
(255,216,220)
#E8C5C8
(232,197,200)
#D1B2B4
(209,178,180)
#BA9FA0
(186,159,160)
#A38C8C
(163,140,140)
#8C7978
(140,121,120)
#756664
(117,102,100)
#5E5350
(94,83,80)
#47403C
(71,64,60)
#302D28
(48,45,40)
#191A14
(25,26,20)
#000000
(0,0,0)

Tints of #FFD8DC

#FFD8DC
(255,216,220)
#FFDBDF
(255,219,223)
#FFDEE2
(255,222,226)
#FFE1E5
(255,225,229)
#FFE4E8
(255,228,232)
#FFE7EB
(255,231,235)
#FFEAEE
(255,234,238)
#FFEDF1
(255,237,241)
#FFF0F4
(255,240,244)
#FFF3F7
(255,243,247)
#FFF6FA
(255,246,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FFD8DC color. Also use rgb(255,216,220) instead hex code.

Text Font Color

.myTextColor { color: #FFD8DC; }

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

This text font color is #FFD8DC.


Background Color

.myBgColor { background-color: #FFD8DC; }

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

This div background color is #FFD8DC.


Border color

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

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

This div border color is #FFD8DC.


Opacity

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

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

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

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

This text has shadow with #FFD8DC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FFD8DC on black background.


Color preview on white background

This text has color #FFD8DC on white background.



Black color preview on #FFD8DC background

This text has black color on #FFD8DC background.


White color preview on #FFD8DC background

This text has white color on #FFD8DC background.