COLOR #F4DFEA

HEX: #F4DFEA
RGB: (244,223,234)

Color info

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

RGB color model

#F4DFEA color RGB value is (244,223,234).

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

RGB channels and saturation

R 244 of 255 = 96%
G 223 of 255 = 87%
B 234 of 255 = 92%

244
223
234

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

Portions of RGB colors in percentages

R + G + B =
244 + 223 + 234 = 701 (100%)
R 244 of 701 ~ 34.81%
G 223 of 701 ~ 31.81%
B 234 of 701 ~ 33.38%

%34.81
%31.81
%33.38

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 8.61%
  • yellow value is 4.10%
  • key color value is 4.31%
CMYK:
(0,9,4,4)
C0M9Y4K4 
(0%,9%,4%,4%)
(0.00/0.09/0.04/0.04)	

CMYK percentages

%0
%8.61
%4.1
%4.31

Codes

Color #F4DFEA in popluar color models

F4DFEA
RGB244223234
HSL329°48.84%91.57%
HSB/HSV329°8.61%95.69%
CMYK0.00%8.61%4.10%
4.31%

Color #F4DFEA in popluar number systems.

HEXF4DFEA
Decimal244223234
Binary111101001101111111101010
Octal364337352

Shades and tints

Shades of #F4DFEA

#F4DFEA
(244,223,234)
#DECBD5
(222,203,213)
#C8B7C0
(200,183,192)
#B2A3AB
(178,163,171)
#9C8F96
(156,143,150)
#867B81
(134,123,129)
#70676C
(112,103,108)
#5A5357
(90,83,87)
#443F42
(68,63,66)
#2E2B2D
(46,43,45)
#181718
(24,23,24)
#000000
(0,0,0)

Tints of #F4DFEA

#F4DFEA
(244,223,234)
#F5E1EB
(245,225,235)
#F6E3EC
(246,227,236)
#F7E5ED
(247,229,237)
#F8E7EE
(248,231,238)
#F9E9EF
(249,233,239)
#FAEBF0
(250,235,240)
#FBEDF1
(251,237,241)
#FCEFF2
(252,239,242)
#FDF1F3
(253,241,243)
#FEF3F4
(254,243,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F4DFEA; }

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

This text font color is #F4DFEA.


Background Color

.myBgColor { background-color: #F4DFEA; }

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

This div background color is #F4DFEA.


Border color

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

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

This div border color is #F4DFEA.


Opacity

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

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

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

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

This text has shadow with #F4DFEA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F4DFEA on black background.


Color preview on white background

This text has color #F4DFEA on white background.



Black color preview on #F4DFEA background

This text has black color on #F4DFEA background.


White color preview on #F4DFEA background

This text has white color on #F4DFEA background.