COLOR #F9E0D4

HEX: #F9E0D4
RGB: (249,224,212)

Color info

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

RGB color model

#F9E0D4 color RGB value is (249,224,212).

  • red value is 249;
  • green value is 224;
  • blue value is 212.
RGB:
(249,224,212)
(98%,88%,83%)

RGB channels and saturation

R 249 of 255 = 98%
G 224 of 255 = 88%
B 212 of 255 = 83%

249
224
212

R + G + B ~ 90%. #F9E0D4 is light color.

Portions of RGB colors in percentages

R + G + B =
249 + 224 + 212 = 685 (100%)
R 249 of 685 ~ 36.35%
G 224 of 685 ~ 32.7%
B 212 of 685 ~ 30.95%

%36.35
%32.7
%30.95

CMYK color model

#F9E0D4 color CMYK value is (0,10,15,2).

  • cyan value is 0.00%
  • magenta value is 10.04%
  • yellow value is 14.86%
  • key color value is 2.35%
CMYK:
(0,10,15,2)
C0M10Y15K2 
(0%,10%,15%,2%)
(0.00/0.10/0.15/0.02)	

CMYK percentages

%0
%10.04
%14.86
%2.35

Codes

Color #F9E0D4 in popluar color models

F9E0D4
RGB249224212
HSL19°75.51%90.39%
HSB/HSV19°14.86%97.65%
CMYK0.00%10.04%14.86%
2.35%

Color #F9E0D4 in popluar number systems.

HEXF9E0D4
Decimal249224212
Binary111110011110000011010100
Octal371340324

Shades and tints

Shades of #F9E0D4

#F9E0D4
(249,224,212)
#E3CCC1
(227,204,193)
#CDB8AE
(205,184,174)
#B7A49B
(183,164,155)
#A19088
(161,144,136)
#8B7C75
(139,124,117)
#756862
(117,104,98)
#5F544F
(95,84,79)
#49403C
(73,64,60)
#332C29
(51,44,41)
#1D1816
(29,24,22)
#000000
(0,0,0)

Tints of #F9E0D4

#F9E0D4
(249,224,212)
#F9E2D7
(249,226,215)
#F9E4DA
(249,228,218)
#F9E6DD
(249,230,221)
#F9E8E0
(249,232,224)
#F9EAE3
(249,234,227)
#F9ECE6
(249,236,230)
#F9EEE9
(249,238,233)
#F9F0EC
(249,240,236)
#F9F2EF
(249,242,239)
#F9F4F2
(249,244,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F9E0D4 color. Also use rgb(249,224,212) instead hex code.

Text Font Color

.myTextColor { color: #F9E0D4; }

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

This text font color is #F9E0D4.


Background Color

.myBgColor { background-color: #F9E0D4; }

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

This div background color is #F9E0D4.


Border color

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

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

This div border color is #F9E0D4.


Opacity

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

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

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

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

This text has shadow with #F9E0D4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F9E0D4 on black background.


Color preview on white background

This text has color #F9E0D4 on white background.



Black color preview on #F9E0D4 background

This text has black color on #F9E0D4 background.


White color preview on #F9E0D4 background

This text has white color on #F9E0D4 background.