COLOR #FCE6E3

HEX: #FCE6E3
RGB: (252,230,227)

Renk bilgisi

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

RGB renk modeli

#FCE6E3 color RGB value is (252,230,227).

  • kırmız ton 252;
  • yeşil ton 230;
  • mavi ton 227.
RGB:
(252,230,227)
(99%,90%,89%)

RGB bağlantıları ve doygunluk

R 252 of 255 = 99%
G 230 of 255 = 90%
B 227 of 255 = 89%

252
230
227

R + G + B ~ 93%. #FCE6E3 is light color.

Yüzdelerle RGB renk parçaları

R + G + B =
252 + 230 + 227 = 709 (100%)
R 252 of 709 ~ 35.54%
G 230 of 709 ~ 32.44%
B 227 of 709 ~ 32.02%

%35.54
%32.44
%32.02

CMYK RENK MODELİ

#FCE6E3 rengi CMYK tonu (0,9,10,1).

  • camgöbeği tonu 0.00%
  • eflatun tonu 8.73%
  • sarı tonu 9.92%
  • ana renk tonu 1.18%
CMYK:
(0,9,10,1)
C0M9Y10K1 
(0%,9%,10%,1%)
(0.00/0.09/0.10/0.01)	

CMYK yüzdeleri

%0
%8.73
%9.92
%1.18

Codes

Color #FCE6E3 in popluar color models

FCE6E3
RGB252230227
HSL80.65%93.92%
HSB/HSV9.92%98.82%
CMYK0.00%8.73%9.92%
1.18%

Color #FCE6E3 in popluar number systems.

HEXFCE6E3
Decimal252230227
Binary111111001110011011100011
Octal374346343

Shades and tints

Shades of #FCE6E3

#FCE6E3
(252,230,227)
#E6D2CF
(230,210,207)
#D0BEBB
(208,190,187)
#BAAAA7
(186,170,167)
#A49693
(164,150,147)
#8E827F
(142,130,127)
#786E6B
(120,110,107)
#625A57
(98,90,87)
#4C4643
(76,70,67)
#36322F
(54,50,47)
#201E1B
(32,30,27)
#000000
(0,0,0)

Tints of #FCE6E3

#FCE6E3
(252,230,227)
#FCE8E5
(252,232,229)
#FCEAE7
(252,234,231)
#FCECE9
(252,236,233)
#FCEEEB
(252,238,235)
#FCF0ED
(252,240,237)
#FCF2EF
(252,242,239)
#FCF4F1
(252,244,241)
#FCF6F3
(252,246,243)
#FCF8F5
(252,248,245)
#FCFAF7
(252,250,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FCE6E3; }

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

This text font color is #FCE6E3.


Background Color

.myBgColor { background-color: #FCE6E3; }

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

This div background color is #FCE6E3.


Border color

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

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

This div border color is #FCE6E3.


Opacity

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

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

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

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

This text has shadow with #FCE6E3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FCE6E3 on black background.


Color preview on white background

This text has color #FCE6E3 on white background.



Black color preview on #FCE6E3 background

This text has black color on #FCE6E3 background.


White color preview on #FCE6E3 background

This text has white color on #FCE6E3 background.