COLOR #FCEBE1

HEX: #FCEBE1 RGB: (252,235,225)

Color info

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

RGB color model

#FCEBE1 color RGB value is (252,235,225).

RGB: (252,235,225) (99%, 92%, 88%)

RGB channels and saturation

R 252 of 255 = 99%
G 235 of 255 = 92%
B 225 of 255 = 88%

252
235
225

R + G + B ~ 93%. #FCEBE1 is light color.

Portions of RGB colors in percentages

R + G + B = 252 + 235 + 225 = 712 (100%)
R 252 of 712 ~ 35.39%
G 235 of 712 ~ 33.01%
B 225 of 712 ~ 31.6'%

%35.39
%33.01
%31.6

CMYK color model

#FCEBE1 color CMYK value is (0,7,11,1).

  • cyan value is 0.00%
  • magenta value is 6.75%
  • yellow value is 10.71%
  • key color value is 1.18%

CMYK: (0,7,11,1)
C0M7Y11K1 (0%, 7%, 11%, 1%)
(0.00 / 0.07 / 0.11 / 0.01)

CMYK percentages

%0
%6.75
%10.71
%1.18

Codes

Color #FCEBE1 in popluar color models

FC EB E1
RGB 252 235 225
HSL 22° 81.82% 93.53%
HSB/HSV 22° 10.71% 98.82%
CMYK 0.00% 6.75% 10.71%
1.18%

Color #FCEBE1 in popluar number systems.

HEX FC EB E1
Decimal 252 235 225
Binary 11111100 11101011 11100001
Octal 374 353 341

Shades and tints

Shades of #FCEBE1

#FCEBE1
(252,235,225)
#E6D6CD
(230,214,205)
#D0C1B9
(208,193,185)
#BAACA5
(186,172,165)
#A49791
(164,151,145)
#8E827D
(142,130,125)
#786D69
(120,109,105)
#625855
(98,88,85)
#4C4341
(76,67,65)
#362E2D
(54,46,45)
#201919
(32,25,25)
#000000
(0,0,0)

Tints of #FCEBE1

#FCEBE1
(252,235,225)
#FCECE3
(252,236,227)
#FCEDE5
(252,237,229)
#FCEEE7
(252,238,231)
#FCEFE9
(252,239,233)
#FCF0EB
(252,240,235)
#FCF1ED
(252,241,237)
#FCF2EF
(252,242,239)
#FCF3F1
(252,243,241)
#FCF4F3
(252,244,243)
#FCF5F5
(252,245,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FCEBE1 color. Also use rgb(252,235,225) instead hex code.

Text Font Color

.myTextColor { color: #FCEBE1; }

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

This text font color is #FCEBE1.

Background Color

.myBgColor { background-color: #FCEBE1; }

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

This div background color is #FCEBE1.

Border color

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

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

This div border color is #FCEBE1.

Opacity

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

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

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

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

This text has shadow with #FCEBE1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FCEBE1.

Preview

Color preview on black background

This text has color #FCEBE1 on black background.


Color preview on white background

This text has color #FCEBE1 on white background.


Black color preview on #FCEBE1 background

This text has black color on #FCEBE1 background.


White color preview on #FCEBE1 background

This text has white color on #FCEBE1 background.


Related colors

Complementary color

Complementary color for #hex is #03141E.


I love getcolorcode.com

Triadic colors

1 #E1FCEB and #EBE1FC with #FCEBE1 are triadic colors.

2 #E1EBFC and #EBFCE1 with #FCEBE1 are triadic colors.