COLOR #FCE6EB

HEX: #FCE6EB
RGB: (252,230,235)

Renk bilgisi

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

RGB renk modeli

#FCE6EB color RGB value is (252,230,235).

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

RGB bağlantıları ve doygunluk

R 252 of 255 = 99%
G 230 of 255 = 90%
B 235 of 255 = 92%

252
230
235

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

Yüzdelerle RGB renk parçaları

R + G + B =
252 + 230 + 235 = 717 (100%)
R 252 of 717 ~ 35.15%
G 230 of 717 ~ 32.08%
B 235 of 717 ~ 32.78%

%35.15
%32.08
%32.78

CMYK RENK MODELİ

#FCE6EB rengi CMYK tonu (0,9,7,1).

  • camgöbeği tonu 0.00%
  • eflatun tonu 8.73%
  • sarı tonu 6.75%
  • ana renk tonu 1.18%
CMYK:
(0,9,7,1)
C0M9Y7K1 
(0%,9%,7%,1%)
(0.00/0.09/0.07/0.01)	

CMYK yüzdeleri

%0
%8.73
%6.75
%1.18

Codes

Color #FCE6EB in popluar color models

FCE6EB
RGB252230235
HSL346°78.57%94.51%
HSB/HSV346°8.73%98.82%
CMYK0.00%8.73%6.75%
1.18%

Color #FCE6EB in popluar number systems.

HEXFCE6EB
Decimal252230235
Binary111111001110011011101011
Octal374346353

Shades and tints

Shades of #FCE6EB

#FCE6EB
(252,230,235)
#E6D2D6
(230,210,214)
#D0BEC1
(208,190,193)
#BAAAAC
(186,170,172)
#A49697
(164,150,151)
#8E8282
(142,130,130)
#786E6D
(120,110,109)
#625A58
(98,90,88)
#4C4643
(76,70,67)
#36322E
(54,50,46)
#201E19
(32,30,25)
#000000
(0,0,0)

Tints of #FCE6EB

#FCE6EB
(252,230,235)
#FCE8EC
(252,232,236)
#FCEAED
(252,234,237)
#FCECEE
(252,236,238)
#FCEEEF
(252,238,239)
#FCF0F0
(252,240,240)
#FCF2F1
(252,242,241)
#FCF4F2
(252,244,242)
#FCF6F3
(252,246,243)
#FCF8F4
(252,248,244)
#FCFAF5
(252,250,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FCE6EB; }

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

This text font color is #FCE6EB.


Background Color

.myBgColor { background-color: #FCE6EB; }

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

This div background color is #FCE6EB.


Border color

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

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

This div border color is #FCE6EB.


Opacity

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

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

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

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

This text has shadow with #FCE6EB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FCE6EB on black background.


Color preview on white background

This text has color #FCE6EB on white background.



Black color preview on #FCE6EB background

This text has black color on #FCE6EB background.


White color preview on #FCE6EB background

This text has white color on #FCE6EB background.