COLOR #F2EDE3

HEX: #F2EDE3 RGB: (242,237,227)

Color info

#F2EDE3 contains red, green and blue colors in about the same proportion. Web safe color of #F2EDE3 is #FFFFCC (or #FFC).

RGB color model

#F2EDE3 color RGB value is (242,237,227).

RGB: (242,237,227) (95%, 93%, 89%)

RGB channels and saturation

R 242 of 255 = 95%
G 237 of 255 = 93%
B 227 of 255 = 89%

242
237
227

R + G + B ~ 92%. #F2EDE3 is light color.

Portions of RGB colors in percentages

R + G + B = 242 + 237 + 227 = 706 (100%)
R 242 of 706 ~ 34.28%
G 237 of 706 ~ 33.57%
B 227 of 706 ~ 32.15'%

%34.28
%33.57
%32.15

CMYK color model

#F2EDE3 color CMYK value is (0,2,6,5).

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

CMYK: (0,2,6,5)
C0M2Y6K5 (0%, 2%, 6%, 5%)
(0.00 / 0.02 / 0.06 / 0.05)

CMYK percentages

%0
%2.07
%6.2
%5.1

Codes

Color #F2EDE3 in popluar color models

F2 ED E3
RGB 242 237 227
HSL 40° 36.59% 91.96%
HSB/HSV 40° 6.20% 94.90%
CMYK 0.00% 2.07% 6.20%
5.10%

Color #F2EDE3 in popluar number systems.

HEX F2 ED E3
Decimal 242 237 227
Binary 11110010 11101101 11100011
Octal 362 355 343

Shades and tints

Shades of #F2EDE3

#F2EDE3
(242,237,227)
#DCD8CF
(220,216,207)
#C6C3BB
(198,195,187)
#B0AEA7
(176,174,167)
#9A9993
(154,153,147)
#84847F
(132,132,127)
#6E6F6B
(110,111,107)
#585A57
(88,90,87)
#424543
(66,69,67)
#2C302F
(44,48,47)
#161B1B
(22,27,27)
#000000
(0,0,0)

Tints of #F2EDE3

#F2EDE3
(242,237,227)
#F3EEE5
(243,238,229)
#F4EFE7
(244,239,231)
#F5F0E9
(245,240,233)
#F6F1EB
(246,241,235)
#F7F2ED
(247,242,237)
#F8F3EF
(248,243,239)
#F9F4F1
(249,244,241)
#FAF5F3
(250,245,243)
#FBF6F5
(251,246,245)
#FCF7F7
(252,247,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F2EDE3; }

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

This text font color is #F2EDE3.

Background Color

.myBgColor { background-color: #F2EDE3; }

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

This div background color is #F2EDE3.

Border color

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

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

This div border color is #F2EDE3.

Opacity

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

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

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

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

This text has shadow with #F2EDE3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F2EDE3.

Preview

Color preview on black background

This text has color #F2EDE3 on black background.


Color preview on white background

This text has color #F2EDE3 on white background.


Black color preview on #F2EDE3 background

This text has black color on #F2EDE3 background.


White color preview on #F2EDE3 background

This text has white color on #F2EDE3 background.


Related colors

Complementary color

Complementary color for #hex is #0D121C.


I love getcolorcode.com

Triadic colors

1 #E3F2ED and #EDE3F2 with #F2EDE3 are triadic colors.

2 #E3EDF2 and #EDF2E3 with #F2EDE3 are triadic colors.