COLOR #FCC6B0

HEX: #FCC6B0 RGB: (252,198,176)

Renk bilgisi

#FCC6B0 contains mainly red and green colors. #FCC6B0 ‘ nin web güvenlik rengi #FFCC99 (ya da #FC9) dir.

RGB renk modeli

#FCC6B0 color RGB value is (252,198,176).

RGB: (252,198,176) (99%, 78%, 69%)

RGB bağlantıları ve doygunluk

R 252 of 255 = 99%
G 198 of 255 = 78%
B 176 of 255 = 69%

252
198
176

R + G + B ~ 82%. #FCC6B0 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B = 252 + 198 + 176 = 626 (100%)
R 252 of 626 ~ 40.26%
G 198 of 626 ~ 31.63%
B 176 of 626 ~ 28.12'%

%40.26
%31.63
%28.12

CMYK RENK MODELİ

#FCC6B0 rengi CMYK tonu (0,21,30,1).

  • camgöbeği tonu 0.00%
  • eflatun tonu 21.43%
  • sarı tonu 30.16%
  • ana renk tonu 1.18%

CMYK: (0,21,30,1)
C0M21Y30K1 (0%, 21%, 30%, 1%)
(0.00 / 0.21 / 0.30 / 0.01)

CMYK yüzdeleri

%0
%21.43
%30.16
%1.18

Codes

Color #FCC6B0 in popluar color models

FC C6 B0
RGB 252 198 176
HSL 17° 92.68% 83.92%
HSB/HSV 17° 30.16% 98.82%
CMYK 0.00% 21.43% 30.16%
1.18%

Color #FCC6B0 in popluar number systems.

HEX FC C6 B0
Decimal 252 198 176
Binary 11111100 11000110 10110000
Octal 374 306 260

Shades and tints

Shades of #FCC6B0

#FCC6B0
(252,198,176)
#E6B4A0
(230,180,160)
#D0A290
(208,162,144)
#BA9080
(186,144,128)
#A47E70
(164,126,112)
#8E6C60
(142,108,96)
#785A50
(120,90,80)
#624840
(98,72,64)
#4C3630
(76,54,48)
#362420
(54,36,32)
#201210
(32,18,16)
#000000
(0,0,0)

Tints of #FCC6B0

#FCC6B0
(252,198,176)
#FCCBB7
(252,203,183)
#FCD0BE
(252,208,190)
#FCD5C5
(252,213,197)
#FCDACC
(252,218,204)
#FCDFD3
(252,223,211)
#FCE4DA
(252,228,218)
#FCE9E1
(252,233,225)
#FCEEE8
(252,238,232)
#FCF3EF
(252,243,239)
#FCF8F6
(252,248,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FCC6B0; }

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

This text font color is #FCC6B0.

Background Color

.myBgColor { background-color: #FCC6B0; }

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

This div background color is #FCC6B0.

Border color

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

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

This div border color is #FCC6B0.

Opacity

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

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

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

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

This text has shadow with #FCC6B0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FCC6B0.

Preview

Color preview on black background

This text has color #FCC6B0 on black background.


Color preview on white background

This text has color #FCC6B0 on white background.


Black color preview on #FCC6B0 background

This text has black color on #FCC6B0 background.


White color preview on #FCC6B0 background

This text has white color on #FCC6B0 background.


Related colors

Complementary color

Complementary color for #hex is #03394F.


I love getcolorcode.com

Triadic colors

1 #B0FCC6 and #C6B0FC with #FCC6B0 are triadic colors.

2 #B0C6FC and #C6FCB0 with #FCC6B0 are triadic colors.