COLOR #FCE3E6

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

Renk bilgisi

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

RGB renk modeli

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

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

RGB bağlantıları ve doygunluk

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

252
227
230

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

Yüzdelerle RGB renk parçaları

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

%35.54
%32.02
%32.44

CMYK RENK MODELİ

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

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

CMYK yüzdeleri

%0
%9.92
%8.73
%1.18

Codes

Color #FCE3E6 in popluar color models

FCE3E6
RGB252227230
HSL353°80.65%93.92%
HSB/HSV353°9.92%98.82%
CMYK0.00%9.92%8.73%
1.18%

Color #FCE3E6 in popluar number systems.

HEXFCE3E6
Decimal252227230
Binary111111001110001111100110
Octal374343346

Shades and tints

Shades of #FCE3E6

#FCE3E6
(252,227,230)
#E6CFD2
(230,207,210)
#D0BBBE
(208,187,190)
#BAA7AA
(186,167,170)
#A49396
(164,147,150)
#8E7F82
(142,127,130)
#786B6E
(120,107,110)
#62575A
(98,87,90)
#4C4346
(76,67,70)
#362F32
(54,47,50)
#201B1E
(32,27,30)
#000000
(0,0,0)

Tints of #FCE3E6

#FCE3E6
(252,227,230)
#FCE5E8
(252,229,232)
#FCE7EA
(252,231,234)
#FCE9EC
(252,233,236)
#FCEBEE
(252,235,238)
#FCEDF0
(252,237,240)
#FCEFF2
(252,239,242)
#FCF1F4
(252,241,244)
#FCF3F6
(252,243,246)
#FCF5F8
(252,245,248)
#FCF7FA
(252,247,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FCE3E6; }

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

This text font color is #FCE3E6.


Background Color

.myBgColor { background-color: #FCE3E6; }

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

This div background color is #FCE3E6.


Border color

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

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

This div border color is #FCE3E6.


Opacity

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

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

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

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

This text has shadow with #FCE3E6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FCE3E6 on black background.


Color preview on white background

This text has color #FCE3E6 on white background.



Black color preview on #FCE3E6 background

This text has black color on #FCE3E6 background.


White color preview on #FCE3E6 background

This text has white color on #FCE3E6 background.