COLOR #FCE9F6

HEX: #FCE9F6
RGB: (252,233,246)

Renk bilgisi

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

RGB renk modeli

#FCE9F6 color RGB value is (252,233,246).

  • kırmız ton 252;
  • yeşil ton 233;
  • mavi ton 246.
RGB:
(252,233,246)
(99%,91%,96%)

RGB bağlantıları ve doygunluk

R 252 of 255 = 99%
G 233 of 255 = 91%
B 246 of 255 = 96%

252
233
246

R + G + B ~ 95%. #FCE9F6 is light color.

Yüzdelerle RGB renk parçaları

R + G + B =
252 + 233 + 246 = 731 (100%)
R 252 of 731 ~ 34.47%
G 233 of 731 ~ 31.87%
B 246 of 731 ~ 33.65%

%34.47
%31.87
%33.65

CMYK RENK MODELİ

#FCE9F6 rengi CMYK tonu (0,8,2,1).

  • camgöbeği tonu 0.00%
  • eflatun tonu 7.54%
  • sarı tonu 2.38%
  • ana renk tonu 1.18%
CMYK:
(0,8,2,1)
C0M8Y2K1 
(0%,8%,2%,1%)
(0.00/0.08/0.02/0.01)	

CMYK yüzdeleri

%0
%7.54
%2.38
%1.18

Codes

Color #FCE9F6 in popluar color models

FCE9F6
RGB252233246
HSL319°76.00%95.10%
HSB/HSV319°7.54%98.82%
CMYK0.00%7.54%2.38%
1.18%

Color #FCE9F6 in popluar number systems.

HEXFCE9F6
Decimal252233246
Binary111111001110100111110110
Octal374351366

Shades and tints

Shades of #FCE9F6

#FCE9F6
(252,233,246)
#E6D4E0
(230,212,224)
#D0BFCA
(208,191,202)
#BAAAB4
(186,170,180)
#A4959E
(164,149,158)
#8E8088
(142,128,136)
#786B72
(120,107,114)
#62565C
(98,86,92)
#4C4146
(76,65,70)
#362C30
(54,44,48)
#20171A
(32,23,26)
#000000
(0,0,0)

Tints of #FCE9F6

#FCE9F6
(252,233,246)
#FCEBF6
(252,235,246)
#FCEDF6
(252,237,246)
#FCEFF6
(252,239,246)
#FCF1F6
(252,241,246)
#FCF3F6
(252,243,246)
#FCF5F6
(252,245,246)
#FCF7F6
(252,247,246)
#FCF9F6
(252,249,246)
#FCFBF6
(252,251,246)
#FCFDF6
(252,253,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FCE9F6 color. Also use rgb(252,233,246) instead hex code.

Text Font Color

.myTextColor { color: #FCE9F6; }

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

This text font color is #FCE9F6.


Background Color

.myBgColor { background-color: #FCE9F6; }

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

This div background color is #FCE9F6.


Border color

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

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

This div border color is #FCE9F6.


Opacity

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

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

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

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

This text has shadow with #FCE9F6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FCE9F6 on black background.


Color preview on white background

This text has color #FCE9F6 on white background.



Black color preview on #FCE9F6 background

This text has black color on #FCE9F6 background.


White color preview on #FCE9F6 background

This text has white color on #FCE9F6 background.