COLOR #F9E3DD

HEX: #F9E3DD
RGB: (249,227,221)

Color info

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

RGB color model

#F9E3DD color RGB value is (249,227,221).

  • red value is 249;
  • green value is 227;
  • blue value is 221.
RGB:
(249,227,221)
(98%,89%,87%)

RGB channels and saturation

R 249 of 255 = 98%
G 227 of 255 = 89%
B 221 of 255 = 87%

249
227
221

R + G + B ~ 91%. #F9E3DD is light color.

Portions of RGB colors in percentages

R + G + B =
249 + 227 + 221 = 697 (100%)
R 249 of 697 ~ 35.72%
G 227 of 697 ~ 32.57%
B 221 of 697 ~ 31.71%

%35.72
%32.57
%31.71

CMYK color model

#F9E3DD color CMYK value is (0,9,11,2).

  • cyan value is 0.00%
  • magenta value is 8.84%
  • yellow value is 11.24%
  • key color value is 2.35%
CMYK:
(0,9,11,2)
C0M9Y11K2 
(0%,9%,11%,2%)
(0.00/0.09/0.11/0.02)	

CMYK percentages

%0
%8.84
%11.24
%2.35

Codes

Color #F9E3DD in popluar color models

F9E3DD
RGB249227221
HSL13°70.00%92.16%
HSB/HSV13°11.24%97.65%
CMYK0.00%8.84%11.24%
2.35%

Color #F9E3DD in popluar number systems.

HEXF9E3DD
Decimal249227221
Binary111110011110001111011101
Octal371343335

Shades and tints

Shades of #F9E3DD

#F9E3DD
(249,227,221)
#E3CFC9
(227,207,201)
#CDBBB5
(205,187,181)
#B7A7A1
(183,167,161)
#A1938D
(161,147,141)
#8B7F79
(139,127,121)
#756B65
(117,107,101)
#5F5751
(95,87,81)
#49433D
(73,67,61)
#332F29
(51,47,41)
#1D1B15
(29,27,21)
#000000
(0,0,0)

Tints of #F9E3DD

#F9E3DD
(249,227,221)
#F9E5E0
(249,229,224)
#F9E7E3
(249,231,227)
#F9E9E6
(249,233,230)
#F9EBE9
(249,235,233)
#F9EDEC
(249,237,236)
#F9EFEF
(249,239,239)
#F9F1F2
(249,241,242)
#F9F3F5
(249,243,245)
#F9F5F8
(249,245,248)
#F9F7FB
(249,247,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F9E3DD color. Also use rgb(249,227,221) instead hex code.

Text Font Color

.myTextColor { color: #F9E3DD; }

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

This text font color is #F9E3DD.


Background Color

.myBgColor { background-color: #F9E3DD; }

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

This div background color is #F9E3DD.


Border color

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

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

This div border color is #F9E3DD.


Opacity

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

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

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

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

This text has shadow with #F9E3DD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F9E3DD on black background.


Color preview on white background

This text has color #F9E3DD on white background.



Black color preview on #F9E3DD background

This text has black color on #F9E3DD background.


White color preview on #F9E3DD background

This text has white color on #F9E3DD background.