COLOR #F5ECFD

HEX: #F5ECFD RGB: (245,236,253)

Color info

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

RGB color model

#F5ECFD color RGB value is (245,236,253).

RGB: (245,236,253) (96%, 93%, 99%)

RGB channels and saturation

R 245 of 255 = 96%
G 236 of 255 = 93%
B 253 of 255 = 99%

245
236
253

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

Portions of RGB colors in percentages

R + G + B = 245 + 236 + 253 = 734 (100%)
R 245 of 734 ~ 33.38%
G 236 of 734 ~ 32.15%
B 253 of 734 ~ 34.47'%

%33.38
%32.15
%34.47

CMYK color model

#F5ECFD color CMYK value is (3,7,0,1).

  • cyan value is 3.16%
  • magenta value is 6.72%
  • yellow value is 0.00%
  • key color value is 0.78%

CMYK: (3,7,0,1)
C3M7Y0K1 (3%, 7%, 0%, 1%)
(0.03 / 0.07 / 0.00 / 0.01)

CMYK percentages

%3.16
%6.72
%0
%0.78

Codes

Color #F5ECFD in popluar color models

F5 EC FD
RGB 245 236 253
HSL 272° 80.95% 95.88%
HSB/HSV 272° 6.72% 99.22%
CMYK 3.16% 6.72% 0.00%
0.78%

Color #F5ECFD in popluar number systems.

HEX F5 EC FD
Decimal 245 236 253
Binary 11110101 11101100 11111101
Octal 365 354 375

Shades and tints

Shades of #F5ECFD

#F5ECFD
(245,236,253)
#DFD7E6
(223,215,230)
#C9C2CF
(201,194,207)
#B3ADB8
(179,173,184)
#9D98A1
(157,152,161)
#87838A
(135,131,138)
#716E73
(113,110,115)
#5B595C
(91,89,92)
#454445
(69,68,69)
#2F2F2E
(47,47,46)
#191A17
(25,26,23)
#000000
(0,0,0)

Tints of #F5ECFD

#F5ECFD
(245,236,253)
#F5EDFD
(245,237,253)
#F5EEFD
(245,238,253)
#F5EFFD
(245,239,253)
#F5F0FD
(245,240,253)
#F5F1FD
(245,241,253)
#F5F2FD
(245,242,253)
#F5F3FD
(245,243,253)
#F5F4FD
(245,244,253)
#F5F5FD
(245,245,253)
#F5F6FD
(245,246,253)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F5ECFD; }

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

This text font color is #F5ECFD.

Background Color

.myBgColor { background-color: #F5ECFD; }

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

This div background color is #F5ECFD.

Border color

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

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

This div border color is #F5ECFD.

Opacity

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

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

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

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

This text has shadow with #F5ECFD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F5ECFD.

Preview

Color preview on black background

This text has color #F5ECFD on black background.


Color preview on white background

This text has color #F5ECFD on white background.


Black color preview on #F5ECFD background

This text has black color on #F5ECFD background.


White color preview on #F5ECFD background

This text has white color on #F5ECFD background.


Related colors

Complementary color

Complementary color for #hex is #0A1302.


I love getcolorcode.com

Triadic colors

1 #FDF5EC and #ECFDF5 with #F5ECFD are triadic colors.

2 #FDECF5 and #ECF5FD with #F5ECFD are triadic colors.