COLOR #F5ECFA

HEX: #F5ECFA
RGB: (245,236,250)

Color info

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

RGB color model

#F5ECFA color RGB value is (245,236,250).

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

RGB channels and saturation

R 245 of 255 = 96%
G 236 of 255 = 93%
B 250 of 255 = 98%

245
236
250

R + G + B ~ 96%. #F5ECFA is light color.

Portions of RGB colors in percentages

R + G + B =
245 + 236 + 250 = 731 (100%)
R 245 of 731 ~ 33.52%
G 236 of 731 ~ 32.28%
B 250 of 731 ~ 34.2%

%33.52
%32.28
%34.2

CMYK color model

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

  • cyan value is 2.00%
  • magenta value is 5.60%
  • yellow value is 0.00%
  • key color value is 1.96%
CMYK:
(2,6,0,2)
C2M6Y0K2 
(2%,6%,0%,2%)
(0.02/0.06/0.00/0.02)	

CMYK percentages

%2
%5.6
%0
%1.96

Codes

Color #F5ECFA in popluar color models

F5ECFA
RGB245236250
HSL279°58.33%95.29%
HSB/HSV279°5.60%98.04%
CMYK2.00%5.60%0.00%
1.96%

Color #F5ECFA in popluar number systems.

HEXF5ECFA
Decimal245236250
Binary111101011110110011111010
Octal365354372

Shades and tints

Shades of #F5ECFA

#F5ECFA
(245,236,250)
#DFD7E4
(223,215,228)
#C9C2CE
(201,194,206)
#B3ADB8
(179,173,184)
#9D98A2
(157,152,162)
#87838C
(135,131,140)
#716E76
(113,110,118)
#5B5960
(91,89,96)
#45444A
(69,68,74)
#2F2F34
(47,47,52)
#191A1E
(25,26,30)
#000000
(0,0,0)

Tints of #F5ECFA

#F5ECFA
(245,236,250)
#F5EDFA
(245,237,250)
#F5EEFA
(245,238,250)
#F5EFFA
(245,239,250)
#F5F0FA
(245,240,250)
#F5F1FA
(245,241,250)
#F5F2FA
(245,242,250)
#F5F3FA
(245,243,250)
#F5F4FA
(245,244,250)
#F5F5FA
(245,245,250)
#F5F6FA
(245,246,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F5ECFA; }

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

This text font color is #F5ECFA.


Background Color

.myBgColor { background-color: #F5ECFA; }

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

This div background color is #F5ECFA.


Border color

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

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

This div border color is #F5ECFA.


Opacity

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

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

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

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

This text has shadow with #F5ECFA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #F5ECFA on black background.


Color preview on white background

This text has color #F5ECFA on white background.



Black color preview on #F5ECFA background

This text has black color on #F5ECFA background.


White color preview on #F5ECFA background

This text has white color on #F5ECFA background.