COLOR #FCE6F6

HEX: #FCE6F6
RGB: (252,230,246)

Renk bilgisi

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

RGB renk modeli

#FCE6F6 color RGB value is (252,230,246).

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

RGB bağlantıları ve doygunluk

R 252 of 255 = 99%
G 230 of 255 = 90%
B 246 of 255 = 96%

252
230
246

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

Yüzdelerle RGB renk parçaları

R + G + B =
252 + 230 + 246 = 728 (100%)
R 252 of 728 ~ 34.62%
G 230 of 728 ~ 31.59%
B 246 of 728 ~ 33.79%

%34.62
%31.59
%33.79

CMYK RENK MODELİ

#FCE6F6 rengi CMYK tonu (0,9,2,1).

  • camgöbeği tonu 0.00%
  • eflatun tonu 8.73%
  • sarı tonu 2.38%
  • ana renk tonu 1.18%
CMYK:
(0,9,2,1)
C0M9Y2K1 
(0%,9%,2%,1%)
(0.00/0.09/0.02/0.01)	

CMYK yüzdeleri

%0
%8.73
%2.38
%1.18

Codes

Color #FCE6F6 in popluar color models

FCE6F6
RGB252230246
HSL316°78.57%94.51%
HSB/HSV316°8.73%98.82%
CMYK0.00%8.73%2.38%
1.18%

Color #FCE6F6 in popluar number systems.

HEXFCE6F6
Decimal252230246
Binary111111001110011011110110
Octal374346366

Shades and tints

Shades of #FCE6F6

#FCE6F6
(252,230,246)
#E6D2E0
(230,210,224)
#D0BECA
(208,190,202)
#BAAAB4
(186,170,180)
#A4969E
(164,150,158)
#8E8288
(142,130,136)
#786E72
(120,110,114)
#625A5C
(98,90,92)
#4C4646
(76,70,70)
#363230
(54,50,48)
#201E1A
(32,30,26)
#000000
(0,0,0)

Tints of #FCE6F6

#FCE6F6
(252,230,246)
#FCE8F6
(252,232,246)
#FCEAF6
(252,234,246)
#FCECF6
(252,236,246)
#FCEEF6
(252,238,246)
#FCF0F6
(252,240,246)
#FCF2F6
(252,242,246)
#FCF4F6
(252,244,246)
#FCF6F6
(252,246,246)
#FCF8F6
(252,248,246)
#FCFAF6
(252,250,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FCE6F6; }

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

This text font color is #FCE6F6.


Background Color

.myBgColor { background-color: #FCE6F6; }

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

This div background color is #FCE6F6.


Border color

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

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

This div border color is #FCE6F6.


Opacity

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

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

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

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

This text has shadow with #FCE6F6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FCE6F6 on black background.


Color preview on white background

This text has color #FCE6F6 on white background.



Black color preview on #FCE6F6 background

This text has black color on #FCE6F6 background.


White color preview on #FCE6F6 background

This text has white color on #FCE6F6 background.