COLOR #FCC9C0

HEX: #FCC9C0 RGB: (252,201,192)

Renk bilgisi

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

RGB renk modeli

#FCC9C0 color RGB value is (252,201,192).

RGB: (252,201,192) (99%, 79%, 75%)

RGB bağlantıları ve doygunluk

R 252 of 255 = 99%
G 201 of 255 = 79%
B 192 of 255 = 75%

252
201
192

R + G + B ~ 84%. #FCC9C0 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B = 252 + 201 + 192 = 645 (100%)
R 252 of 645 ~ 39.07%
G 201 of 645 ~ 31.16%
B 192 of 645 ~ 29.77'%

%39.07
%31.16
%29.77

CMYK RENK MODELİ

#FCC9C0 rengi CMYK tonu (0,20,24,1).

  • camgöbeği tonu 0.00%
  • eflatun tonu 20.24%
  • sarı tonu 23.81%
  • ana renk tonu 1.18%

CMYK: (0,20,24,1)
C0M20Y24K1 (0%, 20%, 24%, 1%)
(0.00 / 0.20 / 0.24 / 0.01)

CMYK yüzdeleri

%0
%20.24
%23.81
%1.18

Codes

Color #FCC9C0 in popluar color models

FC C9 C0
RGB 252 201 192
HSL 90.91% 87.06%
HSB/HSV 23.81% 98.82%
CMYK 0.00% 20.24% 23.81%
1.18%

Color #FCC9C0 in popluar number systems.

HEX FC C9 C0
Decimal 252 201 192
Binary 11111100 11001001 11000000
Octal 374 311 300

Shades and tints

Shades of #FCC9C0

#FCC9C0
(252,201,192)
#E6B7AF
(230,183,175)
#D0A59E
(208,165,158)
#BA938D
(186,147,141)
#A4817C
(164,129,124)
#8E6F6B
(142,111,107)
#785D5A
(120,93,90)
#624B49
(98,75,73)
#4C3938
(76,57,56)
#362727
(54,39,39)
#201516
(32,21,22)
#000000
(0,0,0)

Tints of #FCC9C0

#FCC9C0
(252,201,192)
#FCCDC5
(252,205,197)
#FCD1CA
(252,209,202)
#FCD5CF
(252,213,207)
#FCD9D4
(252,217,212)
#FCDDD9
(252,221,217)
#FCE1DE
(252,225,222)
#FCE5E3
(252,229,227)
#FCE9E8
(252,233,232)
#FCEDED
(252,237,237)
#FCF1F2
(252,241,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FCC9C0 color. Also use rgb(252,201,192) instead hex code.

Text Font Color

.myTextColor { color: #FCC9C0; }

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

This text font color is #FCC9C0.

Background Color

.myBgColor { background-color: #FCC9C0; }

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

This div background color is #FCC9C0.

Border color

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

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

This div border color is #FCC9C0.

Opacity

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

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

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

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

This text has shadow with #FCC9C0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FCC9C0.

Preview

Color preview on black background

This text has color #FCC9C0 on black background.


Color preview on white background

This text has color #FCC9C0 on white background.


Black color preview on #FCC9C0 background

This text has black color on #FCC9C0 background.


White color preview on #FCC9C0 background

This text has white color on #FCC9C0 background.


Related colors

Complementary color

Complementary color for #hex is #03363F.


I love getcolorcode.com

Triadic colors

1 #C0FCC9 and #C9C0FC with #FCC9C0 are triadic colors.

2 #C0C9FC and #C9FCC0 with #FCC9C0 are triadic colors.