COLOR #FCE5C3

HEX: #FCE5C3
RGB: (252,229,195)

Renk bilgisi

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

RGB renk modeli

#FCE5C3 color RGB value is (252,229,195).

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

RGB bağlantıları ve doygunluk

R 252 of 255 = 99%
G 229 of 255 = 90%
B 195 of 255 = 76%

252
229
195

R + G + B ~ 88%. #FCE5C3 is light color.

Yüzdelerle RGB renk parçaları

R + G + B =
252 + 229 + 195 = 676 (100%)
R 252 of 676 ~ 37.28%
G 229 of 676 ~ 33.88%
B 195 of 676 ~ 28.85%

%37.28
%33.88
%28.85

CMYK RENK MODELİ

#FCE5C3 rengi CMYK tonu (0,9,23,1).

  • camgöbeği tonu 0.00%
  • eflatun tonu 9.13%
  • sarı tonu 22.62%
  • ana renk tonu 1.18%
CMYK:
(0,9,23,1)
C0M9Y23K1 
(0%,9%,23%,1%)
(0.00/0.09/0.23/0.01)	

CMYK yüzdeleri

%0
%9.13
%22.62
%1.18

Codes

Color #FCE5C3 in popluar color models

FCE5C3
RGB252229195
HSL36°90.48%87.65%
HSB/HSV36°22.62%98.82%
CMYK0.00%9.13%22.62%
1.18%

Color #FCE5C3 in popluar number systems.

HEXFCE5C3
Decimal252229195
Binary111111001110010111000011
Octal374345303

Shades and tints

Shades of #FCE5C3

#FCE5C3
(252,229,195)
#E6D1B2
(230,209,178)
#D0BDA1
(208,189,161)
#BAA990
(186,169,144)
#A4957F
(164,149,127)
#8E816E
(142,129,110)
#786D5D
(120,109,93)
#62594C
(98,89,76)
#4C453B
(76,69,59)
#36312A
(54,49,42)
#201D19
(32,29,25)
#000000
(0,0,0)

Tints of #FCE5C3

#FCE5C3
(252,229,195)
#FCE7C8
(252,231,200)
#FCE9CD
(252,233,205)
#FCEBD2
(252,235,210)
#FCEDD7
(252,237,215)
#FCEFDC
(252,239,220)
#FCF1E1
(252,241,225)
#FCF3E6
(252,243,230)
#FCF5EB
(252,245,235)
#FCF7F0
(252,247,240)
#FCF9F5
(252,249,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FCE5C3; }

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

This text font color is #FCE5C3.


Background Color

.myBgColor { background-color: #FCE5C3; }

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

This div background color is #FCE5C3.


Border color

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

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

This div border color is #FCE5C3.


Opacity

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

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

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

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

This text has shadow with #FCE5C3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FCE5C3 on black background.


Color preview on white background

This text has color #FCE5C3 on white background.



Black color preview on #FCE5C3 background

This text has black color on #FCE5C3 background.


White color preview on #FCE5C3 background

This text has white color on #FCE5C3 background.