COLOR #F4E1FE

HEX: #F4E1FE
RGB: (244,225,254)

Color info

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

RGB color model

#F4E1FE color RGB value is (244,225,254).

  • red value is 244;
  • green value is 225;
  • blue value is 254.
RGB:
(244,225,254)
(96%,88%,100%)

RGB channels and saturation

R 244 of 255 = 96%
G 225 of 255 = 88%
B 254 of 255 = 100%

244
225
254

R + G + B ~ 95%. #F4E1FE is light color.

Portions of RGB colors in percentages

R + G + B =
244 + 225 + 254 = 723 (100%)
R 244 of 723 ~ 33.75%
G 225 of 723 ~ 31.12%
B 254 of 723 ~ 35.13%

%33.75
%31.12
%35.13

CMYK color model

#F4E1FE color CMYK value is (4,11,0,0).

  • cyan value is 3.94%
  • magenta value is 11.42%
  • yellow value is 0.00%
  • key color value is 0.39%
CMYK:
(4,11,0,0)
C4M11Y0K0 
(4%,11%,0%,0%)
(0.04/0.11/0.00/0.00)	

CMYK percentages

%3.94
%11.42
%0
%0.39

Codes

Color #F4E1FE in popluar color models

F4E1FE
RGB244225254
HSL279°93.55%93.92%
HSB/HSV279°11.42%99.61%
CMYK3.94%11.42%0.00%
0.39%

Color #F4E1FE in popluar number systems.

HEXF4E1FE
Decimal244225254
Binary111101001110000111111110
Octal364341376

Shades and tints

Shades of #F4E1FE

#F4E1FE
(244,225,254)
#DECDE7
(222,205,231)
#C8B9D0
(200,185,208)
#B2A5B9
(178,165,185)
#9C91A2
(156,145,162)
#867D8B
(134,125,139)
#706974
(112,105,116)
#5A555D
(90,85,93)
#444146
(68,65,70)
#2E2D2F
(46,45,47)
#181918
(24,25,24)
#000000
(0,0,0)

Tints of #F4E1FE

#F4E1FE
(244,225,254)
#F5E3FE
(245,227,254)
#F6E5FE
(246,229,254)
#F7E7FE
(247,231,254)
#F8E9FE
(248,233,254)
#F9EBFE
(249,235,254)
#FAEDFE
(250,237,254)
#FBEFFE
(251,239,254)
#FCF1FE
(252,241,254)
#FDF3FE
(253,243,254)
#FEF5FE
(254,245,254)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F4E1FE color. Also use rgb(244,225,254) instead hex code.

Text Font Color

.myTextColor { color: #F4E1FE; }

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

This text font color is #F4E1FE.


Background Color

.myBgColor { background-color: #F4E1FE; }

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

This div background color is #F4E1FE.


Border color

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

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

This div border color is #F4E1FE.


Opacity

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

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

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

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

This text has shadow with #F4E1FE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F4E1FE on black background.


Color preview on white background

This text has color #F4E1FE on white background.



Black color preview on #F4E1FE background

This text has black color on #F4E1FE background.


White color preview on #F4E1FE background

This text has white color on #F4E1FE background.