COLOR #FCDCD5

HEX: #FCDCD5
RGB: (252,220,213)

Renk bilgisi

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

RGB renk modeli

#FCDCD5 color RGB value is (252,220,213).

  • kırmız ton 252;
  • yeşil ton 220;
  • mavi ton 213.
RGB:
(252,220,213)
(99%,86%,84%)

RGB bağlantıları ve doygunluk

R 252 of 255 = 99%
G 220 of 255 = 86%
B 213 of 255 = 84%

252
220
213

R + G + B ~ 90%. #FCDCD5 is light color.

Yüzdelerle RGB renk parçaları

R + G + B =
252 + 220 + 213 = 685 (100%)
R 252 of 685 ~ 36.79%
G 220 of 685 ~ 32.12%
B 213 of 685 ~ 31.09%

%36.79
%32.12
%31.09

CMYK RENK MODELİ

#FCDCD5 rengi CMYK tonu (0,13,15,1).

  • camgöbeği tonu 0.00%
  • eflatun tonu 12.70%
  • sarı tonu 15.48%
  • ana renk tonu 1.18%
CMYK:
(0,13,15,1)
C0M13Y15K1 
(0%,13%,15%,1%)
(0.00/0.13/0.15/0.01)	

CMYK yüzdeleri

%0
%12.7
%15.48
%1.18

Codes

Color #FCDCD5 in popluar color models

FCDCD5
RGB252220213
HSL11°86.67%91.18%
HSB/HSV11°15.48%98.82%
CMYK0.00%12.70%15.48%
1.18%

Color #FCDCD5 in popluar number systems.

HEXFCDCD5
Decimal252220213
Binary111111001101110011010101
Octal374334325

Shades and tints

Shades of #FCDCD5

#FCDCD5
(252,220,213)
#E6C8C2
(230,200,194)
#D0B4AF
(208,180,175)
#BAA09C
(186,160,156)
#A48C89
(164,140,137)
#8E7876
(142,120,118)
#786463
(120,100,99)
#625050
(98,80,80)
#4C3C3D
(76,60,61)
#36282A
(54,40,42)
#201417
(32,20,23)
#000000
(0,0,0)

Tints of #FCDCD5

#FCDCD5
(252,220,213)
#FCDFD8
(252,223,216)
#FCE2DB
(252,226,219)
#FCE5DE
(252,229,222)
#FCE8E1
(252,232,225)
#FCEBE4
(252,235,228)
#FCEEE7
(252,238,231)
#FCF1EA
(252,241,234)
#FCF4ED
(252,244,237)
#FCF7F0
(252,247,240)
#FCFAF3
(252,250,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FCDCD5 color. Also use rgb(252,220,213) instead hex code.

Text Font Color

.myTextColor { color: #FCDCD5; }

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

This text font color is #FCDCD5.


Background Color

.myBgColor { background-color: #FCDCD5; }

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

This div background color is #FCDCD5.


Border color

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

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

This div border color is #FCDCD5.


Opacity

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

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

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

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

This text has shadow with #FCDCD5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FCDCD5 on black background.


Color preview on white background

This text has color #FCDCD5 on white background.



Black color preview on #FCDCD5 background

This text has black color on #FCDCD5 background.


White color preview on #FCDCD5 background

This text has white color on #FCDCD5 background.