COLOR #F2E1B4

HEX: #F2E1B4
RGB: (242,225,180)

Color info

#F2E1B4 contains mainly red and green colors. Web safe color of #F2E1B4 is #FFCCCC (or #FCC).

RGB color model

#F2E1B4 color RGB value is (242,225,180).

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

RGB channels and saturation

R 242 of 255 = 95%
G 225 of 255 = 88%
B 180 of 255 = 71%

242
225
180

R + G + B ~ 85%. #F2E1B4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
242 + 225 + 180 = 647 (100%)
R 242 of 647 ~ 37.4%
G 225 of 647 ~ 34.78%
B 180 of 647 ~ 27.82%

%37.4
%34.78
%27.82

CMYK color model

#F2E1B4 color CMYK value is (0,7,26,5).

  • cyan value is 0.00%
  • magenta value is 7.02%
  • yellow value is 25.62%
  • key color value is 5.10%
CMYK:
(0,7,26,5)
C0M7Y26K5 
(0%,7%,26%,5%)
(0.00/0.07/0.26/0.05)	

CMYK percentages

%0
%7.02
%25.62
%5.1

Codes

Color #F2E1B4 in popluar color models

F2E1B4
RGB242225180
HSL44°70.45%82.75%
HSB/HSV44°25.62%94.90%
CMYK0.00%7.02%25.62%
5.10%

Color #F2E1B4 in popluar number systems.

HEXF2E1B4
Decimal242225180
Binary111100101110000110110100
Octal362341264

Shades and tints

Shades of #F2E1B4

#F2E1B4
(242,225,180)
#DCCDA4
(220,205,164)
#C6B994
(198,185,148)
#B0A584
(176,165,132)
#9A9174
(154,145,116)
#847D64
(132,125,100)
#6E6954
(110,105,84)
#585544
(88,85,68)
#424134
(66,65,52)
#2C2D24
(44,45,36)
#161914
(22,25,20)
#000000
(0,0,0)

Tints of #F2E1B4

#F2E1B4
(242,225,180)
#F3E3BA
(243,227,186)
#F4E5C0
(244,229,192)
#F5E7C6
(245,231,198)
#F6E9CC
(246,233,204)
#F7EBD2
(247,235,210)
#F8EDD8
(248,237,216)
#F9EFDE
(249,239,222)
#FAF1E4
(250,241,228)
#FBF3EA
(251,243,234)
#FCF5F0
(252,245,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F2E1B4; }

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

This text font color is #F2E1B4.


Background Color

.myBgColor { background-color: #F2E1B4; }

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

This div background color is #F2E1B4.


Border color

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

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

This div border color is #F2E1B4.


Opacity

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

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

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

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

This text has shadow with #F2E1B4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F2E1B4 on black background.


Color preview on white background

This text has color #F2E1B4 on white background.



Black color preview on #F2E1B4 background

This text has black color on #F2E1B4 background.


White color preview on #F2E1B4 background

This text has white color on #F2E1B4 background.