COLOR #FFECBA

HEX: #FFECBA
RGB: (255,236,186)

Color info

#FFECBA contains mainly red and green colors. Web safe color of #FFECBA is #FFFFCC (or #FFC).

RGB color model

#FFECBA color RGB value is (255,236,186).

  • red value is 255;
  • green value is 236;
  • blue value is 186.
RGB:
(255,236,186)
(100%,93%,73%)

RGB channels and saturation

R 255 of 255 = 100%
G 236 of 255 = 93%
B 186 of 255 = 73%

255
236
186

R + G + B ~ 89%. #FFECBA is light color.

Portions of RGB colors in percentages

R + G + B =
255 + 236 + 186 = 677 (100%)
R 255 of 677 ~ 37.67%
G 236 of 677 ~ 34.86%
B 186 of 677 ~ 27.47%

%37.67
%34.86
%27.47

CMYK color model

#FFECBA color CMYK value is (0,7,27,0).

  • cyan value is 0.00%
  • magenta value is 7.45%
  • yellow value is 27.06%
  • key color value is 0.00%
CMYK:
(0,7,27,0)
C0M7Y27K0 
(0%,7%,27%,0%)
(0.00/0.07/0.27/0.00)	

CMYK percentages

%0
%7.45
%27.06
%0

Codes

Color #FFECBA in popluar color models

FFECBA
RGB255236186
HSL43°100.00%86.47%
HSB/HSV43°27.06%100.00%
CMYK0.00%7.45%27.06%
0.00%

Color #FFECBA in popluar number systems.

HEXFFECBA
Decimal255236186
Binary111111111110110010111010
Octal377354272

Shades and tints

Shades of #FFECBA

#FFECBA
(255,236,186)
#E8D7AA
(232,215,170)
#D1C29A
(209,194,154)
#BAAD8A
(186,173,138)
#A3987A
(163,152,122)
#8C836A
(140,131,106)
#756E5A
(117,110,90)
#5E594A
(94,89,74)
#47443A
(71,68,58)
#302F2A
(48,47,42)
#191A1A
(25,26,26)
#000000
(0,0,0)

Tints of #FFECBA

#FFECBA
(255,236,186)
#FFEDC0
(255,237,192)
#FFEEC6
(255,238,198)
#FFEFCC
(255,239,204)
#FFF0D2
(255,240,210)
#FFF1D8
(255,241,216)
#FFF2DE
(255,242,222)
#FFF3E4
(255,243,228)
#FFF4EA
(255,244,234)
#FFF5F0
(255,245,240)
#FFF6F6
(255,246,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FFECBA color. Also use rgb(255,236,186) instead hex code.

Text Font Color

.myTextColor { color: #FFECBA; }

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

This text font color is #FFECBA.


Background Color

.myBgColor { background-color: #FFECBA; }

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

This div background color is #FFECBA.


Border color

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

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

This div border color is #FFECBA.


Opacity

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

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

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

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

This text has shadow with #FFECBA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FFECBA on black background.


Color preview on white background

This text has color #FFECBA on white background.



Black color preview on #FFECBA background

This text has black color on #FFECBA background.


White color preview on #FFECBA background

This text has white color on #FFECBA background.