COLOR #F2EDEA

HEX: #F2EDEA RGB: (242,237,234)

Color info

#F2EDEA contains red, green and blue colors in about the same proportion. Web safe color of #F2EDEA is #FFFFFF (or #FFF).

RGB color model

#F2EDEA color RGB value is (242,237,234).

RGB: (242,237,234) (95%, 93%, 92%)

RGB channels and saturation

R 242 of 255 = 95%
G 237 of 255 = 93%
B 234 of 255 = 92%

242
237
234

R + G + B ~ 93%. #F2EDEA is light color.

Portions of RGB colors in percentages

R + G + B = 242 + 237 + 234 = 713 (100%)
R 242 of 713 ~ 33.94%
G 237 of 713 ~ 33.24%
B 234 of 713 ~ 32.82'%

%33.94
%33.24
%32.82

CMYK color model

#F2EDEA color CMYK value is (0,2,3,5).

  • cyan value is 0.00%
  • magenta value is 2.07%
  • yellow value is 3.31%
  • key color value is 5.10%
CMYK: (0,2,3,5) C0M2Y3K5 (0%,2%,3%,5%) (0.00/0.02/0.03/0.05) 

CMYK percentages

%0
%2.07
%3.31
%5.1

Codes

Color #F2EDEA in popluar color models

F2 ED EA
RGB 242 237 234
HSL 23° 23.53% 93.33%
HSB/HSV 23° 3.31% 94.90%
CMYK 0.00% 2.07% 3.31%
5.10%

Color #F2EDEA in popluar number systems.

HEX F2 ED EA
Decimal 242 237 234
Binary 11110010 11101101 11101010
Octal 362 355 352

Shades and tints

Shades of #F2EDEA

#F2EDEA
(242,237,234)
#DCD8D5
(220,216,213)
#C6C3C0
(198,195,192)
#B0AEAB
(176,174,171)
#9A9996
(154,153,150)
#848481
(132,132,129)
#6E6F6C
(110,111,108)
#585A57
(88,90,87)
#424542
(66,69,66)
#2C302D
(44,48,45)
#161B18
(22,27,24)
#000000
(0,0,0)

Tints of #F2EDEA

#F2EDEA
(242,237,234)
#F3EEEB
(243,238,235)
#F4EFEC
(244,239,236)
#F5F0ED
(245,240,237)
#F6F1EE
(246,241,238)
#F7F2EF
(247,242,239)
#F8F3F0
(248,243,240)
#F9F4F1
(249,244,241)
#FAF5F2
(250,245,242)
#FBF6F3
(251,246,243)
#FCF7F4
(252,247,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F2EDEA color. Also use rgb(242,237,234) instead hex code.

Text Font Color

.myTextColor { color: #F2EDEA; }

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

This text font color is #F2EDEA.

Background Color

.myBgColor { background-color: #F2EDEA; }

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

This div background color is #F2EDEA.

Border color

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

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

This div border color is #F2EDEA.

Opacity

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

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

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

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

This text has shadow with #F2EDEA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F2EDEA.

Preview

Color preview on black background

This text has color #F2EDEA on black background.


Color preview on white background

This text has color #F2EDEA on white background.


Black color preview on #F2EDEA background

This text has black color on #F2EDEA background.


White color preview on #F2EDEA background

This text has white color on #F2EDEA background.


Related colors

Complementary color

Complementary color for #hex is #0D1215.


I love getcolorcode.com

Triadic colors

1 #EAF2ED and #EDEAF2 with #F2EDEA are triadic colors.

2 #EAEDF2 and #EDF2EA with #F2EDEA are triadic colors.