COLOR #FCB6CA

HEX: #FCB6CA
RGB: (252,182,202)

Renk bilgisi

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

RGB renk modeli

#FCB6CA color RGB value is (252,182,202).

  • kırmız ton 252;
  • yeşil ton 182;
  • mavi ton 202.
RGB:
(252,182,202)
(99%,71%,79%)

RGB bağlantıları ve doygunluk

R 252 of 255 = 99%
G 182 of 255 = 71%
B 202 of 255 = 79%

252
182
202

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

Yüzdelerle RGB renk parçaları

R + G + B =
252 + 182 + 202 = 636 (100%)
R 252 of 636 ~ 39.62%
G 182 of 636 ~ 28.62%
B 202 of 636 ~ 31.76%

%39.62
%28.62
%31.76

CMYK RENK MODELİ

#FCB6CA rengi CMYK tonu (0,28,20,1).

  • camgöbeği tonu 0.00%
  • eflatun tonu 27.78%
  • sarı tonu 19.84%
  • ana renk tonu 1.18%
CMYK:
(0,28,20,1)
C0M28Y20K1 
(0%,28%,20%,1%)
(0.00/0.28/0.20/0.01)	

CMYK yüzdeleri

%0
%27.78
%19.84
%1.18

Codes

Color #FCB6CA in popluar color models

FCB6CA
RGB252182202
HSL343°92.11%85.10%
HSB/HSV343°27.78%98.82%
CMYK0.00%27.78%19.84%
1.18%

Color #FCB6CA in popluar number systems.

HEXFCB6CA
Decimal252182202
Binary111111001011011011001010
Octal374266312

Shades and tints

Shades of #FCB6CA

#FCB6CA
(252,182,202)
#E6A6B8
(230,166,184)
#D096A6
(208,150,166)
#BA8694
(186,134,148)
#A47682
(164,118,130)
#8E6670
(142,102,112)
#78565E
(120,86,94)
#62464C
(98,70,76)
#4C363A
(76,54,58)
#362628
(54,38,40)
#201616
(32,22,22)
#000000
(0,0,0)

Tints of #FCB6CA

#FCB6CA
(252,182,202)
#FCBCCE
(252,188,206)
#FCC2D2
(252,194,210)
#FCC8D6
(252,200,214)
#FCCEDA
(252,206,218)
#FCD4DE
(252,212,222)
#FCDAE2
(252,218,226)
#FCE0E6
(252,224,230)
#FCE6EA
(252,230,234)
#FCECEE
(252,236,238)
#FCF2F2
(252,242,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FCB6CA color. Also use rgb(252,182,202) instead hex code.

Text Font Color

.myTextColor { color: #FCB6CA; }

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

This text font color is #FCB6CA.


Background Color

.myBgColor { background-color: #FCB6CA; }

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

This div background color is #FCB6CA.


Border color

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

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

This div border color is #FCB6CA.


Opacity

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

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

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

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

This text has shadow with #FCB6CA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FCB6CA on black background.


Color preview on white background

This text has color #FCB6CA on white background.



Black color preview on #FCB6CA background

This text has black color on #FCB6CA background.


White color preview on #FCB6CA background

This text has white color on #FCB6CA background.