COLOR #F5ECFB

HEX: #F5ECFB RGB: (245,236,251)

Color info

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

RGB color model

#F5ECFB color RGB value is (245,236,251).

RGB: (245,236,251) (96%, 93%, 98%)

RGB channels and saturation

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

245
236
251

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

Portions of RGB colors in percentages

R + G + B = 245 + 236 + 251 = 732 (100%)
R 245 of 732 ~ 33.47%
G 236 of 732 ~ 32.24%
B 251 of 732 ~ 34.29'%

%33.47
%32.24
%34.29

CMYK color model

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

  • cyan value is 2.39%
  • magenta value is 5.98%
  • yellow value is 0.00%
  • key color value is 1.57%
CMYK: (2,6,0,2) C2M6Y0K2 (2%,6%,0%,2%) (0.02/0.06/0.00/0.02) 

CMYK percentages

%2.39
%5.98
%0
%1.57

Codes

Color #F5ECFB in popluar color models

F5 EC FB
RGB 245 236 251
HSL 276° 65.22% 95.49%
HSB/HSV 276° 5.98% 98.43%
CMYK 2.39% 5.98% 0.00%
1.57%

Color #F5ECFB in popluar number systems.

HEX F5 EC FB
Decimal 245 236 251
Binary 11110101 11101100 11111011
Octal 365 354 373

Shades and tints

Shades of #F5ECFB

#F5ECFB
(245,236,251)
#DFD7E5
(223,215,229)
#C9C2CF
(201,194,207)
#B3ADB9
(179,173,185)
#9D98A3
(157,152,163)
#87838D
(135,131,141)
#716E77
(113,110,119)
#5B5961
(91,89,97)
#45444B
(69,68,75)
#2F2F35
(47,47,53)
#191A1F
(25,26,31)
#000000
(0,0,0)

Tints of #F5ECFB

#F5ECFB
(245,236,251)
#F5EDFB
(245,237,251)
#F5EEFB
(245,238,251)
#F5EFFB
(245,239,251)
#F5F0FB
(245,240,251)
#F5F1FB
(245,241,251)
#F5F2FB
(245,242,251)
#F5F3FB
(245,243,251)
#F5F4FB
(245,244,251)
#F5F5FB
(245,245,251)
#F5F6FB
(245,246,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F5ECFB; }

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

This text font color is #F5ECFB.

Background Color

.myBgColor { background-color: #F5ECFB; }

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

This div background color is #F5ECFB.

Border color

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

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

This div border color is #F5ECFB.

Opacity

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

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

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

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

This text has shadow with #F5ECFB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F5ECFB.

Preview

Color preview on black background

This text has color #F5ECFB on black background.


Color preview on white background

This text has color #F5ECFB on white background.


Black color preview on #F5ECFB background

This text has black color on #F5ECFB background.


White color preview on #F5ECFB background

This text has white color on #F5ECFB background.


Related colors

Complementary color

Complementary color for #hex is #0A1304.


I love getcolorcode.com

Triadic colors

1 #FBF5EC and #ECFBF5 with #F5ECFB are triadic colors.

2 #FBECF5 and #ECF5FB with #F5ECFB are triadic colors.