COLOR #FFD8D8

HEX: #FFD8D8
RGB: (255,216,216)

Color info

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

RGB color model

#FFD8D8 color RGB value is (255,216,216).

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

RGB channels and saturation

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

255
216
216

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

Portions of RGB colors in percentages

R + G + B =
255 + 216 + 216 = 687 (100%)
R 255 of 687 ~ 37.12%
G 216 of 687 ~ 31.44%
B 216 of 687 ~ 31.44%

%37.12
%31.44
%31.44

CMYK color model

#FFD8D8 color CMYK value is (0,15,15,0).

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

CMYK percentages

%0
%15.29
%15.29
%0

Codes

Color #FFD8D8 in popluar color models

FFD8D8
RGB255216216
HSL100.00%92.35%
HSB/HSV15.29%100.00%
CMYK0.00%15.29%15.29%
0.00%

Color #FFD8D8 in popluar number systems.

HEXFFD8D8
Decimal255216216
Binary111111111101100011011000
Octal377330330

Shades and tints

Shades of #FFD8D8

#FFD8D8
(255,216,216)
#E8C5C5
(232,197,197)
#D1B2B2
(209,178,178)
#BA9F9F
(186,159,159)
#A38C8C
(163,140,140)
#8C7979
(140,121,121)
#756666
(117,102,102)
#5E5353
(94,83,83)
#474040
(71,64,64)
#302D2D
(48,45,45)
#191A1A
(25,26,26)
#000000
(0,0,0)

Tints of #FFD8D8

#FFD8D8
(255,216,216)
#FFDBDB
(255,219,219)
#FFDEDE
(255,222,222)
#FFE1E1
(255,225,225)
#FFE4E4
(255,228,228)
#FFE7E7
(255,231,231)
#FFEAEA
(255,234,234)
#FFEDED
(255,237,237)
#FFF0F0
(255,240,240)
#FFF3F3
(255,243,243)
#FFF6F6
(255,246,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FFD8D8; }

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

This text font color is #FFD8D8.


Background Color

.myBgColor { background-color: #FFD8D8; }

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

This div background color is #FFD8D8.


Border color

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

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

This div border color is #FFD8D8.


Opacity

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

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

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

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

This text has shadow with #FFD8D8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FFD8D8 on black background.


Color preview on white background

This text has color #FFD8D8 on white background.



Black color preview on #FFD8D8 background

This text has black color on #FFD8D8 background.


White color preview on #FFD8D8 background

This text has white color on #FFD8D8 background.