COLOR #F9E6DE

HEX: #F9E6DE RGB: (249,230,222)

Color info

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

RGB color model

#F9E6DE color RGB value is (249,230,222).

RGB: (249,230,222) (98%, 90%, 87%)

RGB channels and saturation

R 249 of 255 = 98%
G 230 of 255 = 90%
B 222 of 255 = 87%

249
230
222

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

Portions of RGB colors in percentages

R + G + B = 249 + 230 + 222 = 701 (100%)
R 249 of 701 ~ 35.52%
G 230 of 701 ~ 32.81%
B 222 of 701 ~ 31.67'%

%35.52
%32.81
%31.67

CMYK color model

#F9E6DE color CMYK value is (0,8,11,2).

  • cyan value is 0.00%
  • magenta value is 7.63%
  • yellow value is 10.84%
  • key color value is 2.35%

CMYK: (0,8,11,2)
C0M8Y11K2 (0%, 8%, 11%, 2%)
(0.00 / 0.08 / 0.11 / 0.02)

CMYK percentages

%0
%7.63
%10.84
%2.35

Codes

Color #F9E6DE in popluar color models

F9 E6 DE
RGB 249 230 222
HSL 18° 69.23% 92.35%
HSB/HSV 18° 10.84% 97.65%
CMYK 0.00% 7.63% 10.84%
2.35%

Color #F9E6DE in popluar number systems.

HEX F9 E6 DE
Decimal 249 230 222
Binary 11111001 11100110 11011110
Octal 371 346 336

Shades and tints

Shades of #F9E6DE

#F9E6DE
(249,230,222)
#E3D2CA
(227,210,202)
#CDBEB6
(205,190,182)
#B7AAA2
(183,170,162)
#A1968E
(161,150,142)
#8B827A
(139,130,122)
#756E66
(117,110,102)
#5F5A52
(95,90,82)
#49463E
(73,70,62)
#33322A
(51,50,42)
#1D1E16
(29,30,22)
#000000
(0,0,0)

Tints of #F9E6DE

#F9E6DE
(249,230,222)
#F9E8E1
(249,232,225)
#F9EAE4
(249,234,228)
#F9ECE7
(249,236,231)
#F9EEEA
(249,238,234)
#F9F0ED
(249,240,237)
#F9F2F0
(249,242,240)
#F9F4F3
(249,244,243)
#F9F6F6
(249,246,246)
#F9F8F9
(249,248,249)
#F9FAFC
(249,250,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F9E6DE; }

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

This text font color is #F9E6DE.

Background Color

.myBgColor { background-color: #F9E6DE; }

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

This div background color is #F9E6DE.

Border color

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

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

This div border color is #F9E6DE.

Opacity

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

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

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

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

This text has shadow with #F9E6DE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F9E6DE.

Preview

Color preview on black background

This text has color #F9E6DE on black background.


Color preview on white background

This text has color #F9E6DE on white background.


Black color preview on #F9E6DE background

This text has black color on #F9E6DE background.


White color preview on #F9E6DE background

This text has white color on #F9E6DE background.


Related colors

Complementary color

Complementary color for #hex is #061921.


I love getcolorcode.com

Triadic colors

1 #DEF9E6 and #E6DEF9 with #F9E6DE are triadic colors.

2 #DEE6F9 and #E6F9DE with #F9E6DE are triadic colors.