COLOR #FFECC3

HEX: #FFECC3 RGB: (255,236,195)

Color info

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

RGB color model

#FFECC3 color RGB value is (255,236,195).

RGB: (255,236,195) (100%, 93%, 76%)

RGB channels and saturation

R 255 of 255 = 100%
G 236 of 255 = 93%
B 195 of 255 = 76%

255
236
195

R + G + B ~ 90%. #FFECC3 is light color.

Portions of RGB colors in percentages

R + G + B = 255 + 236 + 195 = 686 (100%)
R 255 of 686 ~ 37.17%
G 236 of 686 ~ 34.4%
B 195 of 686 ~ 28.43'%

%37.17
%34.4
%28.43

CMYK color model

#FFECC3 color CMYK value is (0,7,24,0).

  • cyan value is 0.00%
  • magenta value is 7.45%
  • yellow value is 23.53%
  • key color value is 0.00%

CMYK: (0,7,24,0)
C0M7Y24K0 (0%, 7%, 24%, 0%)
(0.00 / 0.07 / 0.24 / 0.00)

CMYK percentages

%0
%7.45
%23.53
%0

Codes

Color #FFECC3 in popluar color models

FF EC C3
RGB 255 236 195
HSL 41° 100.00% 88.24%
HSB/HSV 41° 23.53% 100.00%
CMYK 0.00% 7.45% 23.53%
0.00%

Color #FFECC3 in popluar number systems.

HEX FF EC C3
Decimal 255 236 195
Binary 11111111 11101100 11000011
Octal 377 354 303

Shades and tints

Shades of #FFECC3

#FFECC3
(255,236,195)
#E8D7B2
(232,215,178)
#D1C2A1
(209,194,161)
#BAAD90
(186,173,144)
#A3987F
(163,152,127)
#8C836E
(140,131,110)
#756E5D
(117,110,93)
#5E594C
(94,89,76)
#47443B
(71,68,59)
#302F2A
(48,47,42)
#191A19
(25,26,25)
#000000
(0,0,0)

Tints of #FFECC3

#FFECC3
(255,236,195)
#FFEDC8
(255,237,200)
#FFEECD
(255,238,205)
#FFEFD2
(255,239,210)
#FFF0D7
(255,240,215)
#FFF1DC
(255,241,220)
#FFF2E1
(255,242,225)
#FFF3E6
(255,243,230)
#FFF4EB
(255,244,235)
#FFF5F0
(255,245,240)
#FFF6F5
(255,246,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FFECC3; }

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

This text font color is #FFECC3.

Background Color

.myBgColor { background-color: #FFECC3; }

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

This div background color is #FFECC3.

Border color

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

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

This div border color is #FFECC3.

Opacity

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

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

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

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

This text has shadow with #FFECC3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FFECC3.

Preview

Color preview on black background

This text has color #FFECC3 on black background.


Color preview on white background

This text has color #FFECC3 on white background.


Black color preview on #FFECC3 background

This text has black color on #FFECC3 background.


White color preview on #FFECC3 background

This text has white color on #FFECC3 background.


Related colors

Complementary color

Complementary color for #hex is #00133C.


I love getcolorcode.com

Triadic colors

1 #C3FFEC and #ECC3FF with #FFECC3 are triadic colors.

2 #C3ECFF and #ECFFC3 with #FFECC3 are triadic colors.