COLOR #F9DEDA

HEX: #F9DEDA
RGB: (249,222,218)

Color info

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

RGB color model

#F9DEDA color RGB value is (249,222,218).

  • red value is 249;
  • green value is 222;
  • blue value is 218.
RGB:
(249,222,218)
(98%,87%,85%)

RGB channels and saturation

R 249 of 255 = 98%
G 222 of 255 = 87%
B 218 of 255 = 85%

249
222
218

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

Portions of RGB colors in percentages

R + G + B =
249 + 222 + 218 = 689 (100%)
R 249 of 689 ~ 36.14%
G 222 of 689 ~ 32.22%
B 218 of 689 ~ 31.64%

%36.14
%32.22
%31.64

CMYK color model

#F9DEDA color CMYK value is (0,11,12,2).

  • cyan value is 0.00%
  • magenta value is 10.84%
  • yellow value is 12.45%
  • key color value is 2.35%
CMYK:
(0,11,12,2)
C0M11Y12K2 
(0%,11%,12%,2%)
(0.00/0.11/0.12/0.02)	

CMYK percentages

%0
%10.84
%12.45
%2.35

Codes

Color #F9DEDA in popluar color models

F9DEDA
RGB249222218
HSL72.09%91.57%
HSB/HSV12.45%97.65%
CMYK0.00%10.84%12.45%
2.35%

Color #F9DEDA in popluar number systems.

HEXF9DEDA
Decimal249222218
Binary111110011101111011011010
Octal371336332

Shades and tints

Shades of #F9DEDA

#F9DEDA
(249,222,218)
#E3CAC7
(227,202,199)
#CDB6B4
(205,182,180)
#B7A2A1
(183,162,161)
#A18E8E
(161,142,142)
#8B7A7B
(139,122,123)
#756668
(117,102,104)
#5F5255
(95,82,85)
#493E42
(73,62,66)
#332A2F
(51,42,47)
#1D161C
(29,22,28)
#000000
(0,0,0)

Tints of #F9DEDA

#F9DEDA
(249,222,218)
#F9E1DD
(249,225,221)
#F9E4E0
(249,228,224)
#F9E7E3
(249,231,227)
#F9EAE6
(249,234,230)
#F9EDE9
(249,237,233)
#F9F0EC
(249,240,236)
#F9F3EF
(249,243,239)
#F9F6F2
(249,246,242)
#F9F9F5
(249,249,245)
#F9FCF8
(249,252,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F9DEDA color. Also use rgb(249,222,218) instead hex code.

Text Font Color

.myTextColor { color: #F9DEDA; }

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

This text font color is #F9DEDA.


Background Color

.myBgColor { background-color: #F9DEDA; }

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

This div background color is #F9DEDA.


Border color

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

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

This div border color is #F9DEDA.


Opacity

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

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

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

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

This text has shadow with #F9DEDA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F9DEDA on black background.


Color preview on white background

This text has color #F9DEDA on white background.



Black color preview on #F9DEDA background

This text has black color on #F9DEDA background.


White color preview on #F9DEDA background

This text has white color on #F9DEDA background.