COLOR #F2E8D2

HEX: #F2E8D2
RGB: (242,232,210)

Color info

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

RGB color model

#F2E8D2 color RGB value is (242,232,210).

  • red value is 242;
  • green value is 232;
  • blue value is 210.
RGB:
(242,232,210)
(95%,91%,82%)

RGB channels and saturation

R 242 of 255 = 95%
G 232 of 255 = 91%
B 210 of 255 = 82%

242
232
210

R + G + B ~ 89%. #F2E8D2 is light color.

Portions of RGB colors in percentages

R + G + B =
242 + 232 + 210 = 684 (100%)
R 242 of 684 ~ 35.38%
G 232 of 684 ~ 33.92%
B 210 of 684 ~ 30.7%

%35.38
%33.92
%30.7

CMYK color model

#F2E8D2 color CMYK value is (0,4,13,5).

  • cyan value is 0.00%
  • magenta value is 4.13%
  • yellow value is 13.22%
  • key color value is 5.10%
CMYK:
(0,4,13,5)
C0M4Y13K5 
(0%,4%,13%,5%)
(0.00/0.04/0.13/0.05)	

CMYK percentages

%0
%4.13
%13.22
%5.1

Codes

Color #F2E8D2 in popluar color models

F2E8D2
RGB242232210
HSL41°55.17%88.63%
HSB/HSV41°13.22%94.90%
CMYK0.00%4.13%13.22%
5.10%

Color #F2E8D2 in popluar number systems.

HEXF2E8D2
Decimal242232210
Binary111100101110100011010010
Octal362350322

Shades and tints

Shades of #F2E8D2

#F2E8D2
(242,232,210)
#DCD3BF
(220,211,191)
#C6BEAC
(198,190,172)
#B0A999
(176,169,153)
#9A9486
(154,148,134)
#847F73
(132,127,115)
#6E6A60
(110,106,96)
#58554D
(88,85,77)
#42403A
(66,64,58)
#2C2B27
(44,43,39)
#161614
(22,22,20)
#000000
(0,0,0)

Tints of #F2E8D2

#F2E8D2
(242,232,210)
#F3EAD6
(243,234,214)
#F4ECDA
(244,236,218)
#F5EEDE
(245,238,222)
#F6F0E2
(246,240,226)
#F7F2E6
(247,242,230)
#F8F4EA
(248,244,234)
#F9F6EE
(249,246,238)
#FAF8F2
(250,248,242)
#FBFAF6
(251,250,246)
#FCFCFA
(252,252,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F2E8D2 color. Also use rgb(242,232,210) instead hex code.

Text Font Color

.myTextColor { color: #F2E8D2; }

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

This text font color is #F2E8D2.


Background Color

.myBgColor { background-color: #F2E8D2; }

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

This div background color is #F2E8D2.


Border color

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

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

This div border color is #F2E8D2.


Opacity

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

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

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

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

This text has shadow with #F2E8D2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F2E8D2 on black background.


Color preview on white background

This text has color #F2E8D2 on white background.



Black color preview on #F2E8D2 background

This text has black color on #F2E8D2 background.


White color preview on #F2E8D2 background

This text has white color on #F2E8D2 background.