COLOR #FFD5D5

HEX: #FFD5D5
RGB: (255,213,213)

Color info

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

RGB color model

#FFD5D5 color RGB value is (255,213,213).

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

RGB channels and saturation

R 255 of 255 = 100%
G 213 of 255 = 84%
B 213 of 255 = 84%

255
213
213

R + G + B ~ 89%. #FFD5D5 is light color.

Portions of RGB colors in percentages

R + G + B =
255 + 213 + 213 = 681 (100%)
R 255 of 681 ~ 37.44%
G 213 of 681 ~ 31.28%
B 213 of 681 ~ 31.28%

%37.44
%31.28
%31.28

CMYK color model

#FFD5D5 color CMYK value is (0,16,16,0).

  • cyan value is 0.00%
  • magenta value is 16.47%
  • yellow value is 16.47%
  • key color value is 0.00%
CMYK:
(0,16,16,0)
C0M16Y16K0 
(0%,16%,16%,0%)
(0.00/0.16/0.16/0.00)	

CMYK percentages

%0
%16.47
%16.47
%0

Codes

Color #FFD5D5 in popluar color models

FFD5D5
RGB255213213
HSL100.00%91.76%
HSB/HSV16.47%100.00%
CMYK0.00%16.47%16.47%
0.00%

Color #FFD5D5 in popluar number systems.

HEXFFD5D5
Decimal255213213
Binary111111111101010111010101
Octal377325325

Shades and tints

Shades of #FFD5D5

#FFD5D5
(255,213,213)
#E8C2C2
(232,194,194)
#D1AFAF
(209,175,175)
#BA9C9C
(186,156,156)
#A38989
(163,137,137)
#8C7676
(140,118,118)
#756363
(117,99,99)
#5E5050
(94,80,80)
#473D3D
(71,61,61)
#302A2A
(48,42,42)
#191717
(25,23,23)
#000000
(0,0,0)

Tints of #FFD5D5

#FFD5D5
(255,213,213)
#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)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FFD5D5; }

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

This text font color is #FFD5D5.


Background Color

.myBgColor { background-color: #FFD5D5; }

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

This div background color is #FFD5D5.


Border color

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

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

This div border color is #FFD5D5.


Opacity

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

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

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

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

This text has shadow with #FFD5D5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FFD5D5 on black background.


Color preview on white background

This text has color #FFD5D5 on white background.



Black color preview on #FFD5D5 background

This text has black color on #FFD5D5 background.


White color preview on #FFD5D5 background

This text has white color on #FFD5D5 background.