COLOR #FCE9D6

HEX: #FCE9D6
RGB: (252,233,214)

Renk bilgisi

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

RGB renk modeli

#FCE9D6 color RGB value is (252,233,214).

  • kırmız ton 252;
  • yeşil ton 233;
  • mavi ton 214.
RGB:
(252,233,214)
(99%,91%,84%)

RGB bağlantıları ve doygunluk

R 252 of 255 = 99%
G 233 of 255 = 91%
B 214 of 255 = 84%

252
233
214

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

Yüzdelerle RGB renk parçaları

R + G + B =
252 + 233 + 214 = 699 (100%)
R 252 of 699 ~ 36.05%
G 233 of 699 ~ 33.33%
B 214 of 699 ~ 30.62%

%36.05
%33.33
%30.62

CMYK RENK MODELİ

#FCE9D6 rengi CMYK tonu (0,8,15,1).

  • camgöbeği tonu 0.00%
  • eflatun tonu 7.54%
  • sarı tonu 15.08%
  • ana renk tonu 1.18%
CMYK:
(0,8,15,1)
C0M8Y15K1 
(0%,8%,15%,1%)
(0.00/0.08/0.15/0.01)	

CMYK yüzdeleri

%0
%7.54
%15.08
%1.18

Codes

Color #FCE9D6 in popluar color models

FCE9D6
RGB252233214
HSL30°86.36%91.37%
HSB/HSV30°15.08%98.82%
CMYK0.00%7.54%15.08%
1.18%

Color #FCE9D6 in popluar number systems.

HEXFCE9D6
Decimal252233214
Binary111111001110100111010110
Octal374351326

Shades and tints

Shades of #FCE9D6

#FCE9D6
(252,233,214)
#E6D4C3
(230,212,195)
#D0BFB0
(208,191,176)
#BAAA9D
(186,170,157)
#A4958A
(164,149,138)
#8E8077
(142,128,119)
#786B64
(120,107,100)
#625651
(98,86,81)
#4C413E
(76,65,62)
#362C2B
(54,44,43)
#201718
(32,23,24)
#000000
(0,0,0)

Tints of #FCE9D6

#FCE9D6
(252,233,214)
#FCEBD9
(252,235,217)
#FCEDDC
(252,237,220)
#FCEFDF
(252,239,223)
#FCF1E2
(252,241,226)
#FCF3E5
(252,243,229)
#FCF5E8
(252,245,232)
#FCF7EB
(252,247,235)
#FCF9EE
(252,249,238)
#FCFBF1
(252,251,241)
#FCFDF4
(252,253,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FCE9D6 color. Also use rgb(252,233,214) instead hex code.

Text Font Color

.myTextColor { color: #FCE9D6; }

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

This text font color is #FCE9D6.


Background Color

.myBgColor { background-color: #FCE9D6; }

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

This div background color is #FCE9D6.


Border color

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

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

This div border color is #FCE9D6.


Opacity

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

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

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

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

This text has shadow with #FCE9D6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FCE9D6 on black background.


Color preview on white background

This text has color #FCE9D6 on white background.



Black color preview on #FCE9D6 background

This text has black color on #FCE9D6 background.


White color preview on #FCE9D6 background

This text has white color on #FCE9D6 background.