COLOR #F2E9BD

HEX: #F2E9BD
RGB: (242,233,189)

Color info

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

RGB color model

#F2E9BD color RGB value is (242,233,189).

  • red value is 242;
  • green value is 233;
  • blue value is 189.
RGB:
(242,233,189)
(95%,91%,74%)

RGB channels and saturation

R 242 of 255 = 95%
G 233 of 255 = 91%
B 189 of 255 = 74%

242
233
189

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

Portions of RGB colors in percentages

R + G + B =
242 + 233 + 189 = 664 (100%)
R 242 of 664 ~ 36.45%
G 233 of 664 ~ 35.09%
B 189 of 664 ~ 28.46%

%36.45
%35.09
%28.46

CMYK color model

#F2E9BD color CMYK value is (0,4,22,5).

  • cyan value is 0.00%
  • magenta value is 3.72%
  • yellow value is 21.90%
  • key color value is 5.10%
CMYK:
(0,4,22,5)
C0M4Y22K5 
(0%,4%,22%,5%)
(0.00/0.04/0.22/0.05)	

CMYK percentages

%0
%3.72
%21.9
%5.1

Codes

Color #F2E9BD in popluar color models

F2E9BD
RGB242233189
HSL50°67.09%84.51%
HSB/HSV50°21.90%94.90%
CMYK0.00%3.72%21.90%
5.10%

Color #F2E9BD in popluar number systems.

HEXF2E9BD
Decimal242233189
Binary111100101110100110111101
Octal362351275

Shades and tints

Shades of #F2E9BD

#F2E9BD
(242,233,189)
#DCD4AC
(220,212,172)
#C6BF9B
(198,191,155)
#B0AA8A
(176,170,138)
#9A9579
(154,149,121)
#848068
(132,128,104)
#6E6B57
(110,107,87)
#585646
(88,86,70)
#424135
(66,65,53)
#2C2C24
(44,44,36)
#161713
(22,23,19)
#000000
(0,0,0)

Tints of #F2E9BD

#F2E9BD
(242,233,189)
#F3EBC3
(243,235,195)
#F4EDC9
(244,237,201)
#F5EFCF
(245,239,207)
#F6F1D5
(246,241,213)
#F7F3DB
(247,243,219)
#F8F5E1
(248,245,225)
#F9F7E7
(249,247,231)
#FAF9ED
(250,249,237)
#FBFBF3
(251,251,243)
#FCFDF9
(252,253,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F2E9BD color. Also use rgb(242,233,189) instead hex code.

Text Font Color

.myTextColor { color: #F2E9BD; }

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

This text font color is #F2E9BD.


Background Color

.myBgColor { background-color: #F2E9BD; }

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

This div background color is #F2E9BD.


Border color

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

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

This div border color is #F2E9BD.


Opacity

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

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

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

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

This text has shadow with #F2E9BD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F2E9BD on black background.


Color preview on white background

This text has color #F2E9BD on white background.



Black color preview on #F2E9BD background

This text has black color on #F2E9BD background.


White color preview on #F2E9BD background

This text has white color on #F2E9BD background.