COLOR #FCE1C6

HEX: #FCE1C6
RGB: (252,225,198)

Renk bilgisi

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

RGB renk modeli

#FCE1C6 color RGB value is (252,225,198).

  • kırmız ton 252;
  • yeşil ton 225;
  • mavi ton 198.
RGB:
(252,225,198)
(99%,88%,78%)

RGB bağlantıları ve doygunluk

R 252 of 255 = 99%
G 225 of 255 = 88%
B 198 of 255 = 78%

252
225
198

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

Yüzdelerle RGB renk parçaları

R + G + B =
252 + 225 + 198 = 675 (100%)
R 252 of 675 ~ 37.33%
G 225 of 675 ~ 33.33%
B 198 of 675 ~ 29.33%

%37.33
%33.33
%29.33

CMYK RENK MODELİ

#FCE1C6 rengi CMYK tonu (0,11,21,1).

  • camgöbeği tonu 0.00%
  • eflatun tonu 10.71%
  • sarı tonu 21.43%
  • ana renk tonu 1.18%
CMYK:
(0,11,21,1)
C0M11Y21K1 
(0%,11%,21%,1%)
(0.00/0.11/0.21/0.01)	

CMYK yüzdeleri

%0
%10.71
%21.43
%1.18

Codes

Color #FCE1C6 in popluar color models

FCE1C6
RGB252225198
HSL30°90.00%88.24%
HSB/HSV30°21.43%98.82%
CMYK0.00%10.71%21.43%
1.18%

Color #FCE1C6 in popluar number systems.

HEXFCE1C6
Decimal252225198
Binary111111001110000111000110
Octal374341306

Shades and tints

Shades of #FCE1C6

#FCE1C6
(252,225,198)
#E6CDB4
(230,205,180)
#D0B9A2
(208,185,162)
#BAA590
(186,165,144)
#A4917E
(164,145,126)
#8E7D6C
(142,125,108)
#78695A
(120,105,90)
#625548
(98,85,72)
#4C4136
(76,65,54)
#362D24
(54,45,36)
#201912
(32,25,18)
#000000
(0,0,0)

Tints of #FCE1C6

#FCE1C6
(252,225,198)
#FCE3CB
(252,227,203)
#FCE5D0
(252,229,208)
#FCE7D5
(252,231,213)
#FCE9DA
(252,233,218)
#FCEBDF
(252,235,223)
#FCEDE4
(252,237,228)
#FCEFE9
(252,239,233)
#FCF1EE
(252,241,238)
#FCF3F3
(252,243,243)
#FCF5F8
(252,245,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FCE1C6 color. Also use rgb(252,225,198) instead hex code.

Text Font Color

.myTextColor { color: #FCE1C6; }

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

This text font color is #FCE1C6.


Background Color

.myBgColor { background-color: #FCE1C6; }

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

This div background color is #FCE1C6.


Border color

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

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

This div border color is #FCE1C6.


Opacity

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

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

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

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

This text has shadow with #FCE1C6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FCE1C6 on black background.


Color preview on white background

This text has color #FCE1C6 on white background.



Black color preview on #FCE1C6 background

This text has black color on #FCE1C6 background.


White color preview on #FCE1C6 background

This text has white color on #FCE1C6 background.