COLOR #F9EDDE

HEX: #F9EDDE
RGB: (249,237,222)

Color info

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

RGB color model

#F9EDDE color RGB value is (249,237,222).

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

RGB channels and saturation

R 249 of 255 = 98%
G 237 of 255 = 93%
B 222 of 255 = 87%

249
237
222

R + G + B ~ 93%. #F9EDDE is light color.

Portions of RGB colors in percentages

R + G + B =
249 + 237 + 222 = 708 (100%)
R 249 of 708 ~ 35.17%
G 237 of 708 ~ 33.47%
B 222 of 708 ~ 31.36%

%35.17
%33.47
%31.36

CMYK color model

#F9EDDE color CMYK value is (0,5,11,2).

  • cyan value is 0.00%
  • magenta value is 4.82%
  • yellow value is 10.84%
  • key color value is 2.35%
CMYK:
(0,5,11,2)
C0M5Y11K2 
(0%,5%,11%,2%)
(0.00/0.05/0.11/0.02)	

CMYK percentages

%0
%4.82
%10.84
%2.35

Codes

Color #F9EDDE in popluar color models

F9EDDE
RGB249237222
HSL33°69.23%92.35%
HSB/HSV33°10.84%97.65%
CMYK0.00%4.82%10.84%
2.35%

Color #F9EDDE in popluar number systems.

HEXF9EDDE
Decimal249237222
Binary111110011110110111011110
Octal371355336

Shades and tints

Shades of #F9EDDE

#F9EDDE
(249,237,222)
#E3D8CA
(227,216,202)
#CDC3B6
(205,195,182)
#B7AEA2
(183,174,162)
#A1998E
(161,153,142)
#8B847A
(139,132,122)
#756F66
(117,111,102)
#5F5A52
(95,90,82)
#49453E
(73,69,62)
#33302A
(51,48,42)
#1D1B16
(29,27,22)
#000000
(0,0,0)

Tints of #F9EDDE

#F9EDDE
(249,237,222)
#F9EEE1
(249,238,225)
#F9EFE4
(249,239,228)
#F9F0E7
(249,240,231)
#F9F1EA
(249,241,234)
#F9F2ED
(249,242,237)
#F9F3F0
(249,243,240)
#F9F4F3
(249,244,243)
#F9F5F6
(249,245,246)
#F9F6F9
(249,246,249)
#F9F7FC
(249,247,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F9EDDE; }

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

This text font color is #F9EDDE.


Background Color

.myBgColor { background-color: #F9EDDE; }

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

This div background color is #F9EDDE.


Border color

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

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

This div border color is #F9EDDE.


Opacity

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

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

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

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

This text has shadow with #F9EDDE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F9EDDE on black background.


Color preview on white background

This text has color #F9EDDE on white background.



Black color preview on #F9EDDE background

This text has black color on #F9EDDE background.


White color preview on #F9EDDE background

This text has white color on #F9EDDE background.