COLOR #FDC9ED

HEX: #FDC9ED
RGB: (253,201,237)

Renk bilgisi

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

RGB renk modeli

#FDC9ED color RGB value is (253,201,237).

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

RGB bağlantıları ve doygunluk

R 253 of 255 = 99%
G 201 of 255 = 79%
B 237 of 255 = 93%

253
201
237

R + G + B ~ 90%. #FDC9ED is light color.

Yüzdelerle RGB renk parçaları

R + G + B =
253 + 201 + 237 = 691 (100%)
R 253 of 691 ~ 36.61%
G 201 of 691 ~ 29.09%
B 237 of 691 ~ 34.3%

%36.61
%29.09
%34.3

CMYK RENK MODELİ

#FDC9ED rengi CMYK tonu (0,21,6,1).

  • camgöbeği tonu 0.00%
  • eflatun tonu 20.55%
  • sarı tonu 6.32%
  • ana renk tonu 0.78%
CMYK:
(0,21,6,1)
C0M21Y6K1 
(0%,21%,6%,1%)
(0.00/0.21/0.06/0.01)	

CMYK yüzdeleri

%0
%20.55
%6.32
%0.78

Codes

Color #FDC9ED in popluar color models

FDC9ED
RGB253201237
HSL318°92.86%89.02%
HSB/HSV318°20.55%99.22%
CMYK0.00%20.55%6.32%
0.78%

Color #FDC9ED in popluar number systems.

HEXFDC9ED
Decimal253201237
Binary111111011100100111101101
Octal375311355

Shades and tints

Shades of #FDC9ED

#FDC9ED
(253,201,237)
#E6B7D8
(230,183,216)
#CFA5C3
(207,165,195)
#B893AE
(184,147,174)
#A18199
(161,129,153)
#8A6F84
(138,111,132)
#735D6F
(115,93,111)
#5C4B5A
(92,75,90)
#453945
(69,57,69)
#2E2730
(46,39,48)
#17151B
(23,21,27)
#000000
(0,0,0)

Tints of #FDC9ED

#FDC9ED
(253,201,237)
#FDCDEE
(253,205,238)
#FDD1EF
(253,209,239)
#FDD5F0
(253,213,240)
#FDD9F1
(253,217,241)
#FDDDF2
(253,221,242)
#FDE1F3
(253,225,243)
#FDE5F4
(253,229,244)
#FDE9F5
(253,233,245)
#FDEDF6
(253,237,246)
#FDF1F7
(253,241,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FDC9ED; }

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

This text font color is #FDC9ED.


Background Color

.myBgColor { background-color: #FDC9ED; }

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

This div background color is #FDC9ED.


Border color

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

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

This div border color is #FDC9ED.


Opacity

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

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

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

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

This text has shadow with #FDC9ED color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FDC9ED on black background.


Color preview on white background

This text has color #FDC9ED on white background.



Black color preview on #FDC9ED background

This text has black color on #FDC9ED background.


White color preview on #FDC9ED background

This text has white color on #FDC9ED background.