COLOR #F5ECF2

HEX: #F5ECF2
RGB: (245,236,242)

Color info

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

RGB color model

#F5ECF2 color RGB value is (245,236,242).

  • red value is 245;
  • green value is 236;
  • blue value is 242.
RGB:
(245,236,242)
(96%,93%,95%)

RGB channels and saturation

R 245 of 255 = 96%
G 236 of 255 = 93%
B 242 of 255 = 95%

245
236
242

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

Portions of RGB colors in percentages

R + G + B =
245 + 236 + 242 = 723 (100%)
R 245 of 723 ~ 33.89%
G 236 of 723 ~ 32.64%
B 242 of 723 ~ 33.47%

%33.89
%32.64
%33.47

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 3.67%
  • yellow value is 1.22%
  • key color value is 3.92%
CMYK:
(0,4,1,4)
C0M4Y1K4 
(0%,4%,1%,4%)
(0.00/0.04/0.01/0.04)	

CMYK percentages

%0
%3.67
%1.22
%3.92

Codes

Color #F5ECF2 in popluar color models

F5ECF2
RGB245236242
HSL320°31.03%94.31%
HSB/HSV320°3.67%96.08%
CMYK0.00%3.67%1.22%
3.92%

Color #F5ECF2 in popluar number systems.

HEXF5ECF2
Decimal245236242
Binary111101011110110011110010
Octal365354362

Shades and tints

Shades of #F5ECF2

#F5ECF2
(245,236,242)
#DFD7DC
(223,215,220)
#C9C2C6
(201,194,198)
#B3ADB0
(179,173,176)
#9D989A
(157,152,154)
#878384
(135,131,132)
#716E6E
(113,110,110)
#5B5958
(91,89,88)
#454442
(69,68,66)
#2F2F2C
(47,47,44)
#191A16
(25,26,22)
#000000
(0,0,0)

Tints of #F5ECF2

#F5ECF2
(245,236,242)
#F5EDF3
(245,237,243)
#F5EEF4
(245,238,244)
#F5EFF5
(245,239,245)
#F5F0F6
(245,240,246)
#F5F1F7
(245,241,247)
#F5F2F8
(245,242,248)
#F5F3F9
(245,243,249)
#F5F4FA
(245,244,250)
#F5F5FB
(245,245,251)
#F5F6FC
(245,246,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #F5ECF2 color. Also use rgb(245,236,242) instead hex code.

Text Font Color

.myTextColor { color: #F5ECF2; }

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

This text font color is #F5ECF2.


Background Color

.myBgColor { background-color: #F5ECF2; }

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

This div background color is #F5ECF2.


Border color

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

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

This div border color is #F5ECF2.


Opacity

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

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

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

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

This text has shadow with #F5ECF2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F5ECF2 on black background.


Color preview on white background

This text has color #F5ECF2 on white background.



Black color preview on #F5ECF2 background

This text has black color on #F5ECF2 background.


White color preview on #F5ECF2 background

This text has white color on #F5ECF2 background.