COLOR #FFD8DE

HEX: #FFD8DE
RGB: (255,216,222)

Color info

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

RGB color model

#FFD8DE color RGB value is (255,216,222).

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

RGB channels and saturation

R 255 of 255 = 100%
G 216 of 255 = 85%
B 222 of 255 = 87%

255
216
222

R + G + B ~ 91%. #FFD8DE is light color.

Portions of RGB colors in percentages

R + G + B =
255 + 216 + 222 = 693 (100%)
R 255 of 693 ~ 36.8%
G 216 of 693 ~ 31.17%
B 222 of 693 ~ 32.03%

%36.8
%31.17
%32.03

CMYK color model

#FFD8DE color CMYK value is (0,15,13,0).

  • cyan value is 0.00%
  • magenta value is 15.29%
  • yellow value is 12.94%
  • key color value is 0.00%
CMYK:
(0,15,13,0)
C0M15Y13K0 
(0%,15%,13%,0%)
(0.00/0.15/0.13/0.00)	

CMYK percentages

%0
%15.29
%12.94
%0

Codes

Color #FFD8DE in popluar color models

FFD8DE
RGB255216222
HSL351°100.00%92.35%
HSB/HSV351°15.29%100.00%
CMYK0.00%15.29%12.94%
0.00%

Color #FFD8DE in popluar number systems.

HEXFFD8DE
Decimal255216222
Binary111111111101100011011110
Octal377330336

Shades and tints

Shades of #FFD8DE

#FFD8DE
(255,216,222)
#E8C5CA
(232,197,202)
#D1B2B6
(209,178,182)
#BA9FA2
(186,159,162)
#A38C8E
(163,140,142)
#8C797A
(140,121,122)
#756666
(117,102,102)
#5E5352
(94,83,82)
#47403E
(71,64,62)
#302D2A
(48,45,42)
#191A16
(25,26,22)
#000000
(0,0,0)

Tints of #FFD8DE

#FFD8DE
(255,216,222)
#FFDBE1
(255,219,225)
#FFDEE4
(255,222,228)
#FFE1E7
(255,225,231)
#FFE4EA
(255,228,234)
#FFE7ED
(255,231,237)
#FFEAF0
(255,234,240)
#FFEDF3
(255,237,243)
#FFF0F6
(255,240,246)
#FFF3F9
(255,243,249)
#FFF6FC
(255,246,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FFD8DE; }

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

This text font color is #FFD8DE.


Background Color

.myBgColor { background-color: #FFD8DE; }

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

This div background color is #FFD8DE.


Border color

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

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

This div border color is #FFD8DE.


Opacity

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

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

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

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

This text has shadow with #FFD8DE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FFD8DE on black background.


Color preview on white background

This text has color #FFD8DE on white background.



Black color preview on #FFD8DE background

This text has black color on #FFD8DE background.


White color preview on #FFD8DE background

This text has white color on #FFD8DE background.