COLOR #FFDFF9

HEX: #FFDFF9
RGB: (255,223,249)

Color info

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

RGB color model

#FFDFF9 color RGB value is (255,223,249).

  • red value is 255;
  • green value is 223;
  • blue value is 249.
RGB:
(255,223,249)
(100%,87%,98%)

RGB channels and saturation

R 255 of 255 = 100%
G 223 of 255 = 87%
B 249 of 255 = 98%

255
223
249

R + G + B ~ 95%. #FFDFF9 is light color.

Portions of RGB colors in percentages

R + G + B =
255 + 223 + 249 = 727 (100%)
R 255 of 727 ~ 35.08%
G 223 of 727 ~ 30.67%
B 249 of 727 ~ 34.25%

%35.08
%30.67
%34.25

CMYK color model

#FFDFF9 color CMYK value is (0,13,2,0).

  • cyan value is 0.00%
  • magenta value is 12.55%
  • yellow value is 2.35%
  • key color value is 0.00%
CMYK:
(0,13,2,0)
C0M13Y2K0 
(0%,13%,2%,0%)
(0.00/0.13/0.02/0.00)	

CMYK percentages

%0
%12.55
%2.35
%0

Codes

Color #FFDFF9 in popluar color models

FFDFF9
RGB255223249
HSL311°100.00%93.73%
HSB/HSV311°12.55%100.00%
CMYK0.00%12.55%2.35%
0.00%

Color #FFDFF9 in popluar number systems.

HEXFFDFF9
Decimal255223249
Binary111111111101111111111001
Octal377337371

Shades and tints

Shades of #FFDFF9

#FFDFF9
(255,223,249)
#E8CBE3
(232,203,227)
#D1B7CD
(209,183,205)
#BAA3B7
(186,163,183)
#A38FA1
(163,143,161)
#8C7B8B
(140,123,139)
#756775
(117,103,117)
#5E535F
(94,83,95)
#473F49
(71,63,73)
#302B33
(48,43,51)
#19171D
(25,23,29)
#000000
(0,0,0)

Tints of #FFDFF9

#FFDFF9
(255,223,249)
#FFE1F9
(255,225,249)
#FFE3F9
(255,227,249)
#FFE5F9
(255,229,249)
#FFE7F9
(255,231,249)
#FFE9F9
(255,233,249)
#FFEBF9
(255,235,249)
#FFEDF9
(255,237,249)
#FFEFF9
(255,239,249)
#FFF1F9
(255,241,249)
#FFF3F9
(255,243,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FFDFF9; }

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

This text font color is #FFDFF9.


Background Color

.myBgColor { background-color: #FFDFF9; }

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

This div background color is #FFDFF9.


Border color

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

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

This div border color is #FFDFF9.


Opacity

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

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

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

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

This text has shadow with #FFDFF9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FFDFF9 on black background.


Color preview on white background

This text has color #FFDFF9 on white background.



Black color preview on #FFDFF9 background

This text has black color on #FFDFF9 background.


White color preview on #FFDFF9 background

This text has white color on #FFDFF9 background.