COLOR #FCC9DA

HEX: #FCC9DA
RGB: (252,201,218)

Renk bilgisi

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

RGB renk modeli

#FCC9DA color RGB value is (252,201,218).

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

RGB bağlantıları ve doygunluk

R 252 of 255 = 99%
G 201 of 255 = 79%
B 218 of 255 = 85%

252
201
218

R + G + B ~ 88%. #FCC9DA is light color.

Yüzdelerle RGB renk parçaları

R + G + B =
252 + 201 + 218 = 671 (100%)
R 252 of 671 ~ 37.56%
G 201 of 671 ~ 29.96%
B 218 of 671 ~ 32.49%

%37.56
%29.96
%32.49

CMYK RENK MODELİ

#FCC9DA rengi CMYK tonu (0,20,13,1).

  • camgöbeği tonu 0.00%
  • eflatun tonu 20.24%
  • sarı tonu 13.49%
  • ana renk tonu 1.18%
CMYK:
(0,20,13,1)
C0M20Y13K1 
(0%,20%,13%,1%)
(0.00/0.20/0.13/0.01)	

CMYK yüzdeleri

%0
%20.24
%13.49
%1.18

Codes

Color #FCC9DA in popluar color models

FCC9DA
RGB252201218
HSL340°89.47%88.82%
HSB/HSV340°20.24%98.82%
CMYK0.00%20.24%13.49%
1.18%

Color #FCC9DA in popluar number systems.

HEXFCC9DA
Decimal252201218
Binary111111001100100111011010
Octal374311332

Shades and tints

Shades of #FCC9DA

#FCC9DA
(252,201,218)
#E6B7C7
(230,183,199)
#D0A5B4
(208,165,180)
#BA93A1
(186,147,161)
#A4818E
(164,129,142)
#8E6F7B
(142,111,123)
#785D68
(120,93,104)
#624B55
(98,75,85)
#4C3942
(76,57,66)
#36272F
(54,39,47)
#20151C
(32,21,28)
#000000
(0,0,0)

Tints of #FCC9DA

#FCC9DA
(252,201,218)
#FCCDDD
(252,205,221)
#FCD1E0
(252,209,224)
#FCD5E3
(252,213,227)
#FCD9E6
(252,217,230)
#FCDDE9
(252,221,233)
#FCE1EC
(252,225,236)
#FCE5EF
(252,229,239)
#FCE9F2
(252,233,242)
#FCEDF5
(252,237,245)
#FCF1F8
(252,241,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FCC9DA; }

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

This text font color is #FCC9DA.


Background Color

.myBgColor { background-color: #FCC9DA; }

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

This div background color is #FCC9DA.


Border color

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

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

This div border color is #FCC9DA.


Opacity

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

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

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

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

This text has shadow with #FCC9DA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FCC9DA on black background.


Color preview on white background

This text has color #FCC9DA on white background.



Black color preview on #FCC9DA background

This text has black color on #FCC9DA background.


White color preview on #FCC9DA background

This text has white color on #FCC9DA background.