COLOR #F4E3E5

HEX: #F4E3E5
RGB: (244,227,229)

Color info

#F4E3E5 contains red, green and blue colors in about the same proportion. Web safe color of #F4E3E5 is #FFCCCC (or #FCC).

RGB color model

#F4E3E5 color RGB value is (244,227,229).

  • red value is 244;
  • green value is 227;
  • blue value is 229.
RGB:
(244,227,229)
(96%,89%,90%)

RGB channels and saturation

R 244 of 255 = 96%
G 227 of 255 = 89%
B 229 of 255 = 90%

244
227
229

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

Portions of RGB colors in percentages

R + G + B =
244 + 227 + 229 = 700 (100%)
R 244 of 700 ~ 34.86%
G 227 of 700 ~ 32.43%
B 229 of 700 ~ 32.71%

%34.86
%32.43
%32.71

CMYK color model

#F4E3E5 color CMYK value is (0,7,6,4).

  • cyan value is 0.00%
  • magenta value is 6.97%
  • yellow value is 6.15%
  • key color value is 4.31%
CMYK:
(0,7,6,4)
C0M7Y6K4 
(0%,7%,6%,4%)
(0.00/0.07/0.06/0.04)	

CMYK percentages

%0
%6.97
%6.15
%4.31

Codes

Color #F4E3E5 in popluar color models

F4E3E5
RGB244227229
HSL353°43.59%92.35%
HSB/HSV353°6.97%95.69%
CMYK0.00%6.97%6.15%
4.31%

Color #F4E3E5 in popluar number systems.

HEXF4E3E5
Decimal244227229
Binary111101001110001111100101
Octal364343345

Shades and tints

Shades of #F4E3E5

#F4E3E5
(244,227,229)
#DECFD1
(222,207,209)
#C8BBBD
(200,187,189)
#B2A7A9
(178,167,169)
#9C9395
(156,147,149)
#867F81
(134,127,129)
#706B6D
(112,107,109)
#5A5759
(90,87,89)
#444345
(68,67,69)
#2E2F31
(46,47,49)
#181B1D
(24,27,29)
#000000
(0,0,0)

Tints of #F4E3E5

#F4E3E5
(244,227,229)
#F5E5E7
(245,229,231)
#F6E7E9
(246,231,233)
#F7E9EB
(247,233,235)
#F8EBED
(248,235,237)
#F9EDEF
(249,237,239)
#FAEFF1
(250,239,241)
#FBF1F3
(251,241,243)
#FCF3F5
(252,243,245)
#FDF5F7
(253,245,247)
#FEF7F9
(254,247,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F4E3E5 color. Also use rgb(244,227,229) instead hex code.

Text Font Color

.myTextColor { color: #F4E3E5; }

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

This text font color is #F4E3E5.


Background Color

.myBgColor { background-color: #F4E3E5; }

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

This div background color is #F4E3E5.


Border color

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

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

This div border color is #F4E3E5.


Opacity

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

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

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

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

This text has shadow with #F4E3E5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F4E3E5 on black background.


Color preview on white background

This text has color #F4E3E5 on white background.



Black color preview on #F4E3E5 background

This text has black color on #F4E3E5 background.


White color preview on #F4E3E5 background

This text has white color on #F4E3E5 background.