COLOR #FCC7C9

HEX: #FCC7C9 RGB: (252,199,201)

Renk bilgisi

#FCC7C9 contains red, green and blue colors in about the same proportion. #FCC7C9 ‘ nin web güvenlik rengi #FFCCCC (ya da #FCC) dir.

RGB renk modeli

#FCC7C9 color RGB value is (252,199,201).

RGB: (252,199,201) (99%, 78%, 79%)

RGB bağlantıları ve doygunluk

R 252 of 255 = 99%
G 199 of 255 = 78%
B 201 of 255 = 79%

252
199
201

R + G + B ~ 85%. #FCC7C9 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B = 252 + 199 + 201 = 652 (100%)
R 252 of 652 ~ 38.65%
G 199 of 652 ~ 30.52%
B 201 of 652 ~ 30.83'%

%38.65
%30.52
%30.83

CMYK RENK MODELİ

#FCC7C9 rengi CMYK tonu (0,21,20,1).

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

CMYK: (0,21,20,1)
C0M21Y20K1 (0%, 21%, 20%, 1%)
(0.00 / 0.21 / 0.20 / 0.01)

CMYK yüzdeleri

%0
%21.03
%20.24
%1.18

Codes

Color #FCC7C9 in popluar color models

FC C7 C9
RGB 252 199 201
HSL 358° 89.83% 88.43%
HSB/HSV 358° 21.03% 98.82%
CMYK 0.00% 21.03% 20.24%
1.18%

Color #FCC7C9 in popluar number systems.

HEX FC C7 C9
Decimal 252 199 201
Binary 11111100 11000111 11001001
Octal 374 307 311

Shades and tints

Shades of #FCC7C9

#FCC7C9
(252,199,201)
#E6B5B7
(230,181,183)
#D0A3A5
(208,163,165)
#BA9193
(186,145,147)
#A47F81
(164,127,129)
#8E6D6F
(142,109,111)
#785B5D
(120,91,93)
#62494B
(98,73,75)
#4C3739
(76,55,57)
#362527
(54,37,39)
#201315
(32,19,21)
#000000
(0,0,0)

Tints of #FCC7C9

#FCC7C9
(252,199,201)
#FCCCCD
(252,204,205)
#FCD1D1
(252,209,209)
#FCD6D5
(252,214,213)
#FCDBD9
(252,219,217)
#FCE0DD
(252,224,221)
#FCE5E1
(252,229,225)
#FCEAE5
(252,234,229)
#FCEFE9
(252,239,233)
#FCF4ED
(252,244,237)
#FCF9F1
(252,249,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FCC7C9; }

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

This text font color is #FCC7C9.

Background Color

.myBgColor { background-color: #FCC7C9; }

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

This div background color is #FCC7C9.

Border color

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

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

This div border color is #FCC7C9.

Opacity

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

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

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

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

This text has shadow with #FCC7C9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FCC7C9.

Preview

Color preview on black background

This text has color #FCC7C9 on black background.


Color preview on white background

This text has color #FCC7C9 on white background.


Black color preview on #FCC7C9 background

This text has black color on #FCC7C9 background.


White color preview on #FCC7C9 background

This text has white color on #FCC7C9 background.


Related colors

Complementary color

Complementary color for #hex is #033836.


I love getcolorcode.com

Triadic colors

1 #C9FCC7 and #C7C9FC with #FCC7C9 are triadic colors.

2 #C9C7FC and #C7FCC9 with #FCC7C9 are triadic colors.