COLOR #FFD4DA

HEX: #FFD4DA
RGB: (255,212,218)

Color info

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

RGB color model

#FFD4DA color RGB value is (255,212,218).

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

RGB channels and saturation

R 255 of 255 = 100%
G 212 of 255 = 83%
B 218 of 255 = 85%

255
212
218

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

Portions of RGB colors in percentages

R + G + B =
255 + 212 + 218 = 685 (100%)
R 255 of 685 ~ 37.23%
G 212 of 685 ~ 30.95%
B 218 of 685 ~ 31.82%

%37.23
%30.95
%31.82

CMYK color model

#FFD4DA color CMYK value is (0,17,15,0).

  • cyan value is 0.00%
  • magenta value is 16.86%
  • yellow value is 14.51%
  • key color value is 0.00%
CMYK:
(0,17,15,0)
C0M17Y15K0 
(0%,17%,15%,0%)
(0.00/0.17/0.15/0.00)	

CMYK percentages

%0
%16.86
%14.51
%0

Codes

Color #FFD4DA in popluar color models

FFD4DA
RGB255212218
HSL352°100.00%91.57%
HSB/HSV352°16.86%100.00%
CMYK0.00%16.86%14.51%
0.00%

Color #FFD4DA in popluar number systems.

HEXFFD4DA
Decimal255212218
Binary111111111101010011011010
Octal377324332

Shades and tints

Shades of #FFD4DA

#FFD4DA
(255,212,218)
#E8C1C7
(232,193,199)
#D1AEB4
(209,174,180)
#BA9BA1
(186,155,161)
#A3888E
(163,136,142)
#8C757B
(140,117,123)
#756268
(117,98,104)
#5E4F55
(94,79,85)
#473C42
(71,60,66)
#30292F
(48,41,47)
#19161C
(25,22,28)
#000000
(0,0,0)

Tints of #FFD4DA

#FFD4DA
(255,212,218)
#FFD7DD
(255,215,221)
#FFDAE0
(255,218,224)
#FFDDE3
(255,221,227)
#FFE0E6
(255,224,230)
#FFE3E9
(255,227,233)
#FFE6EC
(255,230,236)
#FFE9EF
(255,233,239)
#FFECF2
(255,236,242)
#FFEFF5
(255,239,245)
#FFF2F8
(255,242,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FFD4DA; }

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

This text font color is #FFD4DA.


Background Color

.myBgColor { background-color: #FFD4DA; }

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

This div background color is #FFD4DA.


Border color

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

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

This div border color is #FFD4DA.


Opacity

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

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

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

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

This text has shadow with #FFD4DA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FFD4DA on black background.


Color preview on white background

This text has color #FFD4DA on white background.



Black color preview on #FFD4DA background

This text has black color on #FFD4DA background.


White color preview on #FFD4DA background

This text has white color on #FFD4DA background.