COLOR #FCE5FF

HEX: #FCE5FF
RGB: (252,229,255)

Renk bilgisi

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

RGB renk modeli

#FCE5FF color RGB value is (252,229,255).

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

RGB bağlantıları ve doygunluk

R 252 of 255 = 99%
G 229 of 255 = 90%
B 255 of 255 = 100%

252
229
255

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

Yüzdelerle RGB renk parçaları

R + G + B =
252 + 229 + 255 = 736 (100%)
R 252 of 736 ~ 34.24%
G 229 of 736 ~ 31.11%
B 255 of 736 ~ 34.65%

%34.24
%31.11
%34.65

CMYK RENK MODELİ

#FCE5FF rengi CMYK tonu (1,10,0,0).

  • camgöbeği tonu 1.18%
  • eflatun tonu 10.20%
  • sarı tonu 0.00%
  • ana renk tonu 0.00%
CMYK:
(1,10,0,0)
C1M10Y0K0 
(1%,10%,0%,0%)
(0.01/0.10/0.00/0.00)	

CMYK yüzdeleri

%1.18
%10.2
%0
%0

Codes

Color #FCE5FF in popluar color models

FCE5FF
RGB252229255
HSL293°100.00%94.90%
HSB/HSV293°10.20%100.00%
CMYK1.18%10.20%0.00%
0.00%

Color #FCE5FF in popluar number systems.

HEXFCE5FF
Decimal252229255
Binary111111001110010111111111
Octal374345377

Shades and tints

Shades of #FCE5FF

#FCE5FF
(252,229,255)
#E6D1E8
(230,209,232)
#D0BDD1
(208,189,209)
#BAA9BA
(186,169,186)
#A495A3
(164,149,163)
#8E818C
(142,129,140)
#786D75
(120,109,117)
#62595E
(98,89,94)
#4C4547
(76,69,71)
#363130
(54,49,48)
#201D19
(32,29,25)
#000000
(0,0,0)

Tints of #FCE5FF

#FCE5FF
(252,229,255)
#FCE7FF
(252,231,255)
#FCE9FF
(252,233,255)
#FCEBFF
(252,235,255)
#FCEDFF
(252,237,255)
#FCEFFF
(252,239,255)
#FCF1FF
(252,241,255)
#FCF3FF
(252,243,255)
#FCF5FF
(252,245,255)
#FCF7FF
(252,247,255)
#FCF9FF
(252,249,255)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FCE5FF color. Also use rgb(252,229,255) instead hex code.

Text Font Color

.myTextColor { color: #FCE5FF; }

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

This text font color is #FCE5FF.


Background Color

.myBgColor { background-color: #FCE5FF; }

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

This div background color is #FCE5FF.


Border color

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

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

This div border color is #FCE5FF.


Opacity

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

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

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

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

This text has shadow with #FCE5FF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FCE5FF on black background.


Color preview on white background

This text has color #FCE5FF on white background.



Black color preview on #FCE5FF background

This text has black color on #FCE5FF background.


White color preview on #FCE5FF background

This text has white color on #FCE5FF background.