COLOR #F4DFEC

HEX: #F4DFEC
RGB: (244,223,236)

Color info

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

RGB color model

#F4DFEC color RGB value is (244,223,236).

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

RGB channels and saturation

R 244 of 255 = 96%
G 223 of 255 = 87%
B 236 of 255 = 93%

244
223
236

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

Portions of RGB colors in percentages

R + G + B =
244 + 223 + 236 = 703 (100%)
R 244 of 703 ~ 34.71%
G 223 of 703 ~ 31.72%
B 236 of 703 ~ 33.57%

%34.71
%31.72
%33.57

CMYK color model

#F4DFEC color CMYK value is (0,9,3,4).

  • cyan value is 0.00%
  • magenta value is 8.61%
  • yellow value is 3.28%
  • key color value is 4.31%
CMYK:
(0,9,3,4)
C0M9Y3K4 
(0%,9%,3%,4%)
(0.00/0.09/0.03/0.04)	

CMYK percentages

%0
%8.61
%3.28
%4.31

Codes

Color #F4DFEC in popluar color models

F4DFEC
RGB244223236
HSL323°48.84%91.57%
HSB/HSV323°8.61%95.69%
CMYK0.00%8.61%3.28%
4.31%

Color #F4DFEC in popluar number systems.

HEXF4DFEC
Decimal244223236
Binary111101001101111111101100
Octal364337354

Shades and tints

Shades of #F4DFEC

#F4DFEC
(244,223,236)
#DECBD7
(222,203,215)
#C8B7C2
(200,183,194)
#B2A3AD
(178,163,173)
#9C8F98
(156,143,152)
#867B83
(134,123,131)
#70676E
(112,103,110)
#5A5359
(90,83,89)
#443F44
(68,63,68)
#2E2B2F
(46,43,47)
#18171A
(24,23,26)
#000000
(0,0,0)

Tints of #F4DFEC

#F4DFEC
(244,223,236)
#F5E1ED
(245,225,237)
#F6E3EE
(246,227,238)
#F7E5EF
(247,229,239)
#F8E7F0
(248,231,240)
#F9E9F1
(249,233,241)
#FAEBF2
(250,235,242)
#FBEDF3
(251,237,243)
#FCEFF4
(252,239,244)
#FDF1F5
(253,241,245)
#FEF3F6
(254,243,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F4DFEC; }

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

This text font color is #F4DFEC.


Background Color

.myBgColor { background-color: #F4DFEC; }

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

This div background color is #F4DFEC.


Border color

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

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

This div border color is #F4DFEC.


Opacity

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

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

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

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

This text has shadow with #F4DFEC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F4DFEC on black background.


Color preview on white background

This text has color #F4DFEC on white background.



Black color preview on #F4DFEC background

This text has black color on #F4DFEC background.


White color preview on #F4DFEC background

This text has white color on #F4DFEC background.