COLOR #F2E3BA

HEX: #F2E3BA
RGB: (242,227,186)

Color info

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

RGB color model

#F2E3BA color RGB value is (242,227,186).

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

RGB channels and saturation

R 242 of 255 = 95%
G 227 of 255 = 89%
B 186 of 255 = 73%

242
227
186

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

Portions of RGB colors in percentages

R + G + B =
242 + 227 + 186 = 655 (100%)
R 242 of 655 ~ 36.95%
G 227 of 655 ~ 34.66%
B 186 of 655 ~ 28.4%

%36.95
%34.66
%28.4

CMYK color model

#F2E3BA color CMYK value is (0,6,23,5).

  • cyan value is 0.00%
  • magenta value is 6.20%
  • yellow value is 23.14%
  • key color value is 5.10%
CMYK:
(0,6,23,5)
C0M6Y23K5 
(0%,6%,23%,5%)
(0.00/0.06/0.23/0.05)	

CMYK percentages

%0
%6.2
%23.14
%5.1

Codes

Color #F2E3BA in popluar color models

F2E3BA
RGB242227186
HSL44°68.29%83.92%
HSB/HSV44°23.14%94.90%
CMYK0.00%6.20%23.14%
5.10%

Color #F2E3BA in popluar number systems.

HEXF2E3BA
Decimal242227186
Binary111100101110001110111010
Octal362343272

Shades and tints

Shades of #F2E3BA

#F2E3BA
(242,227,186)
#DCCFAA
(220,207,170)
#C6BB9A
(198,187,154)
#B0A78A
(176,167,138)
#9A937A
(154,147,122)
#847F6A
(132,127,106)
#6E6B5A
(110,107,90)
#58574A
(88,87,74)
#42433A
(66,67,58)
#2C2F2A
(44,47,42)
#161B1A
(22,27,26)
#000000
(0,0,0)

Tints of #F2E3BA

#F2E3BA
(242,227,186)
#F3E5C0
(243,229,192)
#F4E7C6
(244,231,198)
#F5E9CC
(245,233,204)
#F6EBD2
(246,235,210)
#F7EDD8
(247,237,216)
#F8EFDE
(248,239,222)
#F9F1E4
(249,241,228)
#FAF3EA
(250,243,234)
#FBF5F0
(251,245,240)
#FCF7F6
(252,247,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F2E3BA; }

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

This text font color is #F2E3BA.


Background Color

.myBgColor { background-color: #F2E3BA; }

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

This div background color is #F2E3BA.


Border color

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

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

This div border color is #F2E3BA.


Opacity

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

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

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

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

This text has shadow with #F2E3BA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F2E3BA on black background.


Color preview on white background

This text has color #F2E3BA on white background.



Black color preview on #F2E3BA background

This text has black color on #F2E3BA background.


White color preview on #F2E3BA background

This text has white color on #F2E3BA background.