COLOR #FCE3EE

HEX: #FCE3EE
RGB: (252,227,238)

Renk bilgisi

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

RGB renk modeli

#FCE3EE color RGB value is (252,227,238).

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

RGB bağlantıları ve doygunluk

R 252 of 255 = 99%
G 227 of 255 = 89%
B 238 of 255 = 93%

252
227
238

R + G + B ~ 94%. #FCE3EE is light color.

Yüzdelerle RGB renk parçaları

R + G + B =
252 + 227 + 238 = 717 (100%)
R 252 of 717 ~ 35.15%
G 227 of 717 ~ 31.66%
B 238 of 717 ~ 33.19%

%35.15
%31.66
%33.19

CMYK RENK MODELİ

#FCE3EE rengi CMYK tonu (0,10,6,1).

  • camgöbeği tonu 0.00%
  • eflatun tonu 9.92%
  • sarı tonu 5.56%
  • ana renk tonu 1.18%
CMYK:
(0,10,6,1)
C0M10Y6K1 
(0%,10%,6%,1%)
(0.00/0.10/0.06/0.01)	

CMYK yüzdeleri

%0
%9.92
%5.56
%1.18

Codes

Color #FCE3EE in popluar color models

FCE3EE
RGB252227238
HSL334°80.65%93.92%
HSB/HSV334°9.92%98.82%
CMYK0.00%9.92%5.56%
1.18%

Color #FCE3EE in popluar number systems.

HEXFCE3EE
Decimal252227238
Binary111111001110001111101110
Octal374343356

Shades and tints

Shades of #FCE3EE

#FCE3EE
(252,227,238)
#E6CFD9
(230,207,217)
#D0BBC4
(208,187,196)
#BAA7AF
(186,167,175)
#A4939A
(164,147,154)
#8E7F85
(142,127,133)
#786B70
(120,107,112)
#62575B
(98,87,91)
#4C4346
(76,67,70)
#362F31
(54,47,49)
#201B1C
(32,27,28)
#000000
(0,0,0)

Tints of #FCE3EE

#FCE3EE
(252,227,238)
#FCE5EF
(252,229,239)
#FCE7F0
(252,231,240)
#FCE9F1
(252,233,241)
#FCEBF2
(252,235,242)
#FCEDF3
(252,237,243)
#FCEFF4
(252,239,244)
#FCF1F5
(252,241,245)
#FCF3F6
(252,243,246)
#FCF5F7
(252,245,247)
#FCF7F8
(252,247,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FCE3EE; }

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

This text font color is #FCE3EE.


Background Color

.myBgColor { background-color: #FCE3EE; }

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

This div background color is #FCE3EE.


Border color

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

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

This div border color is #FCE3EE.


Opacity

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

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

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

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

This text has shadow with #FCE3EE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FCE3EE on black background.


Color preview on white background

This text has color #FCE3EE on white background.



Black color preview on #FCE3EE background

This text has black color on #FCE3EE background.


White color preview on #FCE3EE background

This text has white color on #FCE3EE background.