COLOR #F9E4CE

HEX: #F9E4CE RGB: (249,228,206)

Color info

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

RGB color model

#F9E4CE color RGB value is (249,228,206).

RGB: (249,228,206) (98%, 89%, 81%)

RGB channels and saturation

R 249 of 255 = 98%
G 228 of 255 = 89%
B 206 of 255 = 81%

249
228
206

R + G + B ~ 89%. #F9E4CE is light color.

Portions of RGB colors in percentages

R + G + B = 249 + 228 + 206 = 683 (100%)
R 249 of 683 ~ 36.46%
G 228 of 683 ~ 33.38%
B 206 of 683 ~ 30.16'%

%36.46
%33.38
%30.16

CMYK color model

#F9E4CE color CMYK value is (0,8,17,2).

  • cyan value is 0.00%
  • magenta value is 8.43%
  • yellow value is 17.27%
  • key color value is 2.35%

CMYK: (0,8,17,2)
C0M8Y17K2 (0%, 8%, 17%, 2%)
(0.00 / 0.08 / 0.17 / 0.02)

CMYK percentages

%0
%8.43
%17.27
%2.35

Codes

Color #F9E4CE in popluar color models

F9 E4 CE
RGB 249 228 206
HSL 31° 78.18% 89.22%
HSB/HSV 31° 17.27% 97.65%
CMYK 0.00% 8.43% 17.27%
2.35%

Color #F9E4CE in popluar number systems.

HEX F9 E4 CE
Decimal 249 228 206
Binary 11111001 11100100 11001110
Octal 371 344 316

Shades and tints

Shades of #F9E4CE

#F9E4CE
(249,228,206)
#E3D0BC
(227,208,188)
#CDBCAA
(205,188,170)
#B7A898
(183,168,152)
#A19486
(161,148,134)
#8B8074
(139,128,116)
#756C62
(117,108,98)
#5F5850
(95,88,80)
#49443E
(73,68,62)
#33302C
(51,48,44)
#1D1C1A
(29,28,26)
#000000
(0,0,0)

Tints of #F9E4CE

#F9E4CE
(249,228,206)
#F9E6D2
(249,230,210)
#F9E8D6
(249,232,214)
#F9EADA
(249,234,218)
#F9ECDE
(249,236,222)
#F9EEE2
(249,238,226)
#F9F0E6
(249,240,230)
#F9F2EA
(249,242,234)
#F9F4EE
(249,244,238)
#F9F6F2
(249,246,242)
#F9F8F6
(249,248,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F9E4CE color. Also use rgb(249,228,206) instead hex code.

Text Font Color

.myTextColor { color: #F9E4CE; }

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

This text font color is #F9E4CE.

Background Color

.myBgColor { background-color: #F9E4CE; }

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

This div background color is #F9E4CE.

Border color

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

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

This div border color is #F9E4CE.

Opacity

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

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

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

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

This text has shadow with #F9E4CE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F9E4CE.

Preview

Color preview on black background

This text has color #F9E4CE on black background.


Color preview on white background

This text has color #F9E4CE on white background.


Black color preview on #F9E4CE background

This text has black color on #F9E4CE background.


White color preview on #F9E4CE background

This text has white color on #F9E4CE background.


Related colors

Complementary color

Complementary color for #hex is #061B31.


I love getcolorcode.com

Triadic colors

1 #CEF9E4 and #E4CEF9 with #F9E4CE are triadic colors.

2 #CEE4F9 and #E4F9CE with #F9E4CE are triadic colors.