COLOR #FCC2D5

HEX: #FCC2D5 RGB: (252,194,213)

Renk bilgisi

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

RGB renk modeli

#FCC2D5 color RGB value is (252,194,213).

RGB: (252,194,213) (99%, 76%, 84%)

RGB bağlantıları ve doygunluk

R 252 of 255 = 99%
G 194 of 255 = 76%
B 213 of 255 = 84%

252
194
213

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

Yüzdelerle RGB renk parçaları

R + G + B = 252 + 194 + 213 = 659 (100%)
R 252 of 659 ~ 38.24%
G 194 of 659 ~ 29.44%
B 213 of 659 ~ 32.32'%

%38.24
%29.44
%32.32

CMYK RENK MODELİ

#FCC2D5 rengi CMYK tonu (0,23,15,1).

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

CMYK: (0,23,15,1)
C0M23Y15K1 (0%, 23%, 15%, 1%)
(0.00 / 0.23 / 0.15 / 0.01)

CMYK yüzdeleri

%0
%23.02
%15.48
%1.18

Codes

Color #FCC2D5 in popluar color models

FC C2 D5
RGB 252 194 213
HSL 340° 90.63% 87.45%
HSB/HSV 340° 23.02% 98.82%
CMYK 0.00% 23.02% 15.48%
1.18%

Color #FCC2D5 in popluar number systems.

HEX FC C2 D5
Decimal 252 194 213
Binary 11111100 11000010 11010101
Octal 374 302 325

Shades and tints

Shades of #FCC2D5

#FCC2D5
(252,194,213)
#E6B1C2
(230,177,194)
#D0A0AF
(208,160,175)
#BA8F9C
(186,143,156)
#A47E89
(164,126,137)
#8E6D76
(142,109,118)
#785C63
(120,92,99)
#624B50
(98,75,80)
#4C3A3D
(76,58,61)
#36292A
(54,41,42)
#201817
(32,24,23)
#000000
(0,0,0)

Tints of #FCC2D5

#FCC2D5
(252,194,213)
#FCC7D8
(252,199,216)
#FCCCDB
(252,204,219)
#FCD1DE
(252,209,222)
#FCD6E1
(252,214,225)
#FCDBE4
(252,219,228)
#FCE0E7
(252,224,231)
#FCE5EA
(252,229,234)
#FCEAED
(252,234,237)
#FCEFF0
(252,239,240)
#FCF4F3
(252,244,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FCC2D5; }

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

This text font color is #FCC2D5.

Background Color

.myBgColor { background-color: #FCC2D5; }

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

This div background color is #FCC2D5.

Border color

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

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

This div border color is #FCC2D5.

Opacity

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

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

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

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

This text has shadow with #FCC2D5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FCC2D5.

Preview

Color preview on black background

This text has color #FCC2D5 on black background.


Color preview on white background

This text has color #FCC2D5 on white background.


Black color preview on #FCC2D5 background

This text has black color on #FCC2D5 background.


White color preview on #FCC2D5 background

This text has white color on #FCC2D5 background.


Related colors

Complementary color

Complementary color for #hex is #033D2A.


I love getcolorcode.com

Triadic colors

1 #D5FCC2 and #C2D5FC with #FCC2D5 are triadic colors.

2 #D5C2FC and #C2FCD5 with #FCC2D5 are triadic colors.