COLOR #F4E8FA

HEX: #F4E8FA
RGB: (244,232,250)

Color info

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

RGB color model

#F4E8FA color RGB value is (244,232,250).

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

RGB channels and saturation

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

244
232
250

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

Portions of RGB colors in percentages

R + G + B =
244 + 232 + 250 = 726 (100%)
R 244 of 726 ~ 33.61%
G 232 of 726 ~ 31.96%
B 250 of 726 ~ 34.44%

%33.61
%31.96
%34.44

CMYK color model

#F4E8FA color CMYK value is (2,7,0,2).

  • cyan value is 2.40%
  • magenta value is 7.20%
  • yellow value is 0.00%
  • key color value is 1.96%
CMYK:
(2,7,0,2)
C2M7Y0K2 
(2%,7%,0%,2%)
(0.02/0.07/0.00/0.02)	

CMYK percentages

%2.4
%7.2
%0
%1.96

Codes

Color #F4E8FA in popluar color models

F4E8FA
RGB244232250
HSL280°64.29%94.51%
HSB/HSV280°7.20%98.04%
CMYK2.40%7.20%0.00%
1.96%

Color #F4E8FA in popluar number systems.

HEXF4E8FA
Decimal244232250
Binary111101001110100011111010
Octal364350372

Shades and tints

Shades of #F4E8FA

#F4E8FA
(244,232,250)
#DED3E4
(222,211,228)
#C8BECE
(200,190,206)
#B2A9B8
(178,169,184)
#9C94A2
(156,148,162)
#867F8C
(134,127,140)
#706A76
(112,106,118)
#5A5560
(90,85,96)
#44404A
(68,64,74)
#2E2B34
(46,43,52)
#18161E
(24,22,30)
#000000
(0,0,0)

Tints of #F4E8FA

#F4E8FA
(244,232,250)
#F5EAFA
(245,234,250)
#F6ECFA
(246,236,250)
#F7EEFA
(247,238,250)
#F8F0FA
(248,240,250)
#F9F2FA
(249,242,250)
#FAF4FA
(250,244,250)
#FBF6FA
(251,246,250)
#FCF8FA
(252,248,250)
#FDFAFA
(253,250,250)
#FEFCFA
(254,252,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F4E8FA; }

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

This text font color is #F4E8FA.


Background Color

.myBgColor { background-color: #F4E8FA; }

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

This div background color is #F4E8FA.


Border color

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

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

This div border color is #F4E8FA.


Opacity

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

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

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

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

This text has shadow with #F4E8FA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F4E8FA on black background.


Color preview on white background

This text has color #F4E8FA on white background.



Black color preview on #F4E8FA background

This text has black color on #F4E8FA background.


White color preview on #F4E8FA background

This text has white color on #F4E8FA background.