COLOR #F4E0F7

HEX: #F4E0F7
RGB: (244,224,247)

Color info

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

RGB color model

#F4E0F7 color RGB value is (244,224,247).

  • red value is 244;
  • green value is 224;
  • blue value is 247.
RGB:
(244,224,247)
(96%,88%,97%)

RGB channels and saturation

R 244 of 255 = 96%
G 224 of 255 = 88%
B 247 of 255 = 97%

244
224
247

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

Portions of RGB colors in percentages

R + G + B =
244 + 224 + 247 = 715 (100%)
R 244 of 715 ~ 34.13%
G 224 of 715 ~ 31.33%
B 247 of 715 ~ 34.55%

%34.13
%31.33
%34.55

CMYK color model

#F4E0F7 color CMYK value is (1,9,0,3).

  • cyan value is 1.21%
  • magenta value is 9.31%
  • yellow value is 0.00%
  • key color value is 3.14%
CMYK:
(1,9,0,3)
C1M9Y0K3 
(1%,9%,0%,3%)
(0.01/0.09/0.00/0.03)	

CMYK percentages

%1.21
%9.31
%0
%3.14

Codes

Color #F4E0F7 in popluar color models

F4E0F7
RGB244224247
HSL292°58.97%92.35%
HSB/HSV292°9.31%96.86%
CMYK1.21%9.31%0.00%
3.14%

Color #F4E0F7 in popluar number systems.

HEXF4E0F7
Decimal244224247
Binary111101001110000011110111
Octal364340367

Shades and tints

Shades of #F4E0F7

#F4E0F7
(244,224,247)
#DECCE1
(222,204,225)
#C8B8CB
(200,184,203)
#B2A4B5
(178,164,181)
#9C909F
(156,144,159)
#867C89
(134,124,137)
#706873
(112,104,115)
#5A545D
(90,84,93)
#444047
(68,64,71)
#2E2C31
(46,44,49)
#18181B
(24,24,27)
#000000
(0,0,0)

Tints of #F4E0F7

#F4E0F7
(244,224,247)
#F5E2F7
(245,226,247)
#F6E4F7
(246,228,247)
#F7E6F7
(247,230,247)
#F8E8F7
(248,232,247)
#F9EAF7
(249,234,247)
#FAECF7
(250,236,247)
#FBEEF7
(251,238,247)
#FCF0F7
(252,240,247)
#FDF2F7
(253,242,247)
#FEF4F7
(254,244,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F4E0F7 color. Also use rgb(244,224,247) instead hex code.

Text Font Color

.myTextColor { color: #F4E0F7; }

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

This text font color is #F4E0F7.


Background Color

.myBgColor { background-color: #F4E0F7; }

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

This div background color is #F4E0F7.


Border color

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

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

This div border color is #F4E0F7.


Opacity

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

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

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

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

This text has shadow with #F4E0F7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F4E0F7 on black background.


Color preview on white background

This text has color #F4E0F7 on white background.



Black color preview on #F4E0F7 background

This text has black color on #F4E0F7 background.


White color preview on #F4E0F7 background

This text has white color on #F4E0F7 background.