COLOR #FCE3DB

HEX: #FCE3DB
RGB: (252,227,219)

Color info

#FCE3DB contains red, green and blue colors in about the same proportion. Web safe color of #FCE3DB is #FFCCCC (or #FCC).

RGB color model

#FCE3DB color RGB value is (252,227,219).

  • red value is 252;
  • green value is 227;
  • blue value is 219.
RGB:
(252,227,219)
(99%,89%,86%)

RGB channels and saturation

R 252 of 255 = 99%
G 227 of 255 = 89%
B 219 of 255 = 86%

252
227
219

R + G + B ~ 91%. #FCE3DB is light color.

Portions of RGB colors in percentages

R + G + B =
252 + 227 + 219 = 698 (100%)
R 252 of 698 ~ 36.1%
G 227 of 698 ~ 32.52%
B 219 of 698 ~ 31.38%

%36.1
%32.52
%31.38

CMYK color model

#FCE3DB color CMYK value is (0,10,13,1).

  • cyan value is 0.00%
  • magenta value is 9.92%
  • yellow value is 13.10%
  • key color value is 1.18%
CMYK:
(0,10,13,1)
C0M10Y13K1 
(0%,10%,13%,1%)
(0.00/0.10/0.13/0.01)	

CMYK percentages

%0
%9.92
%13.1
%1.18

Codes

Color #FCE3DB in popluar color models

FCE3DB
RGB252227219
HSL15°84.62%92.35%
HSB/HSV15°13.10%98.82%
CMYK0.00%9.92%13.10%
1.18%

Color #FCE3DB in popluar number systems.

HEXFCE3DB
Decimal252227219
Binary111111001110001111011011
Octal374343333

Shades and tints

Shades of #FCE3DB

#FCE3DB
(252,227,219)
#E6CFC8
(230,207,200)
#D0BBB5
(208,187,181)
#BAA7A2
(186,167,162)
#A4938F
(164,147,143)
#8E7F7C
(142,127,124)
#786B69
(120,107,105)
#625756
(98,87,86)
#4C4343
(76,67,67)
#362F30
(54,47,48)
#201B1D
(32,27,29)
#000000
(0,0,0)

Tints of #FCE3DB

#FCE3DB
(252,227,219)
#FCE5DE
(252,229,222)
#FCE7E1
(252,231,225)
#FCE9E4
(252,233,228)
#FCEBE7
(252,235,231)
#FCEDEA
(252,237,234)
#FCEFED
(252,239,237)
#FCF1F0
(252,241,240)
#FCF3F3
(252,243,243)
#FCF5F6
(252,245,246)
#FCF7F9
(252,247,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FCE3DB; }

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

This text font color is #FCE3DB.


Background Color

.myBgColor { background-color: #FCE3DB; }

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

This div background color is #FCE3DB.


Border color

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

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

This div border color is #FCE3DB.


Opacity

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

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

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

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

This text has shadow with #FCE3DB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FCE3DB on black background.


Color preview on white background

This text has color #FCE3DB on white background.



Black color preview on #FCE3DB background

This text has black color on #FCE3DB background.


White color preview on #FCE3DB background

This text has white color on #FCE3DB background.