COLOR #F9E5F4

HEX: #F9E5F4
RGB: (249,229,244)

Color info

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

RGB color model

#F9E5F4 color RGB value is (249,229,244).

  • red value is 249;
  • green value is 229;
  • blue value is 244.
RGB:
(249,229,244)
(98%,90%,96%)

RGB channels and saturation

R 249 of 255 = 98%
G 229 of 255 = 90%
B 244 of 255 = 96%

249
229
244

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

Portions of RGB colors in percentages

R + G + B =
249 + 229 + 244 = 722 (100%)
R 249 of 722 ~ 34.49%
G 229 of 722 ~ 31.72%
B 244 of 722 ~ 33.8%

%34.49
%31.72
%33.8

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 8.03%
  • yellow value is 2.01%
  • key color value is 2.35%
CMYK:
(0,8,2,2)
C0M8Y2K2 
(0%,8%,2%,2%)
(0.00/0.08/0.02/0.02)	

CMYK percentages

%0
%8.03
%2.01
%2.35

Codes

Color #F9E5F4 in popluar color models

F9E5F4
RGB249229244
HSL315°62.50%93.73%
HSB/HSV315°8.03%97.65%
CMYK0.00%8.03%2.01%
2.35%

Color #F9E5F4 in popluar number systems.

HEXF9E5F4
Decimal249229244
Binary111110011110010111110100
Octal371345364

Shades and tints

Shades of #F9E5F4

#F9E5F4
(249,229,244)
#E3D1DE
(227,209,222)
#CDBDC8
(205,189,200)
#B7A9B2
(183,169,178)
#A1959C
(161,149,156)
#8B8186
(139,129,134)
#756D70
(117,109,112)
#5F595A
(95,89,90)
#494544
(73,69,68)
#33312E
(51,49,46)
#1D1D18
(29,29,24)
#000000
(0,0,0)

Tints of #F9E5F4

#F9E5F4
(249,229,244)
#F9E7F5
(249,231,245)
#F9E9F6
(249,233,246)
#F9EBF7
(249,235,247)
#F9EDF8
(249,237,248)
#F9EFF9
(249,239,249)
#F9F1FA
(249,241,250)
#F9F3FB
(249,243,251)
#F9F5FC
(249,245,252)
#F9F7FD
(249,247,253)
#F9F9FE
(249,249,254)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F9E5F4 color. Also use rgb(249,229,244) instead hex code.

Text Font Color

.myTextColor { color: #F9E5F4; }

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

This text font color is #F9E5F4.


Background Color

.myBgColor { background-color: #F9E5F4; }

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

This div background color is #F9E5F4.


Border color

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

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

This div border color is #F9E5F4.


Opacity

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

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

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

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

This text has shadow with #F9E5F4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F9E5F4 on black background.


Color preview on white background

This text has color #F9E5F4 on white background.



Black color preview on #F9E5F4 background

This text has black color on #F9E5F4 background.


White color preview on #F9E5F4 background

This text has white color on #F9E5F4 background.