COLOR #FCB5CC

HEX: #FCB5CC
RGB: (252,181,204)

Renk bilgisi

#FCB5CC contains mainly red and blue colors. #FCB5CC ‘ nin web güvenlik rengi #FFCCCC (ya da #FCC) dir.

RGB renk modeli

#FCB5CC color RGB value is (252,181,204).

  • kırmız ton 252;
  • yeşil ton 181;
  • mavi ton 204.
RGB:
(252,181,204)
(99%,71%,80%)

RGB bağlantıları ve doygunluk

R 252 of 255 = 99%
G 181 of 255 = 71%
B 204 of 255 = 80%

252
181
204

R + G + B ~ 83%. #FCB5CC is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
252 + 181 + 204 = 637 (100%)
R 252 of 637 ~ 39.56%
G 181 of 637 ~ 28.41%
B 204 of 637 ~ 32.03%

%39.56
%28.41
%32.03

CMYK RENK MODELİ

#FCB5CC rengi CMYK tonu (0,28,19,1).

  • camgöbeği tonu 0.00%
  • eflatun tonu 28.17%
  • sarı tonu 19.05%
  • ana renk tonu 1.18%
CMYK:
(0,28,19,1)
C0M28Y19K1 
(0%,28%,19%,1%)
(0.00/0.28/0.19/0.01)	

CMYK yüzdeleri

%0
%28.17
%19.05
%1.18

Codes

Color #FCB5CC in popluar color models

FCB5CC
RGB252181204
HSL341°92.21%84.90%
HSB/HSV341°28.17%98.82%
CMYK0.00%28.17%19.05%
1.18%

Color #FCB5CC in popluar number systems.

HEXFCB5CC
Decimal252181204
Binary111111001011010111001100
Octal374265314

Shades and tints

Shades of #FCB5CC

#FCB5CC
(252,181,204)
#E6A5BA
(230,165,186)
#D095A8
(208,149,168)
#BA8596
(186,133,150)
#A47584
(164,117,132)
#8E6572
(142,101,114)
#785560
(120,85,96)
#62454E
(98,69,78)
#4C353C
(76,53,60)
#36252A
(54,37,42)
#201518
(32,21,24)
#000000
(0,0,0)

Tints of #FCB5CC

#FCB5CC
(252,181,204)
#FCBBD0
(252,187,208)
#FCC1D4
(252,193,212)
#FCC7D8
(252,199,216)
#FCCDDC
(252,205,220)
#FCD3E0
(252,211,224)
#FCD9E4
(252,217,228)
#FCDFE8
(252,223,232)
#FCE5EC
(252,229,236)
#FCEBF0
(252,235,240)
#FCF1F4
(252,241,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FCB5CC color. Also use rgb(252,181,204) instead hex code.

Text Font Color

.myTextColor { color: #FCB5CC; }

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

This text font color is #FCB5CC.


Background Color

.myBgColor { background-color: #FCB5CC; }

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

This div background color is #FCB5CC.


Border color

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

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

This div border color is #FCB5CC.


Opacity

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

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

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

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

This text has shadow with #FCB5CC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FCB5CC on black background.


Color preview on white background

This text has color #FCB5CC on white background.



Black color preview on #FCB5CC background

This text has black color on #FCB5CC background.


White color preview on #FCB5CC background

This text has white color on #FCB5CC background.