COLOR #F2E0DC

HEX: #F2E0DC RGB: (242,224,220)

Color info

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

RGB color model

#F2E0DC color RGB value is (242,224,220).

RGB: (242,224,220) (95%, 88%, 86%)

RGB channels and saturation

R 242 of 255 = 95%
G 224 of 255 = 88%
B 220 of 255 = 86%

242
224
220

R + G + B ~ 90%. #F2E0DC is light color.

Portions of RGB colors in percentages

R + G + B = 242 + 224 + 220 = 686 (100%)
R 242 of 686 ~ 35.28%
G 224 of 686 ~ 32.65%
B 220 of 686 ~ 32.07'%

%35.28
%32.65
%32.07

CMYK color model

#F2E0DC color CMYK value is (0,7,9,5).

  • cyan value is 0.00%
  • magenta value is 7.44%
  • yellow value is 9.09%
  • key color value is 5.10%

CMYK: (0,7,9,5)
C0M7Y9K5 (0%, 7%, 9%, 5%)
(0.00 / 0.07 / 0.09 / 0.05)

CMYK percentages

%0
%7.44
%9.09
%5.1

Codes

Color #F2E0DC in popluar color models

F2 E0 DC
RGB 242 224 220
HSL 11° 45.83% 90.59%
HSB/HSV 11° 9.09% 94.90%
CMYK 0.00% 7.44% 9.09%
5.10%

Color #F2E0DC in popluar number systems.

HEX F2 E0 DC
Decimal 242 224 220
Binary 11110010 11100000 11011100
Octal 362 340 334

Shades and tints

Shades of #F2E0DC

#F2E0DC
(242,224,220)
#DCCCC8
(220,204,200)
#C6B8B4
(198,184,180)
#B0A4A0
(176,164,160)
#9A908C
(154,144,140)
#847C78
(132,124,120)
#6E6864
(110,104,100)
#585450
(88,84,80)
#42403C
(66,64,60)
#2C2C28
(44,44,40)
#161814
(22,24,20)
#000000
(0,0,0)

Tints of #F2E0DC

#F2E0DC
(242,224,220)
#F3E2DF
(243,226,223)
#F4E4E2
(244,228,226)
#F5E6E5
(245,230,229)
#F6E8E8
(246,232,232)
#F7EAEB
(247,234,235)
#F8ECEE
(248,236,238)
#F9EEF1
(249,238,241)
#FAF0F4
(250,240,244)
#FBF2F7
(251,242,247)
#FCF4FA
(252,244,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F2E0DC color. Also use rgb(242,224,220) instead hex code.

Text Font Color

.myTextColor { color: #F2E0DC; }

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

This text font color is #F2E0DC.

Background Color

.myBgColor { background-color: #F2E0DC; }

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

This div background color is #F2E0DC.

Border color

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

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

This div border color is #F2E0DC.

Opacity

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

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

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

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

This text has shadow with #F2E0DC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F2E0DC.

Preview

Color preview on black background

This text has color #F2E0DC on black background.


Color preview on white background

This text has color #F2E0DC on white background.


Black color preview on #F2E0DC background

This text has black color on #F2E0DC background.


White color preview on #F2E0DC background

This text has white color on #F2E0DC background.


Related colors

Complementary color

Complementary color for #hex is #0D1F23.


I love getcolorcode.com

Triadic colors

1 #DCF2E0 and #E0DCF2 with #F2E0DC are triadic colors.

2 #DCE0F2 and #E0F2DC with #F2E0DC are triadic colors.