COLOR #FCEBE3

HEX: #FCEBE3 RGB: (252,235,227)

Color info

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

RGB color model

#FCEBE3 color RGB value is (252,235,227).

RGB: (252,235,227) (99%, 92%, 89%)

RGB channels and saturation

R 252 of 255 = 99%
G 235 of 255 = 92%
B 227 of 255 = 89%

252
235
227

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

Portions of RGB colors in percentages

R + G + B = 252 + 235 + 227 = 714 (100%)
R 252 of 714 ~ 35.29%
G 235 of 714 ~ 32.91%
B 227 of 714 ~ 31.79'%

%35.29
%32.91
%31.79

CMYK color model

#FCEBE3 color CMYK value is (0,7,10,1).

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

CMYK: (0,7,10,1)
C0M7Y10K1 (0%, 7%, 10%, 1%)
(0.00 / 0.07 / 0.10 / 0.01)

CMYK percentages

%0
%6.75
%9.92
%1.18

Codes

Color #FCEBE3 in popluar color models

FC EB E3
RGB 252 235 227
HSL 19° 80.65% 93.92%
HSB/HSV 19° 9.92% 98.82%
CMYK 0.00% 6.75% 9.92%
1.18%

Color #FCEBE3 in popluar number systems.

HEX FC EB E3
Decimal 252 235 227
Binary 11111100 11101011 11100011
Octal 374 353 343

Shades and tints

Shades of #FCEBE3

#FCEBE3
(252,235,227)
#E6D6CF
(230,214,207)
#D0C1BB
(208,193,187)
#BAACA7
(186,172,167)
#A49793
(164,151,147)
#8E827F
(142,130,127)
#786D6B
(120,109,107)
#625857
(98,88,87)
#4C4343
(76,67,67)
#362E2F
(54,46,47)
#20191B
(32,25,27)
#000000
(0,0,0)

Tints of #FCEBE3

#FCEBE3
(252,235,227)
#FCECE5
(252,236,229)
#FCEDE7
(252,237,231)
#FCEEE9
(252,238,233)
#FCEFEB
(252,239,235)
#FCF0ED
(252,240,237)
#FCF1EF
(252,241,239)
#FCF2F1
(252,242,241)
#FCF3F3
(252,243,243)
#FCF4F5
(252,244,245)
#FCF5F7
(252,245,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FCEBE3; }

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

This text font color is #FCEBE3.

Background Color

.myBgColor { background-color: #FCEBE3; }

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

This div background color is #FCEBE3.

Border color

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

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

This div border color is #FCEBE3.

Opacity

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

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

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

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

This text has shadow with #FCEBE3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FCEBE3.

Preview

Color preview on black background

This text has color #FCEBE3 on black background.


Color preview on white background

This text has color #FCEBE3 on white background.


Black color preview on #FCEBE3 background

This text has black color on #FCEBE3 background.


White color preview on #FCEBE3 background

This text has white color on #FCEBE3 background.


Related colors

Complementary color

Complementary color for #hex is #03141C.


I love getcolorcode.com

Triadic colors

1 #E3FCEB and #EBE3FC with #FCEBE3 are triadic colors.

2 #E3EBFC and #EBFCE3 with #FCEBE3 are triadic colors.