COLOR #F2E3D4

HEX: #F2E3D4 RGB: (242,227,212)

Color info

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

RGB color model

#F2E3D4 color RGB value is (242,227,212).

RGB: (242,227,212) (95%, 89%, 83%)

RGB channels and saturation

R 242 of 255 = 95%
G 227 of 255 = 89%
B 212 of 255 = 83%

242
227
212

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

Portions of RGB colors in percentages

R + G + B = 242 + 227 + 212 = 681 (100%)
R 242 of 681 ~ 35.54%
G 227 of 681 ~ 33.33%
B 212 of 681 ~ 31.13'%

%35.54
%33.33
%31.13

CMYK color model

#F2E3D4 color CMYK value is (0,6,12,5).

  • cyan value is 0.00%
  • magenta value is 6.20%
  • yellow value is 12.40%
  • key color value is 5.10%

CMYK: (0,6,12,5)
C0M6Y12K5 (0%, 6%, 12%, 5%)
(0.00 / 0.06 / 0.12 / 0.05)

CMYK percentages

%0
%6.2
%12.4
%5.1

Codes

Color #F2E3D4 in popluar color models

F2 E3 D4
RGB 242 227 212
HSL 30° 53.57% 89.02%
HSB/HSV 30° 12.40% 94.90%
CMYK 0.00% 6.20% 12.40%
5.10%

Color #F2E3D4 in popluar number systems.

HEX F2 E3 D4
Decimal 242 227 212
Binary 11110010 11100011 11010100
Octal 362 343 324

Shades and tints

Shades of #F2E3D4

#F2E3D4
(242,227,212)
#DCCFC1
(220,207,193)
#C6BBAE
(198,187,174)
#B0A79B
(176,167,155)
#9A9388
(154,147,136)
#847F75
(132,127,117)
#6E6B62
(110,107,98)
#58574F
(88,87,79)
#42433C
(66,67,60)
#2C2F29
(44,47,41)
#161B16
(22,27,22)
#000000
(0,0,0)

Tints of #F2E3D4

#F2E3D4
(242,227,212)
#F3E5D7
(243,229,215)
#F4E7DA
(244,231,218)
#F5E9DD
(245,233,221)
#F6EBE0
(246,235,224)
#F7EDE3
(247,237,227)
#F8EFE6
(248,239,230)
#F9F1E9
(249,241,233)
#FAF3EC
(250,243,236)
#FBF5EF
(251,245,239)
#FCF7F2
(252,247,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F2E3D4; }

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

This text font color is #F2E3D4.

Background Color

.myBgColor { background-color: #F2E3D4; }

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

This div background color is #F2E3D4.

Border color

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

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

This div border color is #F2E3D4.

Opacity

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

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

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

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

This text has shadow with #F2E3D4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F2E3D4.

Preview

Color preview on black background

This text has color #F2E3D4 on black background.


Color preview on white background

This text has color #F2E3D4 on white background.


Black color preview on #F2E3D4 background

This text has black color on #F2E3D4 background.


White color preview on #F2E3D4 background

This text has white color on #F2E3D4 background.


Related colors

Complementary color

Complementary color for #hex is #0D1C2B.


I love getcolorcode.com

Triadic colors

1 #D4F2E3 and #E3D4F2 with #F2E3D4 are triadic colors.

2 #D4E3F2 and #E3F2D4 with #F2E3D4 are triadic colors.