COLOR #F4DFEF

HEX: #F4DFEF
RGB: (244,223,239)

Color info

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

RGB color model

#F4DFEF color RGB value is (244,223,239).

  • red value is 244;
  • green value is 223;
  • blue value is 239.
RGB:
(244,223,239)
(96%,87%,94%)

RGB channels and saturation

R 244 of 255 = 96%
G 223 of 255 = 87%
B 239 of 255 = 94%

244
223
239

R + G + B ~ 92%. #F4DFEF is light color.

Portions of RGB colors in percentages

R + G + B =
244 + 223 + 239 = 706 (100%)
R 244 of 706 ~ 34.56%
G 223 of 706 ~ 31.59%
B 239 of 706 ~ 33.85%

%34.56
%31.59
%33.85

CMYK color model

#F4DFEF color CMYK value is (0,9,2,4).

  • cyan value is 0.00%
  • magenta value is 8.61%
  • yellow value is 2.05%
  • key color value is 4.31%
CMYK:
(0,9,2,4)
C0M9Y2K4 
(0%,9%,2%,4%)
(0.00/0.09/0.02/0.04)	

CMYK percentages

%0
%8.61
%2.05
%4.31

Codes

Color #F4DFEF in popluar color models

F4DFEF
RGB244223239
HSL314°48.84%91.57%
HSB/HSV314°8.61%95.69%
CMYK0.00%8.61%2.05%
4.31%

Color #F4DFEF in popluar number systems.

HEXF4DFEF
Decimal244223239
Binary111101001101111111101111
Octal364337357

Shades and tints

Shades of #F4DFEF

#F4DFEF
(244,223,239)
#DECBDA
(222,203,218)
#C8B7C5
(200,183,197)
#B2A3B0
(178,163,176)
#9C8F9B
(156,143,155)
#867B86
(134,123,134)
#706771
(112,103,113)
#5A535C
(90,83,92)
#443F47
(68,63,71)
#2E2B32
(46,43,50)
#18171D
(24,23,29)
#000000
(0,0,0)

Tints of #F4DFEF

#F4DFEF
(244,223,239)
#F5E1F0
(245,225,240)
#F6E3F1
(246,227,241)
#F7E5F2
(247,229,242)
#F8E7F3
(248,231,243)
#F9E9F4
(249,233,244)
#FAEBF5
(250,235,245)
#FBEDF6
(251,237,246)
#FCEFF7
(252,239,247)
#FDF1F8
(253,241,248)
#FEF3F9
(254,243,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F4DFEF color. Also use rgb(244,223,239) instead hex code.

Text Font Color

.myTextColor { color: #F4DFEF; }

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

This text font color is #F4DFEF.


Background Color

.myBgColor { background-color: #F4DFEF; }

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

This div background color is #F4DFEF.


Border color

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

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

This div border color is #F4DFEF.


Opacity

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

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

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

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

This text has shadow with #F4DFEF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F4DFEF on black background.


Color preview on white background

This text has color #F4DFEF on white background.



Black color preview on #F4DFEF background

This text has black color on #F4DFEF background.


White color preview on #F4DFEF background

This text has white color on #F4DFEF background.