COLOR #FCEBE6

HEX: #FCEBE6
RGB: (252,235,230)

Color info

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

RGB color model

#FCEBE6 color RGB value is (252,235,230).

  • red value is 252;
  • green value is 235;
  • blue value is 230.
RGB:
(252,235,230)
(99%,92%,90%)

RGB channels and saturation

R 252 of 255 = 99%
G 235 of 255 = 92%
B 230 of 255 = 90%

252
235
230

R + G + B ~ 94%. #FCEBE6 is light color.

Portions of RGB colors in percentages

R + G + B =
252 + 235 + 230 = 717 (100%)
R 252 of 717 ~ 35.15%
G 235 of 717 ~ 32.78%
B 230 of 717 ~ 32.08%

%35.15
%32.78
%32.08

CMYK color model

#FCEBE6 color CMYK value is (0,7,9,1).

  • cyan value is 0.00%
  • magenta value is 6.75%
  • yellow value is 8.73%
  • key color value is 1.18%
CMYK:
(0,7,9,1)
C0M7Y9K1 
(0%,7%,9%,1%)
(0.00/0.07/0.09/0.01)	

CMYK percentages

%0
%6.75
%8.73
%1.18

Codes

Color #FCEBE6 in popluar color models

FCEBE6
RGB252235230
HSL14°78.57%94.51%
HSB/HSV14°8.73%98.82%
CMYK0.00%6.75%8.73%
1.18%

Color #FCEBE6 in popluar number systems.

HEXFCEBE6
Decimal252235230
Binary111111001110101111100110
Octal374353346

Shades and tints

Shades of #FCEBE6

#FCEBE6
(252,235,230)
#E6D6D2
(230,214,210)
#D0C1BE
(208,193,190)
#BAACAA
(186,172,170)
#A49796
(164,151,150)
#8E8282
(142,130,130)
#786D6E
(120,109,110)
#62585A
(98,88,90)
#4C4346
(76,67,70)
#362E32
(54,46,50)
#20191E
(32,25,30)
#000000
(0,0,0)

Tints of #FCEBE6

#FCEBE6
(252,235,230)
#FCECE8
(252,236,232)
#FCEDEA
(252,237,234)
#FCEEEC
(252,238,236)
#FCEFEE
(252,239,238)
#FCF0F0
(252,240,240)
#FCF1F2
(252,241,242)
#FCF2F4
(252,242,244)
#FCF3F6
(252,243,246)
#FCF4F8
(252,244,248)
#FCF5FA
(252,245,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FCEBE6; }

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

This text font color is #FCEBE6.


Background Color

.myBgColor { background-color: #FCEBE6; }

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

This div background color is #FCEBE6.


Border color

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

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

This div border color is #FCEBE6.


Opacity

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

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

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

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

This text has shadow with #FCEBE6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FCEBE6 on black background.


Color preview on white background

This text has color #FCEBE6 on white background.



Black color preview on #FCEBE6 background

This text has black color on #FCEBE6 background.


White color preview on #FCEBE6 background

This text has white color on #FCEBE6 background.