COLOR #FCC2D4

HEX: #FCC2D4 RGB: (252,194,212)

Renk bilgisi

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

RGB renk modeli

#FCC2D4 color RGB value is (252,194,212).

RGB: (252,194,212) (99%, 76%, 83%)

RGB bağlantıları ve doygunluk

R 252 of 255 = 99%
G 194 of 255 = 76%
B 212 of 255 = 83%

252
194
212

R + G + B ~ 86%. #FCC2D4 is light color.

Yüzdelerle RGB renk parçaları

R + G + B = 252 + 194 + 212 = 658 (100%)
R 252 of 658 ~ 38.3%
G 194 of 658 ~ 29.48%
B 212 of 658 ~ 32.22'%

%38.3
%29.48
%32.22

CMYK RENK MODELİ

#FCC2D4 rengi CMYK tonu (0,23,16,1).

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

CMYK: (0,23,16,1)
C0M23Y16K1 (0%, 23%, 16%, 1%)
(0.00 / 0.23 / 0.16 / 0.01)

CMYK yüzdeleri

%0
%23.02
%15.87
%1.18

Codes

Color #FCC2D4 in popluar color models

FC C2 D4
RGB 252 194 212
HSL 341° 90.63% 87.45%
HSB/HSV 341° 23.02% 98.82%
CMYK 0.00% 23.02% 15.87%
1.18%

Color #FCC2D4 in popluar number systems.

HEX FC C2 D4
Decimal 252 194 212
Binary 11111100 11000010 11010100
Octal 374 302 324

Shades and tints

Shades of #FCC2D4

#FCC2D4
(252,194,212)
#E6B1C1
(230,177,193)
#D0A0AE
(208,160,174)
#BA8F9B
(186,143,155)
#A47E88
(164,126,136)
#8E6D75
(142,109,117)
#785C62
(120,92,98)
#624B4F
(98,75,79)
#4C3A3C
(76,58,60)
#362929
(54,41,41)
#201816
(32,24,22)
#000000
(0,0,0)

Tints of #FCC2D4

#FCC2D4
(252,194,212)
#FCC7D7
(252,199,215)
#FCCCDA
(252,204,218)
#FCD1DD
(252,209,221)
#FCD6E0
(252,214,224)
#FCDBE3
(252,219,227)
#FCE0E6
(252,224,230)
#FCE5E9
(252,229,233)
#FCEAEC
(252,234,236)
#FCEFEF
(252,239,239)
#FCF4F2
(252,244,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FCC2D4; }

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

This text font color is #FCC2D4.

Background Color

.myBgColor { background-color: #FCC2D4; }

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

This div background color is #FCC2D4.

Border color

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

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

This div border color is #FCC2D4.

Opacity

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

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

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

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

This text has shadow with #FCC2D4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FCC2D4.

Preview

Color preview on black background

This text has color #FCC2D4 on black background.


Color preview on white background

This text has color #FCC2D4 on white background.


Black color preview on #FCC2D4 background

This text has black color on #FCC2D4 background.


White color preview on #FCC2D4 background

This text has white color on #FCC2D4 background.


Related colors

Complementary color

Complementary color for #hex is #033D2B.


I love getcolorcode.com

Triadic colors

1 #D4FCC2 and #C2D4FC with #FCC2D4 are triadic colors.

2 #D4C2FC and #C2FCD4 with #FCC2D4 are triadic colors.