COLOR #F2E1BD

HEX: #F2E1BD
RGB: (242,225,189)

Color info

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

RGB color model

#F2E1BD color RGB value is (242,225,189).

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

RGB channels and saturation

R 242 of 255 = 95%
G 225 of 255 = 88%
B 189 of 255 = 74%

242
225
189

R + G + B ~ 86%. #F2E1BD is light color.

Portions of RGB colors in percentages

R + G + B =
242 + 225 + 189 = 656 (100%)
R 242 of 656 ~ 36.89%
G 225 of 656 ~ 34.3%
B 189 of 656 ~ 28.81%

%36.89
%34.3
%28.81

CMYK color model

#F2E1BD color CMYK value is (0,7,22,5).

  • cyan value is 0.00%
  • magenta value is 7.02%
  • yellow value is 21.90%
  • key color value is 5.10%
CMYK:
(0,7,22,5)
C0M7Y22K5 
(0%,7%,22%,5%)
(0.00/0.07/0.22/0.05)	

CMYK percentages

%0
%7.02
%21.9
%5.1

Codes

Color #F2E1BD in popluar color models

F2E1BD
RGB242225189
HSL41°67.09%84.51%
HSB/HSV41°21.90%94.90%
CMYK0.00%7.02%21.90%
5.10%

Color #F2E1BD in popluar number systems.

HEXF2E1BD
Decimal242225189
Binary111100101110000110111101
Octal362341275

Shades and tints

Shades of #F2E1BD

#F2E1BD
(242,225,189)
#DCCDAC
(220,205,172)
#C6B99B
(198,185,155)
#B0A58A
(176,165,138)
#9A9179
(154,145,121)
#847D68
(132,125,104)
#6E6957
(110,105,87)
#585546
(88,85,70)
#424135
(66,65,53)
#2C2D24
(44,45,36)
#161913
(22,25,19)
#000000
(0,0,0)

Tints of #F2E1BD

#F2E1BD
(242,225,189)
#F3E3C3
(243,227,195)
#F4E5C9
(244,229,201)
#F5E7CF
(245,231,207)
#F6E9D5
(246,233,213)
#F7EBDB
(247,235,219)
#F8EDE1
(248,237,225)
#F9EFE7
(249,239,231)
#FAF1ED
(250,241,237)
#FBF3F3
(251,243,243)
#FCF5F9
(252,245,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F2E1BD; }

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

This text font color is #F2E1BD.


Background Color

.myBgColor { background-color: #F2E1BD; }

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

This div background color is #F2E1BD.


Border color

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

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

This div border color is #F2E1BD.


Opacity

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

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

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

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

This text has shadow with #F2E1BD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F2E1BD on black background.


Color preview on white background

This text has color #F2E1BD on white background.



Black color preview on #F2E1BD background

This text has black color on #F2E1BD background.


White color preview on #F2E1BD background

This text has white color on #F2E1BD background.