COLOR #FCC4C2

HEX: #FCC4C2 RGB: (252,196,194)

Renk bilgisi

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

RGB renk modeli

#FCC4C2 color RGB value is (252,196,194).

RGB: (252,196,194) (99%, 77%, 76%)

RGB bağlantıları ve doygunluk

R 252 of 255 = 99%
G 196 of 255 = 77%
B 194 of 255 = 76%

252
196
194

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

Yüzdelerle RGB renk parçaları

R + G + B = 252 + 196 + 194 = 642 (100%)
R 252 of 642 ~ 39.25%
G 196 of 642 ~ 30.53%
B 194 of 642 ~ 30.22'%

%39.25
%30.53
%30.22

CMYK RENK MODELİ

#FCC4C2 rengi CMYK tonu (0,22,23,1).

  • camgöbeği tonu 0.00%
  • eflatun tonu 22.22%
  • sarı tonu 23.02%
  • ana renk tonu 1.18%

CMYK: (0,22,23,1)
C0M22Y23K1 (0%, 22%, 23%, 1%)
(0.00 / 0.22 / 0.23 / 0.01)

CMYK yüzdeleri

%0
%22.22
%23.02
%1.18

Codes

Color #FCC4C2 in popluar color models

FC C4 C2
RGB 252 196 194
HSL 90.63% 87.45%
HSB/HSV 23.02% 98.82%
CMYK 0.00% 22.22% 23.02%
1.18%

Color #FCC4C2 in popluar number systems.

HEX FC C4 C2
Decimal 252 196 194
Binary 11111100 11000100 11000010
Octal 374 304 302

Shades and tints

Shades of #FCC4C2

#FCC4C2
(252,196,194)
#E6B3B1
(230,179,177)
#D0A2A0
(208,162,160)
#BA918F
(186,145,143)
#A4807E
(164,128,126)
#8E6F6D
(142,111,109)
#785E5C
(120,94,92)
#624D4B
(98,77,75)
#4C3C3A
(76,60,58)
#362B29
(54,43,41)
#201A18
(32,26,24)
#000000
(0,0,0)

Tints of #FCC4C2

#FCC4C2
(252,196,194)
#FCC9C7
(252,201,199)
#FCCECC
(252,206,204)
#FCD3D1
(252,211,209)
#FCD8D6
(252,216,214)
#FCDDDB
(252,221,219)
#FCE2E0
(252,226,224)
#FCE7E5
(252,231,229)
#FCECEA
(252,236,234)
#FCF1EF
(252,241,239)
#FCF6F4
(252,246,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FCC4C2 color. Also use rgb(252,196,194) instead hex code.

Text Font Color

.myTextColor { color: #FCC4C2; }

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

This text font color is #FCC4C2.

Background Color

.myBgColor { background-color: #FCC4C2; }

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

This div background color is #FCC4C2.

Border color

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

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

This div border color is #FCC4C2.

Opacity

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

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

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

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

This text has shadow with #FCC4C2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FCC4C2.

Preview

Color preview on black background

This text has color #FCC4C2 on black background.


Color preview on white background

This text has color #FCC4C2 on white background.


Black color preview on #FCC4C2 background

This text has black color on #FCC4C2 background.


White color preview on #FCC4C2 background

This text has white color on #FCC4C2 background.


Related colors

Complementary color

Complementary color for #hex is #033B3D.


I love getcolorcode.com

Triadic colors

1 #C2FCC4 and #C4C2FC with #FCC4C2 are triadic colors.

2 #C2C4FC and #C4FCC2 with #FCC4C2 are triadic colors.