COLOR #F2E3BD

HEX: #F2E3BD
RGB: (242,227,189)

Color info

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

RGB color model

#F2E3BD color RGB value is (242,227,189).

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

RGB channels and saturation

R 242 of 255 = 95%
G 227 of 255 = 89%
B 189 of 255 = 74%

242
227
189

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

Portions of RGB colors in percentages

R + G + B =
242 + 227 + 189 = 658 (100%)
R 242 of 658 ~ 36.78%
G 227 of 658 ~ 34.5%
B 189 of 658 ~ 28.72%

%36.78
%34.5
%28.72

CMYK color model

#F2E3BD color CMYK value is (0,6,22,5).

  • cyan value is 0.00%
  • magenta value is 6.20%
  • yellow value is 21.90%
  • key color value is 5.10%
CMYK:
(0,6,22,5)
C0M6Y22K5 
(0%,6%,22%,5%)
(0.00/0.06/0.22/0.05)	

CMYK percentages

%0
%6.2
%21.9
%5.1

Codes

Color #F2E3BD in popluar color models

F2E3BD
RGB242227189
HSL43°67.09%84.51%
HSB/HSV43°21.90%94.90%
CMYK0.00%6.20%21.90%
5.10%

Color #F2E3BD in popluar number systems.

HEXF2E3BD
Decimal242227189
Binary111100101110001110111101
Octal362343275

Shades and tints

Shades of #F2E3BD

#F2E3BD
(242,227,189)
#DCCFAC
(220,207,172)
#C6BB9B
(198,187,155)
#B0A78A
(176,167,138)
#9A9379
(154,147,121)
#847F68
(132,127,104)
#6E6B57
(110,107,87)
#585746
(88,87,70)
#424335
(66,67,53)
#2C2F24
(44,47,36)
#161B13
(22,27,19)
#000000
(0,0,0)

Tints of #F2E3BD

#F2E3BD
(242,227,189)
#F3E5C3
(243,229,195)
#F4E7C9
(244,231,201)
#F5E9CF
(245,233,207)
#F6EBD5
(246,235,213)
#F7EDDB
(247,237,219)
#F8EFE1
(248,239,225)
#F9F1E7
(249,241,231)
#FAF3ED
(250,243,237)
#FBF5F3
(251,245,243)
#FCF7F9
(252,247,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F2E3BD; }

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

This text font color is #F2E3BD.


Background Color

.myBgColor { background-color: #F2E3BD; }

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

This div background color is #F2E3BD.


Border color

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

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

This div border color is #F2E3BD.


Opacity

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

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

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

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

This text has shadow with #F2E3BD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F2E3BD on black background.


Color preview on white background

This text has color #F2E3BD on white background.



Black color preview on #F2E3BD background

This text has black color on #F2E3BD background.


White color preview on #F2E3BD background

This text has white color on #F2E3BD background.