COLOR #F9E6CC

HEX: #F9E6CC RGB: (249,230,204)

Color info

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

RGB color model

#F9E6CC color RGB value is (249,230,204).

RGB: (249,230,204) (98%, 90%, 80%)

RGB channels and saturation

R 249 of 255 = 98%
G 230 of 255 = 90%
B 204 of 255 = 80%

249
230
204

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

Portions of RGB colors in percentages

R + G + B = 249 + 230 + 204 = 683 (100%)
R 249 of 683 ~ 36.46%
G 230 of 683 ~ 33.67%
B 204 of 683 ~ 29.87'%

%36.46
%33.67
%29.87

CMYK color model

#F9E6CC color CMYK value is (0,8,18,2).

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

CMYK: (0,8,18,2)
C0M8Y18K2 (0%, 8%, 18%, 2%)
(0.00 / 0.08 / 0.18 / 0.02)

CMYK percentages

%0
%7.63
%18.07
%2.35

Codes

Color #F9E6CC in popluar color models

F9 E6 CC
RGB 249 230 204
HSL 35° 78.95% 88.82%
HSB/HSV 35° 18.07% 97.65%
CMYK 0.00% 7.63% 18.07%
2.35%

Color #F9E6CC in popluar number systems.

HEX F9 E6 CC
Decimal 249 230 204
Binary 11111001 11100110 11001100
Octal 371 346 314

Shades and tints

Shades of #F9E6CC

#F9E6CC
(249,230,204)
#E3D2BA
(227,210,186)
#CDBEA8
(205,190,168)
#B7AA96
(183,170,150)
#A19684
(161,150,132)
#8B8272
(139,130,114)
#756E60
(117,110,96)
#5F5A4E
(95,90,78)
#49463C
(73,70,60)
#33322A
(51,50,42)
#1D1E18
(29,30,24)
#000000
(0,0,0)

Tints of #F9E6CC

#F9E6CC
(249,230,204)
#F9E8D0
(249,232,208)
#F9EAD4
(249,234,212)
#F9ECD8
(249,236,216)
#F9EEDC
(249,238,220)
#F9F0E0
(249,240,224)
#F9F2E4
(249,242,228)
#F9F4E8
(249,244,232)
#F9F6EC
(249,246,236)
#F9F8F0
(249,248,240)
#F9FAF4
(249,250,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F9E6CC; }

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

This text font color is #F9E6CC.

Background Color

.myBgColor { background-color: #F9E6CC; }

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

This div background color is #F9E6CC.

Border color

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

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

This div border color is #F9E6CC.

Opacity

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

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

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

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

This text has shadow with #F9E6CC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F9E6CC.

Preview

Color preview on black background

This text has color #F9E6CC on black background.


Color preview on white background

This text has color #F9E6CC on white background.


Black color preview on #F9E6CC background

This text has black color on #F9E6CC background.


White color preview on #F9E6CC background

This text has white color on #F9E6CC background.


Related colors

Complementary color

Complementary color for #hex is #061933.


I love getcolorcode.com

Triadic colors

1 #CCF9E6 and #E6CCF9 with #F9E6CC are triadic colors.

2 #CCE6F9 and #E6F9CC with #F9E6CC are triadic colors.