COLOR #F4E7F6

HEX: #F4E7F6
RGB: (244,231,246)

Color info

#F4E7F6 contains red, green and blue colors in about the same proportion. Web safe color of #F4E7F6 is #FFFFFF (or #FFF).

RGB color model

#F4E7F6 color RGB value is (244,231,246).

  • red value is 244;
  • green value is 231;
  • blue value is 246.
RGB:
(244,231,246)
(96%,91%,96%)

RGB channels and saturation

R 244 of 255 = 96%
G 231 of 255 = 91%
B 246 of 255 = 96%

244
231
246

R + G + B ~ 94%. #F4E7F6 is light color.

Portions of RGB colors in percentages

R + G + B =
244 + 231 + 246 = 721 (100%)
R 244 of 721 ~ 33.84%
G 231 of 721 ~ 32.04%
B 246 of 721 ~ 34.12%

%33.84
%32.04
%34.12

CMYK color model

#F4E7F6 color CMYK value is (1,6,0,4).

  • cyan value is 0.81%
  • magenta value is 6.10%
  • yellow value is 0.00%
  • key color value is 3.53%
CMYK:
(1,6,0,4)
C1M6Y0K4 
(1%,6%,0%,4%)
(0.01/0.06/0.00/0.04)	

CMYK percentages

%0.81
%6.1
%0
%3.53

Codes

Color #F4E7F6 in popluar color models

F4E7F6
RGB244231246
HSL292°45.45%93.53%
HSB/HSV292°6.10%96.47%
CMYK0.81%6.10%0.00%
3.53%

Color #F4E7F6 in popluar number systems.

HEXF4E7F6
Decimal244231246
Binary111101001110011111110110
Octal364347366

Shades and tints

Shades of #F4E7F6

#F4E7F6
(244,231,246)
#DED2E0
(222,210,224)
#C8BDCA
(200,189,202)
#B2A8B4
(178,168,180)
#9C939E
(156,147,158)
#867E88
(134,126,136)
#706972
(112,105,114)
#5A545C
(90,84,92)
#443F46
(68,63,70)
#2E2A30
(46,42,48)
#18151A
(24,21,26)
#000000
(0,0,0)

Tints of #F4E7F6

#F4E7F6
(244,231,246)
#F5E9F6
(245,233,246)
#F6EBF6
(246,235,246)
#F7EDF6
(247,237,246)
#F8EFF6
(248,239,246)
#F9F1F6
(249,241,246)
#FAF3F6
(250,243,246)
#FBF5F6
(251,245,246)
#FCF7F6
(252,247,246)
#FDF9F6
(253,249,246)
#FEFBF6
(254,251,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F4E7F6 color. Also use rgb(244,231,246) instead hex code.

Text Font Color

.myTextColor { color: #F4E7F6; }

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

This text font color is #F4E7F6.


Background Color

.myBgColor { background-color: #F4E7F6; }

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

This div background color is #F4E7F6.


Border color

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

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

This div border color is #F4E7F6.


Opacity

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

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

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

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

This text has shadow with #F4E7F6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F4E7F6 on black background.


Color preview on white background

This text has color #F4E7F6 on white background.



Black color preview on #F4E7F6 background

This text has black color on #F4E7F6 background.


White color preview on #F4E7F6 background

This text has white color on #F4E7F6 background.