COLOR #F9E4E1

HEX: #F9E4E1
RGB: (249,228,225)

Color info

#F9E4E1 contains red, green and blue colors in about the same proportion. Web safe color of #F9E4E1 is #FFCCCC (or #FCC).

RGB color model

#F9E4E1 color RGB value is (249,228,225).

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

RGB channels and saturation

R 249 of 255 = 98%
G 228 of 255 = 89%
B 225 of 255 = 88%

249
228
225

R + G + B ~ 92%. #F9E4E1 is light color.

Portions of RGB colors in percentages

R + G + B =
249 + 228 + 225 = 702 (100%)
R 249 of 702 ~ 35.47%
G 228 of 702 ~ 32.48%
B 225 of 702 ~ 32.05%

%35.47
%32.48
%32.05

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 8.43%
  • yellow value is 9.64%
  • key color value is 2.35%
CMYK:
(0,8,10,2)
C0M8Y10K2 
(0%,8%,10%,2%)
(0.00/0.08/0.10/0.02)	

CMYK percentages

%0
%8.43
%9.64
%2.35

Codes

Color #F9E4E1 in popluar color models

F9E4E1
RGB249228225
HSL66.67%92.94%
HSB/HSV9.64%97.65%
CMYK0.00%8.43%9.64%
2.35%

Color #F9E4E1 in popluar number systems.

HEXF9E4E1
Decimal249228225
Binary111110011110010011100001
Octal371344341

Shades and tints

Shades of #F9E4E1

#F9E4E1
(249,228,225)
#E3D0CD
(227,208,205)
#CDBCB9
(205,188,185)
#B7A8A5
(183,168,165)
#A19491
(161,148,145)
#8B807D
(139,128,125)
#756C69
(117,108,105)
#5F5855
(95,88,85)
#494441
(73,68,65)
#33302D
(51,48,45)
#1D1C19
(29,28,25)
#000000
(0,0,0)

Tints of #F9E4E1

#F9E4E1
(249,228,225)
#F9E6E3
(249,230,227)
#F9E8E5
(249,232,229)
#F9EAE7
(249,234,231)
#F9ECE9
(249,236,233)
#F9EEEB
(249,238,235)
#F9F0ED
(249,240,237)
#F9F2EF
(249,242,239)
#F9F4F1
(249,244,241)
#F9F6F3
(249,246,243)
#F9F8F5
(249,248,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F9E4E1; }

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

This text font color is #F9E4E1.


Background Color

.myBgColor { background-color: #F9E4E1; }

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

This div background color is #F9E4E1.


Border color

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

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

This div border color is #F9E4E1.


Opacity

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

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

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

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

This text has shadow with #F9E4E1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F9E4E1 on black background.


Color preview on white background

This text has color #F9E4E1 on white background.



Black color preview on #F9E4E1 background

This text has black color on #F9E4E1 background.


White color preview on #F9E4E1 background

This text has white color on #F9E4E1 background.