COLOR #FCE6FD

HEX: #FCE6FD
RGB: (252,230,253)

Renk bilgisi

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

RGB renk modeli

#FCE6FD color RGB value is (252,230,253).

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

RGB bağlantıları ve doygunluk

R 252 of 255 = 99%
G 230 of 255 = 90%
B 253 of 255 = 99%

252
230
253

R + G + B ~ 96%. #FCE6FD is light color.

Yüzdelerle RGB renk parçaları

R + G + B =
252 + 230 + 253 = 735 (100%)
R 252 of 735 ~ 34.29%
G 230 of 735 ~ 31.29%
B 253 of 735 ~ 34.42%

%34.29
%31.29
%34.42

CMYK RENK MODELİ

#FCE6FD rengi CMYK tonu (0,9,0,1).

  • camgöbeği tonu 0.40%
  • eflatun tonu 9.09%
  • sarı tonu 0.00%
  • ana renk tonu 0.78%
CMYK:
(0,9,0,1)
C0M9Y0K1 
(0%,9%,0%,1%)
(0.00/0.09/0.00/0.01)	

CMYK yüzdeleri

%0.4
%9.09
%0
%0.78

Codes

Color #FCE6FD in popluar color models

FCE6FD
RGB252230253
HSL297°85.19%94.71%
HSB/HSV297°9.09%99.22%
CMYK0.40%9.09%0.00%
0.78%

Color #FCE6FD in popluar number systems.

HEXFCE6FD
Decimal252230253
Binary111111001110011011111101
Octal374346375

Shades and tints

Shades of #FCE6FD

#FCE6FD
(252,230,253)
#E6D2E6
(230,210,230)
#D0BECF
(208,190,207)
#BAAAB8
(186,170,184)
#A496A1
(164,150,161)
#8E828A
(142,130,138)
#786E73
(120,110,115)
#625A5C
(98,90,92)
#4C4645
(76,70,69)
#36322E
(54,50,46)
#201E17
(32,30,23)
#000000
(0,0,0)

Tints of #FCE6FD

#FCE6FD
(252,230,253)
#FCE8FD
(252,232,253)
#FCEAFD
(252,234,253)
#FCECFD
(252,236,253)
#FCEEFD
(252,238,253)
#FCF0FD
(252,240,253)
#FCF2FD
(252,242,253)
#FCF4FD
(252,244,253)
#FCF6FD
(252,246,253)
#FCF8FD
(252,248,253)
#FCFAFD
(252,250,253)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FCE6FD; }

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

This text font color is #FCE6FD.


Background Color

.myBgColor { background-color: #FCE6FD; }

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

This div background color is #FCE6FD.


Border color

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

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

This div border color is #FCE6FD.


Opacity

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

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

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

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

This text has shadow with #FCE6FD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FCE6FD on black background.


Color preview on white background

This text has color #FCE6FD on white background.



Black color preview on #FCE6FD background

This text has black color on #FCE6FD background.


White color preview on #FCE6FD background

This text has white color on #FCE6FD background.