COLOR #FCE5D8

HEX: #FCE5D8
RGB: (252,229,216)

Renk bilgisi

#FCE5D8 contains red, green and blue colors in about the same proportion. #FCE5D8 ‘ nin web güvenlik rengi #FFCCCC (ya da #FCC) dir.

RGB renk modeli

#FCE5D8 color RGB value is (252,229,216).

  • kırmız ton 252;
  • yeşil ton 229;
  • mavi ton 216.
RGB:
(252,229,216)
(99%,90%,85%)

RGB bağlantıları ve doygunluk

R 252 of 255 = 99%
G 229 of 255 = 90%
B 216 of 255 = 85%

252
229
216

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

Yüzdelerle RGB renk parçaları

R + G + B =
252 + 229 + 216 = 697 (100%)
R 252 of 697 ~ 36.15%
G 229 of 697 ~ 32.86%
B 216 of 697 ~ 30.99%

%36.15
%32.86
%30.99

CMYK RENK MODELİ

#FCE5D8 rengi CMYK tonu (0,9,14,1).

  • camgöbeği tonu 0.00%
  • eflatun tonu 9.13%
  • sarı tonu 14.29%
  • ana renk tonu 1.18%
CMYK:
(0,9,14,1)
C0M9Y14K1 
(0%,9%,14%,1%)
(0.00/0.09/0.14/0.01)	

CMYK yüzdeleri

%0
%9.13
%14.29
%1.18

Codes

Color #FCE5D8 in popluar color models

FCE5D8
RGB252229216
HSL22°85.71%91.76%
HSB/HSV22°14.29%98.82%
CMYK0.00%9.13%14.29%
1.18%

Color #FCE5D8 in popluar number systems.

HEXFCE5D8
Decimal252229216
Binary111111001110010111011000
Octal374345330

Shades and tints

Shades of #FCE5D8

#FCE5D8
(252,229,216)
#E6D1C5
(230,209,197)
#D0BDB2
(208,189,178)
#BAA99F
(186,169,159)
#A4958C
(164,149,140)
#8E8179
(142,129,121)
#786D66
(120,109,102)
#625953
(98,89,83)
#4C4540
(76,69,64)
#36312D
(54,49,45)
#201D1A
(32,29,26)
#000000
(0,0,0)

Tints of #FCE5D8

#FCE5D8
(252,229,216)
#FCE7DB
(252,231,219)
#FCE9DE
(252,233,222)
#FCEBE1
(252,235,225)
#FCEDE4
(252,237,228)
#FCEFE7
(252,239,231)
#FCF1EA
(252,241,234)
#FCF3ED
(252,243,237)
#FCF5F0
(252,245,240)
#FCF7F3
(252,247,243)
#FCF9F6
(252,249,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FCE5D8 color. Also use rgb(252,229,216) instead hex code.

Text Font Color

.myTextColor { color: #FCE5D8; }

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

This text font color is #FCE5D8.


Background Color

.myBgColor { background-color: #FCE5D8; }

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

This div background color is #FCE5D8.


Border color

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

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

This div border color is #FCE5D8.


Opacity

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

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

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

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

This text has shadow with #FCE5D8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FCE5D8 on black background.


Color preview on white background

This text has color #FCE5D8 on white background.



Black color preview on #FCE5D8 background

This text has black color on #FCE5D8 background.


White color preview on #FCE5D8 background

This text has white color on #FCE5D8 background.