COLOR #FFDFEE

HEX: #FFDFEE
RGB: (255,223,238)

Color info

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

RGB color model

#FFDFEE color RGB value is (255,223,238).

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

RGB channels and saturation

R 255 of 255 = 100%
G 223 of 255 = 87%
B 238 of 255 = 93%

255
223
238

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

Portions of RGB colors in percentages

R + G + B =
255 + 223 + 238 = 716 (100%)
R 255 of 716 ~ 35.61%
G 223 of 716 ~ 31.15%
B 238 of 716 ~ 33.24%

%35.61
%31.15
%33.24

CMYK color model

#FFDFEE color CMYK value is (0,13,7,0).

  • cyan value is 0.00%
  • magenta value is 12.55%
  • yellow value is 6.67%
  • key color value is 0.00%
CMYK:
(0,13,7,0)
C0M13Y7K0 
(0%,13%,7%,0%)
(0.00/0.13/0.07/0.00)	

CMYK percentages

%0
%12.55
%6.67
%0

Codes

Color #FFDFEE in popluar color models

FFDFEE
RGB255223238
HSL332°100.00%93.73%
HSB/HSV332°12.55%100.00%
CMYK0.00%12.55%6.67%
0.00%

Color #FFDFEE in popluar number systems.

HEXFFDFEE
Decimal255223238
Binary111111111101111111101110
Octal377337356

Shades and tints

Shades of #FFDFEE

#FFDFEE
(255,223,238)
#E8CBD9
(232,203,217)
#D1B7C4
(209,183,196)
#BAA3AF
(186,163,175)
#A38F9A
(163,143,154)
#8C7B85
(140,123,133)
#756770
(117,103,112)
#5E535B
(94,83,91)
#473F46
(71,63,70)
#302B31
(48,43,49)
#19171C
(25,23,28)
#000000
(0,0,0)

Tints of #FFDFEE

#FFDFEE
(255,223,238)
#FFE1EF
(255,225,239)
#FFE3F0
(255,227,240)
#FFE5F1
(255,229,241)
#FFE7F2
(255,231,242)
#FFE9F3
(255,233,243)
#FFEBF4
(255,235,244)
#FFEDF5
(255,237,245)
#FFEFF6
(255,239,246)
#FFF1F7
(255,241,247)
#FFF3F8
(255,243,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FFDFEE; }

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

This text font color is #FFDFEE.


Background Color

.myBgColor { background-color: #FFDFEE; }

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

This div background color is #FFDFEE.


Border color

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

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

This div border color is #FFDFEE.


Opacity

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

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

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

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

This text has shadow with #FFDFEE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FFDFEE on black background.


Color preview on white background

This text has color #FFDFEE on white background.



Black color preview on #FFDFEE background

This text has black color on #FFDFEE background.


White color preview on #FFDFEE background

This text has white color on #FFDFEE background.