COLOR #FDC9DA

HEX: #FDC9DA
RGB: (253,201,218)

Renk bilgisi

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

RGB renk modeli

#FDC9DA color RGB value is (253,201,218).

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

RGB bağlantıları ve doygunluk

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

253
201
218

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

Yüzdelerle RGB renk parçaları

R + G + B =
253 + 201 + 218 = 672 (100%)
R 253 of 672 ~ 37.65%
G 201 of 672 ~ 29.91%
B 218 of 672 ~ 32.44%

%37.65
%29.91
%32.44

CMYK RENK MODELİ

#FDC9DA rengi CMYK tonu (0,21,14,1).

  • camgöbeği tonu 0.00%
  • eflatun tonu 20.55%
  • sarı tonu 13.83%
  • ana renk tonu 0.78%
CMYK:
(0,21,14,1)
C0M21Y14K1 
(0%,21%,14%,1%)
(0.00/0.21/0.14/0.01)	

CMYK yüzdeleri

%0
%20.55
%13.83
%0.78

Codes

Color #FDC9DA in popluar color models

FDC9DA
RGB253201218
HSL340°92.86%89.02%
HSB/HSV340°20.55%99.22%
CMYK0.00%20.55%13.83%
0.78%

Color #FDC9DA in popluar number systems.

HEXFDC9DA
Decimal253201218
Binary111111011100100111011010
Octal375311332

Shades and tints

Shades of #FDC9DA

#FDC9DA
(253,201,218)
#E6B7C7
(230,183,199)
#CFA5B4
(207,165,180)
#B893A1
(184,147,161)
#A1818E
(161,129,142)
#8A6F7B
(138,111,123)
#735D68
(115,93,104)
#5C4B55
(92,75,85)
#453942
(69,57,66)
#2E272F
(46,39,47)
#17151C
(23,21,28)
#000000
(0,0,0)

Tints of #FDC9DA

#FDC9DA
(253,201,218)
#FDCDDD
(253,205,221)
#FDD1E0
(253,209,224)
#FDD5E3
(253,213,227)
#FDD9E6
(253,217,230)
#FDDDE9
(253,221,233)
#FDE1EC
(253,225,236)
#FDE5EF
(253,229,239)
#FDE9F2
(253,233,242)
#FDEDF5
(253,237,245)
#FDF1F8
(253,241,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FDC9DA; }

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

This text font color is #FDC9DA.


Background Color

.myBgColor { background-color: #FDC9DA; }

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

This div background color is #FDC9DA.


Border color

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

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

This div border color is #FDC9DA.


Opacity

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

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

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

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

This text has shadow with #FDC9DA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FDC9DA on black background.


Color preview on white background

This text has color #FDC9DA on white background.



Black color preview on #FDC9DA background

This text has black color on #FDC9DA background.


White color preview on #FDC9DA background

This text has white color on #FDC9DA background.