COLOR #FFD4FF

HEX: #FFD4FF
RGB: (255,212,255)

Color info

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

RGB color model

#FFD4FF color RGB value is (255,212,255).

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

RGB channels and saturation

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

255
212
255

R + G + B ~ 94%. #FFD4FF is light color.

Portions of RGB colors in percentages

R + G + B =
255 + 212 + 255 = 722 (100%)
R 255 of 722 ~ 35.32%
G 212 of 722 ~ 29.36%
B 255 of 722 ~ 35.32%

%35.32
%29.36
%35.32

CMYK color model

#FFD4FF color CMYK value is (0,17,0,0).

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

CMYK percentages

%0
%16.86
%0
%0

Codes

Color #FFD4FF in popluar color models

FFD4FF
RGB255212255
HSL300°100.00%91.57%
HSB/HSV300°16.86%100.00%
CMYK0.00%16.86%0.00%
0.00%

Color #FFD4FF in popluar number systems.

HEXFFD4FF
Decimal255212255
Binary111111111101010011111111
Octal377324377

Shades and tints

Shades of #FFD4FF

#FFD4FF
(255,212,255)
#E8C1E8
(232,193,232)
#D1AED1
(209,174,209)
#BA9BBA
(186,155,186)
#A388A3
(163,136,163)
#8C758C
(140,117,140)
#756275
(117,98,117)
#5E4F5E
(94,79,94)
#473C47
(71,60,71)
#302930
(48,41,48)
#191619
(25,22,25)
#000000
(0,0,0)

Tints of #FFD4FF

#FFD4FF
(255,212,255)
#FFD7FF
(255,215,255)
#FFDAFF
(255,218,255)
#FFDDFF
(255,221,255)
#FFE0FF
(255,224,255)
#FFE3FF
(255,227,255)
#FFE6FF
(255,230,255)
#FFE9FF
(255,233,255)
#FFECFF
(255,236,255)
#FFEFFF
(255,239,255)
#FFF2FF
(255,242,255)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FFD4FF; }

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

This text font color is #FFD4FF.


Background Color

.myBgColor { background-color: #FFD4FF; }

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

This div background color is #FFD4FF.


Border color

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

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

This div border color is #FFD4FF.


Opacity

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

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

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

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

This text has shadow with #FFD4FF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FFD4FF on black background.


Color preview on white background

This text has color #FFD4FF on white background.



Black color preview on #FFD4FF background

This text has black color on #FFD4FF background.


White color preview on #FFD4FF background

This text has white color on #FFD4FF background.