COLOR #F4EDF2

HEX: #F4EDF2 RGB: (244,237,242)

Color info

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

RGB color model

#F4EDF2 color RGB value is (244,237,242).

RGB: (244,237,242) (96%, 93%, 95%)

RGB channels and saturation

R 244 of 255 = 96%
G 237 of 255 = 93%
B 242 of 255 = 95%

244
237
242

R + G + B ~ 95%. #F4EDF2 is light color.

Portions of RGB colors in percentages

R + G + B = 244 + 237 + 242 = 723 (100%)
R 244 of 723 ~ 33.75%
G 237 of 723 ~ 32.78%
B 242 of 723 ~ 33.47'%

%33.75
%32.78
%33.47

CMYK color model

#F4EDF2 color CMYK value is (0,3,1,4).

  • cyan value is 0.00%
  • magenta value is 2.87%
  • yellow value is 0.82%
  • key color value is 4.31%

CMYK: (0,3,1,4)
C0M3Y1K4 (0%, 3%, 1%, 4%)
(0.00 / 0.03 / 0.01 / 0.04)

CMYK percentages

%0
%2.87
%0.82
%4.31

Codes

Color #F4EDF2 in popluar color models

F4 ED F2
RGB 244 237 242
HSL 317° 24.14% 94.31%
HSB/HSV 317° 2.87% 95.69%
CMYK 0.00% 2.87% 0.82%
4.31%

Color #F4EDF2 in popluar number systems.

HEX F4 ED F2
Decimal 244 237 242
Binary 11110100 11101101 11110010
Octal 364 355 362

Shades and tints

Shades of #F4EDF2

#F4EDF2
(244,237,242)
#DED8DC
(222,216,220)
#C8C3C6
(200,195,198)
#B2AEB0
(178,174,176)
#9C999A
(156,153,154)
#868484
(134,132,132)
#706F6E
(112,111,110)
#5A5A58
(90,90,88)
#444542
(68,69,66)
#2E302C
(46,48,44)
#181B16
(24,27,22)
#000000
(0,0,0)

Tints of #F4EDF2

#F4EDF2
(244,237,242)
#F5EEF3
(245,238,243)
#F6EFF4
(246,239,244)
#F7F0F5
(247,240,245)
#F8F1F6
(248,241,246)
#F9F2F7
(249,242,247)
#FAF3F8
(250,243,248)
#FBF4F9
(251,244,249)
#FCF5FA
(252,245,250)
#FDF6FB
(253,246,251)
#FEF7FC
(254,247,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F4EDF2; }

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

This text font color is #F4EDF2.

Background Color

.myBgColor { background-color: #F4EDF2; }

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

This div background color is #F4EDF2.

Border color

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

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

This div border color is #F4EDF2.

Opacity

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

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

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

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

This text has shadow with #F4EDF2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F4EDF2.

Preview

Color preview on black background

This text has color #F4EDF2 on black background.


Color preview on white background

This text has color #F4EDF2 on white background.


Black color preview on #F4EDF2 background

This text has black color on #F4EDF2 background.


White color preview on #F4EDF2 background

This text has white color on #F4EDF2 background.


Related colors

Complementary color

Complementary color for #hex is #0B120D.


I love getcolorcode.com

Triadic colors

1 #F2F4ED and #EDF2F4 with #F4EDF2 are triadic colors.

2 #F2EDF4 and #EDF4F2 with #F4EDF2 are triadic colors.