COLOR #F9EBEF

HEX: #F9EBEF
RGB: (249,235,239)

Color info

#F9EBEF contains red, green and blue colors in about the same proportion. Web safe color of #F9EBEF is #FFFFFF (or #FFF).

RGB color model

#F9EBEF color RGB value is (249,235,239).

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

RGB channels and saturation

R 249 of 255 = 98%
G 235 of 255 = 92%
B 239 of 255 = 94%

249
235
239

R + G + B ~ 95%. #F9EBEF is light color.

Portions of RGB colors in percentages

R + G + B =
249 + 235 + 239 = 723 (100%)
R 249 of 723 ~ 34.44%
G 235 of 723 ~ 32.5%
B 239 of 723 ~ 33.06%

%34.44
%32.5
%33.06

CMYK color model

#F9EBEF color CMYK value is (0,6,4,2).

  • cyan value is 0.00%
  • magenta value is 5.62%
  • yellow value is 4.02%
  • key color value is 2.35%
CMYK:
(0,6,4,2)
C0M6Y4K2 
(0%,6%,4%,2%)
(0.00/0.06/0.04/0.02)	

CMYK percentages

%0
%5.62
%4.02
%2.35

Codes

Color #F9EBEF in popluar color models

F9EBEF
RGB249235239
HSL343°53.85%94.90%
HSB/HSV343°5.62%97.65%
CMYK0.00%5.62%4.02%
2.35%

Color #F9EBEF in popluar number systems.

HEXF9EBEF
Decimal249235239
Binary111110011110101111101111
Octal371353357

Shades and tints

Shades of #F9EBEF

#F9EBEF
(249,235,239)
#E3D6DA
(227,214,218)
#CDC1C5
(205,193,197)
#B7ACB0
(183,172,176)
#A1979B
(161,151,155)
#8B8286
(139,130,134)
#756D71
(117,109,113)
#5F585C
(95,88,92)
#494347
(73,67,71)
#332E32
(51,46,50)
#1D191D
(29,25,29)
#000000
(0,0,0)

Tints of #F9EBEF

#F9EBEF
(249,235,239)
#F9ECF0
(249,236,240)
#F9EDF1
(249,237,241)
#F9EEF2
(249,238,242)
#F9EFF3
(249,239,243)
#F9F0F4
(249,240,244)
#F9F1F5
(249,241,245)
#F9F2F6
(249,242,246)
#F9F3F7
(249,243,247)
#F9F4F8
(249,244,248)
#F9F5F9
(249,245,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F9EBEF; }

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

This text font color is #F9EBEF.


Background Color

.myBgColor { background-color: #F9EBEF; }

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

This div background color is #F9EBEF.


Border color

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

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

This div border color is #F9EBEF.


Opacity

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

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

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

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

This text has shadow with #F9EBEF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F9EBEF on black background.


Color preview on white background

This text has color #F9EBEF on white background.



Black color preview on #F9EBEF background

This text has black color on #F9EBEF background.


White color preview on #F9EBEF background

This text has white color on #F9EBEF background.