COLOR #F4E4EE

HEX: #F4E4EE
RGB: (244,228,238)

Color info

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

RGB color model

#F4E4EE color RGB value is (244,228,238).

  • red value is 244;
  • green value is 228;
  • blue value is 238.
RGB:
(244,228,238)
(96%,89%,93%)

RGB channels and saturation

R 244 of 255 = 96%
G 228 of 255 = 89%
B 238 of 255 = 93%

244
228
238

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

Portions of RGB colors in percentages

R + G + B =
244 + 228 + 238 = 710 (100%)
R 244 of 710 ~ 34.37%
G 228 of 710 ~ 32.11%
B 238 of 710 ~ 33.52%

%34.37
%32.11
%33.52

CMYK color model

#F4E4EE color CMYK value is (0,7,2,4).

  • cyan value is 0.00%
  • magenta value is 6.56%
  • yellow value is 2.46%
  • key color value is 4.31%
CMYK:
(0,7,2,4)
C0M7Y2K4 
(0%,7%,2%,4%)
(0.00/0.07/0.02/0.04)	

CMYK percentages

%0
%6.56
%2.46
%4.31

Codes

Color #F4E4EE in popluar color models

F4E4EE
RGB244228238
HSL323°42.11%92.55%
HSB/HSV323°6.56%95.69%
CMYK0.00%6.56%2.46%
4.31%

Color #F4E4EE in popluar number systems.

HEXF4E4EE
Decimal244228238
Binary111101001110010011101110
Octal364344356

Shades and tints

Shades of #F4E4EE

#F4E4EE
(244,228,238)
#DED0D9
(222,208,217)
#C8BCC4
(200,188,196)
#B2A8AF
(178,168,175)
#9C949A
(156,148,154)
#868085
(134,128,133)
#706C70
(112,108,112)
#5A585B
(90,88,91)
#444446
(68,68,70)
#2E3031
(46,48,49)
#181C1C
(24,28,28)
#000000
(0,0,0)

Tints of #F4E4EE

#F4E4EE
(244,228,238)
#F5E6EF
(245,230,239)
#F6E8F0
(246,232,240)
#F7EAF1
(247,234,241)
#F8ECF2
(248,236,242)
#F9EEF3
(249,238,243)
#FAF0F4
(250,240,244)
#FBF2F5
(251,242,245)
#FCF4F6
(252,244,246)
#FDF6F7
(253,246,247)
#FEF8F8
(254,248,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F4E4EE color. Also use rgb(244,228,238) instead hex code.

Text Font Color

.myTextColor { color: #F4E4EE; }

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

This text font color is #F4E4EE.


Background Color

.myBgColor { background-color: #F4E4EE; }

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

This div background color is #F4E4EE.


Border color

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

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

This div border color is #F4E4EE.


Opacity

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

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

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

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

This text has shadow with #F4E4EE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F4E4EE on black background.


Color preview on white background

This text has color #F4E4EE on white background.



Black color preview on #F4E4EE background

This text has black color on #F4E4EE background.


White color preview on #F4E4EE background

This text has white color on #F4E4EE background.