COLOR #F9E2BE

HEX: #F9E2BE RGB: (249,226,190)

Color info

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

RGB color model

#F9E2BE color RGB value is (249,226,190).

RGB: (249,226,190) (98%, 89%, 75%)

RGB channels and saturation

R 249 of 255 = 98%
G 226 of 255 = 89%
B 190 of 255 = 75%

249
226
190

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

Portions of RGB colors in percentages

R + G + B = 249 + 226 + 190 = 665 (100%)
R 249 of 665 ~ 37.44%
G 226 of 665 ~ 33.98%
B 190 of 665 ~ 28.57'%

%37.44
%33.98
%28.57

CMYK color model

#F9E2BE color CMYK value is (0,9,24,2).

  • cyan value is 0.00%
  • magenta value is 9.24%
  • yellow value is 23.69%
  • key color value is 2.35%

CMYK: (0,9,24,2)
C0M9Y24K2 (0%, 9%, 24%, 2%)
(0.00 / 0.09 / 0.24 / 0.02)

CMYK percentages

%0
%9.24
%23.69
%2.35

Codes

Color #F9E2BE in popluar color models

F9 E2 BE
RGB 249 226 190
HSL 37° 83.10% 86.08%
HSB/HSV 37° 23.69% 97.65%
CMYK 0.00% 9.24% 23.69%
2.35%

Color #F9E2BE in popluar number systems.

HEX F9 E2 BE
Decimal 249 226 190
Binary 11111001 11100010 10111110
Octal 371 342 276

Shades and tints

Shades of #F9E2BE

#F9E2BE
(249,226,190)
#E3CEAD
(227,206,173)
#CDBA9C
(205,186,156)
#B7A68B
(183,166,139)
#A1927A
(161,146,122)
#8B7E69
(139,126,105)
#756A58
(117,106,88)
#5F5647
(95,86,71)
#494236
(73,66,54)
#332E25
(51,46,37)
#1D1A14
(29,26,20)
#000000
(0,0,0)

Tints of #F9E2BE

#F9E2BE
(249,226,190)
#F9E4C3
(249,228,195)
#F9E6C8
(249,230,200)
#F9E8CD
(249,232,205)
#F9EAD2
(249,234,210)
#F9ECD7
(249,236,215)
#F9EEDC
(249,238,220)
#F9F0E1
(249,240,225)
#F9F2E6
(249,242,230)
#F9F4EB
(249,244,235)
#F9F6F0
(249,246,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F9E2BE color. Also use rgb(249,226,190) instead hex code.

Text Font Color

.myTextColor { color: #F9E2BE; }

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

This text font color is #F9E2BE.

Background Color

.myBgColor { background-color: #F9E2BE; }

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

This div background color is #F9E2BE.

Border color

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

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

This div border color is #F9E2BE.

Opacity

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

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

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

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

This text has shadow with #F9E2BE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F9E2BE.

Preview

Color preview on black background

This text has color #F9E2BE on black background.


Color preview on white background

This text has color #F9E2BE on white background.


Black color preview on #F9E2BE background

This text has black color on #F9E2BE background.


White color preview on #F9E2BE background

This text has white color on #F9E2BE background.


Related colors

Complementary color

Complementary color for #hex is #061D41.


I love getcolorcode.com

Triadic colors

1 #BEF9E2 and #E2BEF9 with #F9E2BE are triadic colors.

2 #BEE2F9 and #E2F9BE with #F9E2BE are triadic colors.