COLOR #F2E6DA

HEX: #F2E6DA RGB: (242,230,218)

Color info

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

RGB color model

#F2E6DA color RGB value is (242,230,218).

RGB: (242,230,218) (95%, 90%, 85%)

RGB channels and saturation

R 242 of 255 = 95%
G 230 of 255 = 90%
B 218 of 255 = 85%

242
230
218

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

Portions of RGB colors in percentages

R + G + B = 242 + 230 + 218 = 690 (100%)
R 242 of 690 ~ 35.07%
G 230 of 690 ~ 33.33%
B 218 of 690 ~ 31.59'%

%35.07
%33.33
%31.59

CMYK color model

#F2E6DA color CMYK value is (0,5,10,5).

  • cyan value is 0.00%
  • magenta value is 4.96%
  • yellow value is 9.92%
  • key color value is 5.10%

CMYK: (0,5,10,5)
C0M5Y10K5 (0%, 5%, 10%, 5%)
(0.00 / 0.05 / 0.10 / 0.05)

CMYK percentages

%0
%4.96
%9.92
%5.1

Codes

Color #F2E6DA in popluar color models

F2 E6 DA
RGB 242 230 218
HSL 30° 48.00% 90.20%
HSB/HSV 30° 9.92% 94.90%
CMYK 0.00% 4.96% 9.92%
5.10%

Color #F2E6DA in popluar number systems.

HEX F2 E6 DA
Decimal 242 230 218
Binary 11110010 11100110 11011010
Octal 362 346 332

Shades and tints

Shades of #F2E6DA

#F2E6DA
(242,230,218)
#DCD2C7
(220,210,199)
#C6BEB4
(198,190,180)
#B0AAA1
(176,170,161)
#9A968E
(154,150,142)
#84827B
(132,130,123)
#6E6E68
(110,110,104)
#585A55
(88,90,85)
#424642
(66,70,66)
#2C322F
(44,50,47)
#161E1C
(22,30,28)
#000000
(0,0,0)

Tints of #F2E6DA

#F2E6DA
(242,230,218)
#F3E8DD
(243,232,221)
#F4EAE0
(244,234,224)
#F5ECE3
(245,236,227)
#F6EEE6
(246,238,230)
#F7F0E9
(247,240,233)
#F8F2EC
(248,242,236)
#F9F4EF
(249,244,239)
#FAF6F2
(250,246,242)
#FBF8F5
(251,248,245)
#FCFAF8
(252,250,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F2E6DA color. Also use rgb(242,230,218) instead hex code.

Text Font Color

.myTextColor { color: #F2E6DA; }

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

This text font color is #F2E6DA.

Background Color

.myBgColor { background-color: #F2E6DA; }

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

This div background color is #F2E6DA.

Border color

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

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

This div border color is #F2E6DA.

Opacity

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

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

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

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

This text has shadow with #F2E6DA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F2E6DA.

Preview

Color preview on black background

This text has color #F2E6DA on black background.


Color preview on white background

This text has color #F2E6DA on white background.


Black color preview on #F2E6DA background

This text has black color on #F2E6DA background.


White color preview on #F2E6DA background

This text has white color on #F2E6DA background.


Related colors

Complementary color

Complementary color for #hex is #0D1925.


I love getcolorcode.com

Triadic colors

1 #DAF2E6 and #E6DAF2 with #F2E6DA are triadic colors.

2 #DAE6F2 and #E6F2DA with #F2E6DA are triadic colors.