COLOR #FFD9F6

HEX: #FFD9F6
RGB: (255,217,246)

Color info

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

RGB color model

#FFD9F6 color RGB value is (255,217,246).

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

RGB channels and saturation

R 255 of 255 = 100%
G 217 of 255 = 85%
B 246 of 255 = 96%

255
217
246

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

Portions of RGB colors in percentages

R + G + B =
255 + 217 + 246 = 718 (100%)
R 255 of 718 ~ 35.52%
G 217 of 718 ~ 30.22%
B 246 of 718 ~ 34.26%

%35.52
%30.22
%34.26

CMYK color model

#FFD9F6 color CMYK value is (0,15,4,0).

  • cyan value is 0.00%
  • magenta value is 14.90%
  • yellow value is 3.53%
  • key color value is 0.00%
CMYK:
(0,15,4,0)
C0M15Y4K0 
(0%,15%,4%,0%)
(0.00/0.15/0.04/0.00)	

CMYK percentages

%0
%14.9
%3.53
%0

Codes

Color #FFD9F6 in popluar color models

FFD9F6
RGB255217246
HSL314°100.00%92.55%
HSB/HSV314°14.90%100.00%
CMYK0.00%14.90%3.53%
0.00%

Color #FFD9F6 in popluar number systems.

HEXFFD9F6
Decimal255217246
Binary111111111101100111110110
Octal377331366

Shades and tints

Shades of #FFD9F6

#FFD9F6
(255,217,246)
#E8C6E0
(232,198,224)
#D1B3CA
(209,179,202)
#BAA0B4
(186,160,180)
#A38D9E
(163,141,158)
#8C7A88
(140,122,136)
#756772
(117,103,114)
#5E545C
(94,84,92)
#474146
(71,65,70)
#302E30
(48,46,48)
#191B1A
(25,27,26)
#000000
(0,0,0)

Tints of #FFD9F6

#FFD9F6
(255,217,246)
#FFDCF6
(255,220,246)
#FFDFF6
(255,223,246)
#FFE2F6
(255,226,246)
#FFE5F6
(255,229,246)
#FFE8F6
(255,232,246)
#FFEBF6
(255,235,246)
#FFEEF6
(255,238,246)
#FFF1F6
(255,241,246)
#FFF4F6
(255,244,246)
#FFF7F6
(255,247,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FFD9F6; }

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

This text font color is #FFD9F6.


Background Color

.myBgColor { background-color: #FFD9F6; }

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

This div background color is #FFD9F6.


Border color

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

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

This div border color is #FFD9F6.


Opacity

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

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

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

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

This text has shadow with #FFD9F6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FFD9F6 on black background.


Color preview on white background

This text has color #FFD9F6 on white background.



Black color preview on #FFD9F6 background

This text has black color on #FFD9F6 background.


White color preview on #FFD9F6 background

This text has white color on #FFD9F6 background.