COLOR #F9EBDB

HEX: #F9EBDB
RGB: (249,235,219)

Color info

#F9EBDB contains red, green and blue colors in about the same proportion. Web safe color of #F9EBDB is #FFFFCC (or #FFC).

RGB color model

#F9EBDB color RGB value is (249,235,219).

  • red value is 249;
  • green value is 235;
  • blue value is 219.
RGB:
(249,235,219)
(98%,92%,86%)

RGB channels and saturation

R 249 of 255 = 98%
G 235 of 255 = 92%
B 219 of 255 = 86%

249
235
219

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

Portions of RGB colors in percentages

R + G + B =
249 + 235 + 219 = 703 (100%)
R 249 of 703 ~ 35.42%
G 235 of 703 ~ 33.43%
B 219 of 703 ~ 31.15%

%35.42
%33.43
%31.15

CMYK color model

#F9EBDB color CMYK value is (0,6,12,2).

  • cyan value is 0.00%
  • magenta value is 5.62%
  • yellow value is 12.05%
  • key color value is 2.35%
CMYK:
(0,6,12,2)
C0M6Y12K2 
(0%,6%,12%,2%)
(0.00/0.06/0.12/0.02)	

CMYK percentages

%0
%5.62
%12.05
%2.35

Codes

Color #F9EBDB in popluar color models

F9EBDB
RGB249235219
HSL32°71.43%91.76%
HSB/HSV32°12.05%97.65%
CMYK0.00%5.62%12.05%
2.35%

Color #F9EBDB in popluar number systems.

HEXF9EBDB
Decimal249235219
Binary111110011110101111011011
Octal371353333

Shades and tints

Shades of #F9EBDB

#F9EBDB
(249,235,219)
#E3D6C8
(227,214,200)
#CDC1B5
(205,193,181)
#B7ACA2
(183,172,162)
#A1978F
(161,151,143)
#8B827C
(139,130,124)
#756D69
(117,109,105)
#5F5856
(95,88,86)
#494343
(73,67,67)
#332E30
(51,46,48)
#1D191D
(29,25,29)
#000000
(0,0,0)

Tints of #F9EBDB

#F9EBDB
(249,235,219)
#F9ECDE
(249,236,222)
#F9EDE1
(249,237,225)
#F9EEE4
(249,238,228)
#F9EFE7
(249,239,231)
#F9F0EA
(249,240,234)
#F9F1ED
(249,241,237)
#F9F2F0
(249,242,240)
#F9F3F3
(249,243,243)
#F9F4F6
(249,244,246)
#F9F5F9
(249,245,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F9EBDB color. Also use rgb(249,235,219) instead hex code.

Text Font Color

.myTextColor { color: #F9EBDB; }

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

This text font color is #F9EBDB.


Background Color

.myBgColor { background-color: #F9EBDB; }

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

This div background color is #F9EBDB.


Border color

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

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

This div border color is #F9EBDB.


Opacity

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

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

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

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

This text has shadow with #F9EBDB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F9EBDB on black background.


Color preview on white background

This text has color #F9EBDB on white background.



Black color preview on #F9EBDB background

This text has black color on #F9EBDB background.


White color preview on #F9EBDB background

This text has white color on #F9EBDB background.