COLOR #FFD4ED

HEX: #FFD4ED RGB: (255,212,237)

Color info

#FFD4ED contains red, green and blue colors in about the same proportion. Web safe color of #FFD4ED is #FFCCFF (or #FCF).

RGB color model

#FFD4ED color RGB value is (255,212,237).

RGB: (255,212,237) (100%, 83%, 93%)

RGB channels and saturation

R 255 of 255 = 100%
G 212 of 255 = 83%
B 237 of 255 = 93%

255
212
237

R + G + B ~ 92%. #FFD4ED is light color.

Portions of RGB colors in percentages

R + G + B = 255 + 212 + 237 = 704 (100%)
R 255 of 704 ~ 36.22%
G 212 of 704 ~ 30.11%
B 237 of 704 ~ 33.66'%

%36.22
%30.11
%33.66

CMYK color model

#FFD4ED color CMYK value is (0,17,7,0).

  • cyan value is 0.00%
  • magenta value is 16.86%
  • yellow value is 7.06%
  • key color value is 0.00%

CMYK: (0,17,7,0)
C0M17Y7K0 (0%, 17%, 7%, 0%)
(0.00 / 0.17 / 0.07 / 0.00)

CMYK percentages

%0
%16.86
%7.06
%0

Codes

Color #FFD4ED in popluar color models

FF D4 ED
RGB 255 212 237
HSL 325° 100.00% 91.57%
HSB/HSV 325° 16.86% 100.00%
CMYK 0.00% 16.86% 7.06%
0.00%

Color #FFD4ED in popluar number systems.

HEX FF D4 ED
Decimal 255 212 237
Binary 11111111 11010100 11101101
Octal 377 324 355

Shades and tints

Shades of #FFD4ED

#FFD4ED
(255,212,237)
#E8C1D8
(232,193,216)
#D1AEC3
(209,174,195)
#BA9BAE
(186,155,174)
#A38899
(163,136,153)
#8C7584
(140,117,132)
#75626F
(117,98,111)
#5E4F5A
(94,79,90)
#473C45
(71,60,69)
#302930
(48,41,48)
#19161B
(25,22,27)
#000000
(0,0,0)

Tints of #FFD4ED

#FFD4ED
(255,212,237)
#FFD7EE
(255,215,238)
#FFDAEF
(255,218,239)
#FFDDF0
(255,221,240)
#FFE0F1
(255,224,241)
#FFE3F2
(255,227,242)
#FFE6F3
(255,230,243)
#FFE9F4
(255,233,244)
#FFECF5
(255,236,245)
#FFEFF6
(255,239,246)
#FFF2F7
(255,242,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FFD4ED; }

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

This text font color is #FFD4ED.

Background Color

.myBgColor { background-color: #FFD4ED; }

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

This div background color is #FFD4ED.

Border color

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

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

This div border color is #FFD4ED.

Opacity

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

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

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

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

This text has shadow with #FFD4ED color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FFD4ED.

Preview

Color preview on black background

This text has color #FFD4ED on black background.


Color preview on white background

This text has color #FFD4ED on white background.


Black color preview on #FFD4ED background

This text has black color on #FFD4ED background.


White color preview on #FFD4ED background

This text has white color on #FFD4ED background.


Related colors

Complementary color

Complementary color for #hex is #002B12.


I love getcolorcode.com

Triadic colors

1 #EDFFD4 and #D4EDFF with #FFD4ED are triadic colors.

2 #EDD4FF and #D4FFED with #FFD4ED are triadic colors.