COLOR #F9E9CB

HEX: #F9E9CB RGB: (249,233,203)

Color info

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

RGB color model

#F9E9CB color RGB value is (249,233,203).

RGB: (249,233,203) (98%, 91%, 80%)

RGB channels and saturation

R 249 of 255 = 98%
G 233 of 255 = 91%
B 203 of 255 = 80%

249
233
203

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

Portions of RGB colors in percentages

R + G + B = 249 + 233 + 203 = 685 (100%)
R 249 of 685 ~ 36.35%
G 233 of 685 ~ 34.01%
B 203 of 685 ~ 29.64'%

%36.35
%34.01
%29.64

CMYK color model

#F9E9CB color CMYK value is (0,6,18,2).

  • cyan value is 0.00%
  • magenta value is 6.43%
  • yellow value is 18.47%
  • key color value is 2.35%

CMYK: (0,6,18,2)
C0M6Y18K2 (0%, 6%, 18%, 2%)
(0.00 / 0.06 / 0.18 / 0.02)

CMYK percentages

%0
%6.43
%18.47
%2.35

Codes

Color #F9E9CB in popluar color models

F9 E9 CB
RGB 249 233 203
HSL 39° 79.31% 88.63%
HSB/HSV 39° 18.47% 97.65%
CMYK 0.00% 6.43% 18.47%
2.35%

Color #F9E9CB in popluar number systems.

HEX F9 E9 CB
Decimal 249 233 203
Binary 11111001 11101001 11001011
Octal 371 351 313

Shades and tints

Shades of #F9E9CB

#F9E9CB
(249,233,203)
#E3D4B9
(227,212,185)
#CDBFA7
(205,191,167)
#B7AA95
(183,170,149)
#A19583
(161,149,131)
#8B8071
(139,128,113)
#756B5F
(117,107,95)
#5F564D
(95,86,77)
#49413B
(73,65,59)
#332C29
(51,44,41)
#1D1717
(29,23,23)
#000000
(0,0,0)

Tints of #F9E9CB

#F9E9CB
(249,233,203)
#F9EBCF
(249,235,207)
#F9EDD3
(249,237,211)
#F9EFD7
(249,239,215)
#F9F1DB
(249,241,219)
#F9F3DF
(249,243,223)
#F9F5E3
(249,245,227)
#F9F7E7
(249,247,231)
#F9F9EB
(249,249,235)
#F9FBEF
(249,251,239)
#F9FDF3
(249,253,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F9E9CB color. Also use rgb(249,233,203) instead hex code.

Text Font Color

.myTextColor { color: #F9E9CB; }

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

This text font color is #F9E9CB.

Background Color

.myBgColor { background-color: #F9E9CB; }

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

This div background color is #F9E9CB.

Border color

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

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

This div border color is #F9E9CB.

Opacity

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

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

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

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

This text has shadow with #F9E9CB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F9E9CB.

Preview

Color preview on black background

This text has color #F9E9CB on black background.


Color preview on white background

This text has color #F9E9CB on white background.


Black color preview on #F9E9CB background

This text has black color on #F9E9CB background.


White color preview on #F9E9CB background

This text has white color on #F9E9CB background.


Related colors

Complementary color

Complementary color for #hex is #061634.


I love getcolorcode.com

Triadic colors

1 #CBF9E9 and #E9CBF9 with #F9E9CB are triadic colors.

2 #CBE9F9 and #E9F9CB with #F9E9CB are triadic colors.