COLOR #F5ECE1

HEX: #F5ECE1 RGB: (245,236,225)

Color info

#F5ECE1 contains red, green and blue colors in about the same proportion. Web safe color of #F5ECE1 is #FFFFCC (or #FFC).

RGB color model

#F5ECE1 color RGB value is (245,236,225).

RGB: (245,236,225) (96%, 93%, 88%)

RGB channels and saturation

R 245 of 255 = 96%
G 236 of 255 = 93%
B 225 of 255 = 88%

245
236
225

R + G + B ~ 92%. #F5ECE1 is light color.

Portions of RGB colors in percentages

R + G + B = 245 + 236 + 225 = 706 (100%)
R 245 of 706 ~ 34.7%
G 236 of 706 ~ 33.43%
B 225 of 706 ~ 31.87'%

%34.7
%33.43
%31.87

CMYK color model

#F5ECE1 color CMYK value is (0,4,8,4).

  • cyan value is 0.00%
  • magenta value is 3.67%
  • yellow value is 8.16%
  • key color value is 3.92%

CMYK: (0,4,8,4)
C0M4Y8K4 (0%, 4%, 8%, 4%)
(0.00 / 0.04 / 0.08 / 0.04)

CMYK percentages

%0
%3.67
%8.16
%3.92

Codes

Color #F5ECE1 in popluar color models

F5 EC E1
RGB 245 236 225
HSL 33° 50.00% 92.16%
HSB/HSV 33° 8.16% 96.08%
CMYK 0.00% 3.67% 8.16%
3.92%

Color #F5ECE1 in popluar number systems.

HEX F5 EC E1
Decimal 245 236 225
Binary 11110101 11101100 11100001
Octal 365 354 341

Shades and tints

Shades of #F5ECE1

#F5ECE1
(245,236,225)
#DFD7CD
(223,215,205)
#C9C2B9
(201,194,185)
#B3ADA5
(179,173,165)
#9D9891
(157,152,145)
#87837D
(135,131,125)
#716E69
(113,110,105)
#5B5955
(91,89,85)
#454441
(69,68,65)
#2F2F2D
(47,47,45)
#191A19
(25,26,25)
#000000
(0,0,0)

Tints of #F5ECE1

#F5ECE1
(245,236,225)
#F5EDE3
(245,237,227)
#F5EEE5
(245,238,229)
#F5EFE7
(245,239,231)
#F5F0E9
(245,240,233)
#F5F1EB
(245,241,235)
#F5F2ED
(245,242,237)
#F5F3EF
(245,243,239)
#F5F4F1
(245,244,241)
#F5F5F3
(245,245,243)
#F5F6F5
(245,246,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F5ECE1; }

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

This text font color is #F5ECE1.

Background Color

.myBgColor { background-color: #F5ECE1; }

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

This div background color is #F5ECE1.

Border color

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

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

This div border color is #F5ECE1.

Opacity

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

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

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

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

This text has shadow with #F5ECE1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F5ECE1.

Preview

Color preview on black background

This text has color #F5ECE1 on black background.


Color preview on white background

This text has color #F5ECE1 on white background.


Black color preview on #F5ECE1 background

This text has black color on #F5ECE1 background.


White color preview on #F5ECE1 background

This text has white color on #F5ECE1 background.


Related colors

Complementary color

Complementary color for #hex is #0A131E.


I love getcolorcode.com

Triadic colors

1 #E1F5EC and #ECE1F5 with #F5ECE1 are triadic colors.

2 #E1ECF5 and #ECF5E1 with #F5ECE1 are triadic colors.