COLOR #FFD9F2

HEX: #FFD9F2
RGB: (255,217,242)

Color info

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

RGB color model

#FFD9F2 color RGB value is (255,217,242).

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

RGB channels and saturation

R 255 of 255 = 100%
G 217 of 255 = 85%
B 242 of 255 = 95%

255
217
242

R + G + B ~ 93%. #FFD9F2 is light color.

Portions of RGB colors in percentages

R + G + B =
255 + 217 + 242 = 714 (100%)
R 255 of 714 ~ 35.71%
G 217 of 714 ~ 30.39%
B 242 of 714 ~ 33.89%

%35.71
%30.39
%33.89

CMYK color model

#FFD9F2 color CMYK value is (0,15,5,0).

  • cyan value is 0.00%
  • magenta value is 14.90%
  • yellow value is 5.10%
  • key color value is 0.00%
CMYK:
(0,15,5,0)
C0M15Y5K0 
(0%,15%,5%,0%)
(0.00/0.15/0.05/0.00)	

CMYK percentages

%0
%14.9
%5.1
%0

Codes

Color #FFD9F2 in popluar color models

FFD9F2
RGB255217242
HSL321°100.00%92.55%
HSB/HSV321°14.90%100.00%
CMYK0.00%14.90%5.10%
0.00%

Color #FFD9F2 in popluar number systems.

HEXFFD9F2
Decimal255217242
Binary111111111101100111110010
Octal377331362

Shades and tints

Shades of #FFD9F2

#FFD9F2
(255,217,242)
#E8C6DC
(232,198,220)
#D1B3C6
(209,179,198)
#BAA0B0
(186,160,176)
#A38D9A
(163,141,154)
#8C7A84
(140,122,132)
#75676E
(117,103,110)
#5E5458
(94,84,88)
#474142
(71,65,66)
#302E2C
(48,46,44)
#191B16
(25,27,22)
#000000
(0,0,0)

Tints of #FFD9F2

#FFD9F2
(255,217,242)
#FFDCF3
(255,220,243)
#FFDFF4
(255,223,244)
#FFE2F5
(255,226,245)
#FFE5F6
(255,229,246)
#FFE8F7
(255,232,247)
#FFEBF8
(255,235,248)
#FFEEF9
(255,238,249)
#FFF1FA
(255,241,250)
#FFF4FB
(255,244,251)
#FFF7FC
(255,247,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FFD9F2; }

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

This text font color is #FFD9F2.


Background Color

.myBgColor { background-color: #FFD9F2; }

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

This div background color is #FFD9F2.


Border color

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

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

This div border color is #FFD9F2.


Opacity

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

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

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

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

This text has shadow with #FFD9F2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FFD9F2 on black background.


Color preview on white background

This text has color #FFD9F2 on white background.



Black color preview on #FFD9F2 background

This text has black color on #FFD9F2 background.


White color preview on #FFD9F2 background

This text has white color on #FFD9F2 background.