COLOR #FCC6B6

HEX: #FCC6B6
RGB: (252,198,182)

Renk bilgisi

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

RGB renk modeli

#FCC6B6 color RGB value is (252,198,182).

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

RGB bağlantıları ve doygunluk

R 252 of 255 = 99%
G 198 of 255 = 78%
B 182 of 255 = 71%

252
198
182

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

Yüzdelerle RGB renk parçaları

R + G + B =
252 + 198 + 182 = 632 (100%)
R 252 of 632 ~ 39.87%
G 198 of 632 ~ 31.33%
B 182 of 632 ~ 28.8%

%39.87
%31.33
%28.8

CMYK RENK MODELİ

#FCC6B6 rengi CMYK tonu (0,21,28,1).

  • camgöbeği tonu 0.00%
  • eflatun tonu 21.43%
  • sarı tonu 27.78%
  • ana renk tonu 1.18%
CMYK:
(0,21,28,1)
C0M21Y28K1 
(0%,21%,28%,1%)
(0.00/0.21/0.28/0.01)	

CMYK yüzdeleri

%0
%21.43
%27.78
%1.18

Codes

Color #FCC6B6 in popluar color models

FCC6B6
RGB252198182
HSL14°92.11%85.10%
HSB/HSV14°27.78%98.82%
CMYK0.00%21.43%27.78%
1.18%

Color #FCC6B6 in popluar number systems.

HEXFCC6B6
Decimal252198182
Binary111111001100011010110110
Octal374306266

Shades and tints

Shades of #FCC6B6

#FCC6B6
(252,198,182)
#E6B4A6
(230,180,166)
#D0A296
(208,162,150)
#BA9086
(186,144,134)
#A47E76
(164,126,118)
#8E6C66
(142,108,102)
#785A56
(120,90,86)
#624846
(98,72,70)
#4C3636
(76,54,54)
#362426
(54,36,38)
#201216
(32,18,22)
#000000
(0,0,0)

Tints of #FCC6B6

#FCC6B6
(252,198,182)
#FCCBBC
(252,203,188)
#FCD0C2
(252,208,194)
#FCD5C8
(252,213,200)
#FCDACE
(252,218,206)
#FCDFD4
(252,223,212)
#FCE4DA
(252,228,218)
#FCE9E0
(252,233,224)
#FCEEE6
(252,238,230)
#FCF3EC
(252,243,236)
#FCF8F2
(252,248,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FCC6B6; }

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

This text font color is #FCC6B6.


Background Color

.myBgColor { background-color: #FCC6B6; }

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

This div background color is #FCC6B6.


Border color

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

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

This div border color is #FCC6B6.


Opacity

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

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

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

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

This text has shadow with #FCC6B6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FCC6B6 on black background.


Color preview on white background

This text has color #FCC6B6 on white background.



Black color preview on #FCC6B6 background

This text has black color on #FCC6B6 background.


White color preview on #FCC6B6 background

This text has white color on #FCC6B6 background.