COLOR #FCE4BE

HEX: #FCE4BE RGB: (252,228,190)

Color info

#FCE4BE contains mainly red and green colors. Web safe color of #FCE4BE is #FFCCCC (or #FCC).

RGB color model

#FCE4BE color RGB value is (252,228,190).

RGB: (252,228,190) (99%, 89%, 75%)

RGB channels and saturation

R 252 of 255 = 99%
G 228 of 255 = 89%
B 190 of 255 = 75%

252
228
190

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

Portions of RGB colors in percentages

R + G + B = 252 + 228 + 190 = 670 (100%)
R 252 of 670 ~ 37.61%
G 228 of 670 ~ 34.03%
B 190 of 670 ~ 28.36'%

%37.61
%34.03
%28.36

CMYK color model

#FCE4BE color CMYK value is (0,10,25,1).

  • cyan value is 0.00%
  • magenta value is 9.52%
  • yellow value is 24.60%
  • key color value is 1.18%
CMYK: (0,10,25,1) C0M10Y25K1 (0%,10%,25%,1%) (0.00/0.10/0.25/0.01) 

CMYK percentages

%0
%9.52
%24.6
%1.18

Codes

Color #FCE4BE in popluar color models

FC E4 BE
RGB 252 228 190
HSL 37° 91.18% 86.67%
HSB/HSV 37° 24.60% 98.82%
CMYK 0.00% 9.52% 24.60%
1.18%

Color #FCE4BE in popluar number systems.

HEX FC E4 BE
Decimal 252 228 190
Binary 11111100 11100100 10111110
Octal 374 344 276

Shades and tints

Shades of #FCE4BE

#FCE4BE
(252,228,190)
#E6D0AD
(230,208,173)
#D0BC9C
(208,188,156)
#BAA88B
(186,168,139)
#A4947A
(164,148,122)
#8E8069
(142,128,105)
#786C58
(120,108,88)
#625847
(98,88,71)
#4C4436
(76,68,54)
#363025
(54,48,37)
#201C14
(32,28,20)
#000000
(0,0,0)

Tints of #FCE4BE

#FCE4BE
(252,228,190)
#FCE6C3
(252,230,195)
#FCE8C8
(252,232,200)
#FCEACD
(252,234,205)
#FCECD2
(252,236,210)
#FCEED7
(252,238,215)
#FCF0DC
(252,240,220)
#FCF2E1
(252,242,225)
#FCF4E6
(252,244,230)
#FCF6EB
(252,246,235)
#FCF8F0
(252,248,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FCE4BE color. Also use rgb(252,228,190) instead hex code.

Text Font Color

.myTextColor { color: #FCE4BE; }

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

This text font color is #FCE4BE.

Background Color

.myBgColor { background-color: #FCE4BE; }

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

This div background color is #FCE4BE.

Border color

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

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

This div border color is #FCE4BE.

Opacity

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

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

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

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

This text has shadow with #FCE4BE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FCE4BE.

Preview

Color preview on black background

This text has color #FCE4BE on black background.


Color preview on white background

This text has color #FCE4BE on white background.


Black color preview on #FCE4BE background

This text has black color on #FCE4BE background.


White color preview on #FCE4BE background

This text has white color on #FCE4BE background.


Related colors

Complementary color

Complementary color for #hex is #031B41.


I love getcolorcode.com

Triadic colors

1 #BEFCE4 and #E4BEFC with #FCE4BE are triadic colors.

2 #BEE4FC and #E4FCBE with #FCE4BE are triadic colors.