COLOR #F5ECBE

HEX: #F5ECBE RGB: (245,236,190)

Color info

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

RGB color model

#F5ECBE color RGB value is (245,236,190).

RGB: (245,236,190) (96%, 93%, 75%)

RGB channels and saturation

R 245 of 255 = 96%
G 236 of 255 = 93%
B 190 of 255 = 75%

245
236
190

R + G + B ~ 88%. #F5ECBE is light color.

Portions of RGB colors in percentages

R + G + B = 245 + 236 + 190 = 671 (100%)
R 245 of 671 ~ 36.51%
G 236 of 671 ~ 35.17%
B 190 of 671 ~ 28.32'%

%36.51
%35.17
%28.32

CMYK color model

#F5ECBE color CMYK value is (0,4,22,4).

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

CMYK: (0,4,22,4)
C0M4Y22K4 (0%, 4%, 22%, 4%)
(0.00 / 0.04 / 0.22 / 0.04)

CMYK percentages

%0
%3.67
%22.45
%3.92

Codes

Color #F5ECBE in popluar color models

F5 EC BE
RGB 245 236 190
HSL 50° 73.33% 85.29%
HSB/HSV 50° 22.45% 96.08%
CMYK 0.00% 3.67% 22.45%
3.92%

Color #F5ECBE in popluar number systems.

HEX F5 EC BE
Decimal 245 236 190
Binary 11110101 11101100 10111110
Octal 365 354 276

Shades and tints

Shades of #F5ECBE

#F5ECBE
(245,236,190)
#DFD7AD
(223,215,173)
#C9C29C
(201,194,156)
#B3AD8B
(179,173,139)
#9D987A
(157,152,122)
#878369
(135,131,105)
#716E58
(113,110,88)
#5B5947
(91,89,71)
#454436
(69,68,54)
#2F2F25
(47,47,37)
#191A14
(25,26,20)
#000000
(0,0,0)

Tints of #F5ECBE

#F5ECBE
(245,236,190)
#F5EDC3
(245,237,195)
#F5EEC8
(245,238,200)
#F5EFCD
(245,239,205)
#F5F0D2
(245,240,210)
#F5F1D7
(245,241,215)
#F5F2DC
(245,242,220)
#F5F3E1
(245,243,225)
#F5F4E6
(245,244,230)
#F5F5EB
(245,245,235)
#F5F6F0
(245,246,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #F5ECBE; }

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

This text font color is #F5ECBE.

Background Color

.myBgColor { background-color: #F5ECBE; }

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

This div background color is #F5ECBE.

Border color

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

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

This div border color is #F5ECBE.

Opacity

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

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

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

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

This text has shadow with #F5ECBE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #F5ECBE.

Preview

Color preview on black background

This text has color #F5ECBE on black background.


Color preview on white background

This text has color #F5ECBE on white background.


Black color preview on #F5ECBE background

This text has black color on #F5ECBE background.


White color preview on #F5ECBE background

This text has white color on #F5ECBE background.


Related colors

Complementary color

Complementary color for #hex is #0A1341.


I love getcolorcode.com

Triadic colors

1 #BEF5EC and #ECBEF5 with #F5ECBE are triadic colors.

2 #BEECF5 and #ECF5BE with #F5ECBE are triadic colors.