COLOR #F4E7FA

HEX: #F4E7FA
RGB: (244,231,250)

Color info

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

RGB color model

#F4E7FA color RGB value is (244,231,250).

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

RGB channels and saturation

R 244 of 255 = 96%
G 231 of 255 = 91%
B 250 of 255 = 98%

244
231
250

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

Portions of RGB colors in percentages

R + G + B =
244 + 231 + 250 = 725 (100%)
R 244 of 725 ~ 33.66%
G 231 of 725 ~ 31.86%
B 250 of 725 ~ 34.48%

%33.66
%31.86
%34.48

CMYK color model

#F4E7FA color CMYK value is (2,8,0,2).

  • cyan value is 2.40%
  • magenta value is 7.60%
  • yellow value is 0.00%
  • key color value is 1.96%
CMYK:
(2,8,0,2)
C2M8Y0K2 
(2%,8%,0%,2%)
(0.02/0.08/0.00/0.02)	

CMYK percentages

%2.4
%7.6
%0
%1.96

Codes

Color #F4E7FA in popluar color models

F4E7FA
RGB244231250
HSL281°65.52%94.31%
HSB/HSV281°7.60%98.04%
CMYK2.40%7.60%0.00%
1.96%

Color #F4E7FA in popluar number systems.

HEXF4E7FA
Decimal244231250
Binary111101001110011111111010
Octal364347372

Shades and tints

Shades of #F4E7FA

#F4E7FA
(244,231,250)
#DED2E4
(222,210,228)
#C8BDCE
(200,189,206)
#B2A8B8
(178,168,184)
#9C93A2
(156,147,162)
#867E8C
(134,126,140)
#706976
(112,105,118)
#5A5460
(90,84,96)
#443F4A
(68,63,74)
#2E2A34
(46,42,52)
#18151E
(24,21,30)
#000000
(0,0,0)

Tints of #F4E7FA

#F4E7FA
(244,231,250)
#F5E9FA
(245,233,250)
#F6EBFA
(246,235,250)
#F7EDFA
(247,237,250)
#F8EFFA
(248,239,250)
#F9F1FA
(249,241,250)
#FAF3FA
(250,243,250)
#FBF5FA
(251,245,250)
#FCF7FA
(252,247,250)
#FDF9FA
(253,249,250)
#FEFBFA
(254,251,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F4E7FA; }

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

This text font color is #F4E7FA.


Background Color

.myBgColor { background-color: #F4E7FA; }

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

This div background color is #F4E7FA.


Border color

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

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

This div border color is #F4E7FA.


Opacity

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

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

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

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

This text has shadow with #F4E7FA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F4E7FA on black background.


Color preview on white background

This text has color #F4E7FA on white background.



Black color preview on #F4E7FA background

This text has black color on #F4E7FA background.


White color preview on #F4E7FA background

This text has white color on #F4E7FA background.