COLOR #F4E2FE

HEX: #F4E2FE
RGB: (244,226,254)

Color info

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

RGB color model

#F4E2FE color RGB value is (244,226,254).

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

RGB channels and saturation

R 244 of 255 = 96%
G 226 of 255 = 89%
B 254 of 255 = 100%

244
226
254

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

Portions of RGB colors in percentages

R + G + B =
244 + 226 + 254 = 724 (100%)
R 244 of 724 ~ 33.7%
G 226 of 724 ~ 31.22%
B 254 of 724 ~ 35.08%

%33.7
%31.22
%35.08

CMYK color model

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

  • cyan value is 3.94%
  • magenta value is 11.02%
  • 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.02
%0
%0.39

Codes

Color #F4E2FE in popluar color models

F4E2FE
RGB244226254
HSL279°93.33%94.12%
HSB/HSV279°11.02%99.61%
CMYK3.94%11.02%0.00%
0.39%

Color #F4E2FE in popluar number systems.

HEXF4E2FE
Decimal244226254
Binary111101001110001011111110
Octal364342376

Shades and tints

Shades of #F4E2FE

#F4E2FE
(244,226,254)
#DECEE7
(222,206,231)
#C8BAD0
(200,186,208)
#B2A6B9
(178,166,185)
#9C92A2
(156,146,162)
#867E8B
(134,126,139)
#706A74
(112,106,116)
#5A565D
(90,86,93)
#444246
(68,66,70)
#2E2E2F
(46,46,47)
#181A18
(24,26,24)
#000000
(0,0,0)

Tints of #F4E2FE

#F4E2FE
(244,226,254)
#F5E4FE
(245,228,254)
#F6E6FE
(246,230,254)
#F7E8FE
(247,232,254)
#F8EAFE
(248,234,254)
#F9ECFE
(249,236,254)
#FAEEFE
(250,238,254)
#FBF0FE
(251,240,254)
#FCF2FE
(252,242,254)
#FDF4FE
(253,244,254)
#FEF6FE
(254,246,254)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F4E2FE; }

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

This text font color is #F4E2FE.


Background Color

.myBgColor { background-color: #F4E2FE; }

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

This div background color is #F4E2FE.


Border color

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

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

This div border color is #F4E2FE.


Opacity

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

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

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

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

This text has shadow with #F4E2FE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F4E2FE on black background.


Color preview on white background

This text has color #F4E2FE on white background.



Black color preview on #F4E2FE background

This text has black color on #F4E2FE background.


White color preview on #F4E2FE background

This text has white color on #F4E2FE background.