COLOR #F2E4D3

HEX: #F2E4D3
RGB: (242,228,211)

Color info

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

RGB color model

#F2E4D3 color RGB value is (242,228,211).

  • red value is 242;
  • green value is 228;
  • blue value is 211.
RGB:
(242,228,211)
(95%,89%,83%)

RGB channels and saturation

R 242 of 255 = 95%
G 228 of 255 = 89%
B 211 of 255 = 83%

242
228
211

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

Portions of RGB colors in percentages

R + G + B =
242 + 228 + 211 = 681 (100%)
R 242 of 681 ~ 35.54%
G 228 of 681 ~ 33.48%
B 211 of 681 ~ 30.98%

%35.54
%33.48
%30.98

CMYK color model

#F2E4D3 color CMYK value is (0,6,13,5).

  • cyan value is 0.00%
  • magenta value is 5.79%
  • yellow value is 12.81%
  • key color value is 5.10%
CMYK:
(0,6,13,5)
C0M6Y13K5 
(0%,6%,13%,5%)
(0.00/0.06/0.13/0.05)	

CMYK percentages

%0
%5.79
%12.81
%5.1

Codes

Color #F2E4D3 in popluar color models

F2E4D3
RGB242228211
HSL33°54.39%88.82%
HSB/HSV33°12.81%94.90%
CMYK0.00%5.79%12.81%
5.10%

Color #F2E4D3 in popluar number systems.

HEXF2E4D3
Decimal242228211
Binary111100101110010011010011
Octal362344323

Shades and tints

Shades of #F2E4D3

#F2E4D3
(242,228,211)
#DCD0C0
(220,208,192)
#C6BCAD
(198,188,173)
#B0A89A
(176,168,154)
#9A9487
(154,148,135)
#848074
(132,128,116)
#6E6C61
(110,108,97)
#58584E
(88,88,78)
#42443B
(66,68,59)
#2C3028
(44,48,40)
#161C15
(22,28,21)
#000000
(0,0,0)

Tints of #F2E4D3

#F2E4D3
(242,228,211)
#F3E6D7
(243,230,215)
#F4E8DB
(244,232,219)
#F5EADF
(245,234,223)
#F6ECE3
(246,236,227)
#F7EEE7
(247,238,231)
#F8F0EB
(248,240,235)
#F9F2EF
(249,242,239)
#FAF4F3
(250,244,243)
#FBF6F7
(251,246,247)
#FCF8FB
(252,248,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F2E4D3 color. Also use rgb(242,228,211) instead hex code.

Text Font Color

.myTextColor { color: #F2E4D3; }

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

This text font color is #F2E4D3.


Background Color

.myBgColor { background-color: #F2E4D3; }

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

This div background color is #F2E4D3.


Border color

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

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

This div border color is #F2E4D3.


Opacity

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

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

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

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

This text has shadow with #F2E4D3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F2E4D3 on black background.


Color preview on white background

This text has color #F2E4D3 on white background.



Black color preview on #F2E4D3 background

This text has black color on #F2E4D3 background.


White color preview on #F2E4D3 background

This text has white color on #F2E4D3 background.