COLOR #FCC9D5

HEX: #FCC9D5
RGB: (252,201,213)

Renk bilgisi

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

RGB renk modeli

#FCC9D5 color RGB value is (252,201,213).

  • kırmız ton 252;
  • yeşil ton 201;
  • mavi ton 213.
RGB:
(252,201,213)
(99%,79%,84%)

RGB bağlantıları ve doygunluk

R 252 of 255 = 99%
G 201 of 255 = 79%
B 213 of 255 = 84%

252
201
213

R + G + B ~ 87%. #FCC9D5 is light color.

Yüzdelerle RGB renk parçaları

R + G + B =
252 + 201 + 213 = 666 (100%)
R 252 of 666 ~ 37.84%
G 201 of 666 ~ 30.18%
B 213 of 666 ~ 31.98%

%37.84
%30.18
%31.98

CMYK RENK MODELİ

#FCC9D5 rengi CMYK tonu (0,20,15,1).

  • camgöbeği tonu 0.00%
  • eflatun tonu 20.24%
  • sarı tonu 15.48%
  • ana renk tonu 1.18%
CMYK:
(0,20,15,1)
C0M20Y15K1 
(0%,20%,15%,1%)
(0.00/0.20/0.15/0.01)	

CMYK yüzdeleri

%0
%20.24
%15.48
%1.18

Codes

Color #FCC9D5 in popluar color models

FCC9D5
RGB252201213
HSL346°89.47%88.82%
HSB/HSV346°20.24%98.82%
CMYK0.00%20.24%15.48%
1.18%

Color #FCC9D5 in popluar number systems.

HEXFCC9D5
Decimal252201213
Binary111111001100100111010101
Octal374311325

Shades and tints

Shades of #FCC9D5

#FCC9D5
(252,201,213)
#E6B7C2
(230,183,194)
#D0A5AF
(208,165,175)
#BA939C
(186,147,156)
#A48189
(164,129,137)
#8E6F76
(142,111,118)
#785D63
(120,93,99)
#624B50
(98,75,80)
#4C393D
(76,57,61)
#36272A
(54,39,42)
#201517
(32,21,23)
#000000
(0,0,0)

Tints of #FCC9D5

#FCC9D5
(252,201,213)
#FCCDD8
(252,205,216)
#FCD1DB
(252,209,219)
#FCD5DE
(252,213,222)
#FCD9E1
(252,217,225)
#FCDDE4
(252,221,228)
#FCE1E7
(252,225,231)
#FCE5EA
(252,229,234)
#FCE9ED
(252,233,237)
#FCEDF0
(252,237,240)
#FCF1F3
(252,241,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FCC9D5; }

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

This text font color is #FCC9D5.


Background Color

.myBgColor { background-color: #FCC9D5; }

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

This div background color is #FCC9D5.


Border color

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

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

This div border color is #FCC9D5.


Opacity

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

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

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

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

This text has shadow with #FCC9D5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FCC9D5 on black background.


Color preview on white background

This text has color #FCC9D5 on white background.



Black color preview on #FCC9D5 background

This text has black color on #FCC9D5 background.


White color preview on #FCC9D5 background

This text has white color on #FCC9D5 background.