COLOR #F9E4BB

HEX: #F9E4BB
RGB: (249,228,187)

Color info

#F9E4BB contains mainly red and green colors. Web safe color of #F9E4BB is #FFCCCC (or #FCC).

RGB color model

#F9E4BB color RGB value is (249,228,187).

  • red value is 249;
  • green value is 228;
  • blue value is 187.
RGB:
(249,228,187)
(98%,89%,73%)

RGB channels and saturation

R 249 of 255 = 98%
G 228 of 255 = 89%
B 187 of 255 = 73%

249
228
187

R + G + B ~ 87%. #F9E4BB is light color.

Portions of RGB colors in percentages

R + G + B =
249 + 228 + 187 = 664 (100%)
R 249 of 664 ~ 37.5%
G 228 of 664 ~ 34.34%
B 187 of 664 ~ 28.16%

%37.5
%34.34
%28.16

CMYK color model

#F9E4BB color CMYK value is (0,8,25,2).

  • cyan value is 0.00%
  • magenta value is 8.43%
  • yellow value is 24.90%
  • key color value is 2.35%
CMYK:
(0,8,25,2)
C0M8Y25K2 
(0%,8%,25%,2%)
(0.00/0.08/0.25/0.02)	

CMYK percentages

%0
%8.43
%24.9
%2.35

Codes

Color #F9E4BB in popluar color models

F9E4BB
RGB249228187
HSL40°83.78%85.49%
HSB/HSV40°24.90%97.65%
CMYK0.00%8.43%24.90%
2.35%

Color #F9E4BB in popluar number systems.

HEXF9E4BB
Decimal249228187
Binary111110011110010010111011
Octal371344273

Shades and tints

Shades of #F9E4BB

#F9E4BB
(249,228,187)
#E3D0AA
(227,208,170)
#CDBC99
(205,188,153)
#B7A888
(183,168,136)
#A19477
(161,148,119)
#8B8066
(139,128,102)
#756C55
(117,108,85)
#5F5844
(95,88,68)
#494433
(73,68,51)
#333022
(51,48,34)
#1D1C11
(29,28,17)
#000000
(0,0,0)

Tints of #F9E4BB

#F9E4BB
(249,228,187)
#F9E6C1
(249,230,193)
#F9E8C7
(249,232,199)
#F9EACD
(249,234,205)
#F9ECD3
(249,236,211)
#F9EED9
(249,238,217)
#F9F0DF
(249,240,223)
#F9F2E5
(249,242,229)
#F9F4EB
(249,244,235)
#F9F6F1
(249,246,241)
#F9F8F7
(249,248,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F9E4BB; }

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

This text font color is #F9E4BB.


Background Color

.myBgColor { background-color: #F9E4BB; }

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

This div background color is #F9E4BB.


Border color

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

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

This div border color is #F9E4BB.


Opacity

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

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

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

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

This text has shadow with #F9E4BB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F9E4BB on black background.


Color preview on white background

This text has color #F9E4BB on white background.



Black color preview on #F9E4BB background

This text has black color on #F9E4BB background.


White color preview on #F9E4BB background

This text has white color on #F9E4BB background.