COLOR #F9E4FC

HEX: #F9E4FC
RGB: (249,228,252)

Color info

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

RGB color model

#F9E4FC color RGB value is (249,228,252).

  • red value is 249;
  • green value is 228;
  • blue value is 252.
RGB:
(249,228,252)
(98%,89%,99%)

RGB channels and saturation

R 249 of 255 = 98%
G 228 of 255 = 89%
B 252 of 255 = 99%

249
228
252

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

Portions of RGB colors in percentages

R + G + B =
249 + 228 + 252 = 729 (100%)
R 249 of 729 ~ 34.16%
G 228 of 729 ~ 31.28%
B 252 of 729 ~ 34.57%

%34.16
%31.28
%34.57

CMYK color model

#F9E4FC color CMYK value is (1,10,0,1).

  • cyan value is 1.19%
  • magenta value is 9.52%
  • yellow value is 0.00%
  • key color value is 1.18%
CMYK:
(1,10,0,1)
C1M10Y0K1 
(1%,10%,0%,1%)
(0.01/0.10/0.00/0.01)	

CMYK percentages

%1.19
%9.52
%0
%1.18

Codes

Color #F9E4FC in popluar color models

F9E4FC
RGB249228252
HSL293°80.00%94.12%
HSB/HSV293°9.52%98.82%
CMYK1.19%9.52%0.00%
1.18%

Color #F9E4FC in popluar number systems.

HEXF9E4FC
Decimal249228252
Binary111110011110010011111100
Octal371344374

Shades and tints

Shades of #F9E4FC

#F9E4FC
(249,228,252)
#E3D0E6
(227,208,230)
#CDBCD0
(205,188,208)
#B7A8BA
(183,168,186)
#A194A4
(161,148,164)
#8B808E
(139,128,142)
#756C78
(117,108,120)
#5F5862
(95,88,98)
#49444C
(73,68,76)
#333036
(51,48,54)
#1D1C20
(29,28,32)
#000000
(0,0,0)

Tints of #F9E4FC

#F9E4FC
(249,228,252)
#F9E6FC
(249,230,252)
#F9E8FC
(249,232,252)
#F9EAFC
(249,234,252)
#F9ECFC
(249,236,252)
#F9EEFC
(249,238,252)
#F9F0FC
(249,240,252)
#F9F2FC
(249,242,252)
#F9F4FC
(249,244,252)
#F9F6FC
(249,246,252)
#F9F8FC
(249,248,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F9E4FC color. Also use rgb(249,228,252) instead hex code.

Text Font Color

.myTextColor { color: #F9E4FC; }

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

This text font color is #F9E4FC.


Background Color

.myBgColor { background-color: #F9E4FC; }

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

This div background color is #F9E4FC.


Border color

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

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

This div border color is #F9E4FC.


Opacity

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

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

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

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

This text has shadow with #F9E4FC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F9E4FC on black background.


Color preview on white background

This text has color #F9E4FC on white background.



Black color preview on #F9E4FC background

This text has black color on #F9E4FC background.


White color preview on #F9E4FC background

This text has white color on #F9E4FC background.