COLOR #FCC9E3

HEX: #FCC9E3
RGB: (252,201,227)

Renk bilgisi

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

RGB renk modeli

#FCC9E3 color RGB value is (252,201,227).

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

RGB bağlantıları ve doygunluk

R 252 of 255 = 99%
G 201 of 255 = 79%
B 227 of 255 = 89%

252
201
227

R + G + B ~ 89%. #FCC9E3 is light color.

Yüzdelerle RGB renk parçaları

R + G + B =
252 + 201 + 227 = 680 (100%)
R 252 of 680 ~ 37.06%
G 201 of 680 ~ 29.56%
B 227 of 680 ~ 33.38%

%37.06
%29.56
%33.38

CMYK RENK MODELİ

#FCC9E3 rengi CMYK tonu (0,20,10,1).

  • camgöbeği tonu 0.00%
  • eflatun tonu 20.24%
  • sarı tonu 9.92%
  • ana renk tonu 1.18%
CMYK:
(0,20,10,1)
C0M20Y10K1 
(0%,20%,10%,1%)
(0.00/0.20/0.10/0.01)	

CMYK yüzdeleri

%0
%20.24
%9.92
%1.18

Codes

Color #FCC9E3 in popluar color models

FCC9E3
RGB252201227
HSL329°89.47%88.82%
HSB/HSV329°20.24%98.82%
CMYK0.00%20.24%9.92%
1.18%

Color #FCC9E3 in popluar number systems.

HEXFCC9E3
Decimal252201227
Binary111111001100100111100011
Octal374311343

Shades and tints

Shades of #FCC9E3

#FCC9E3
(252,201,227)
#E6B7CF
(230,183,207)
#D0A5BB
(208,165,187)
#BA93A7
(186,147,167)
#A48193
(164,129,147)
#8E6F7F
(142,111,127)
#785D6B
(120,93,107)
#624B57
(98,75,87)
#4C3943
(76,57,67)
#36272F
(54,39,47)
#20151B
(32,21,27)
#000000
(0,0,0)

Tints of #FCC9E3

#FCC9E3
(252,201,227)
#FCCDE5
(252,205,229)
#FCD1E7
(252,209,231)
#FCD5E9
(252,213,233)
#FCD9EB
(252,217,235)
#FCDDED
(252,221,237)
#FCE1EF
(252,225,239)
#FCE5F1
(252,229,241)
#FCE9F3
(252,233,243)
#FCEDF5
(252,237,245)
#FCF1F7
(252,241,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FCC9E3; }

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

This text font color is #FCC9E3.


Background Color

.myBgColor { background-color: #FCC9E3; }

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

This div background color is #FCC9E3.


Border color

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

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

This div border color is #FCC9E3.


Opacity

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

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

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

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

This text has shadow with #FCC9E3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FCC9E3 on black background.


Color preview on white background

This text has color #FCC9E3 on white background.



Black color preview on #FCC9E3 background

This text has black color on #FCC9E3 background.


White color preview on #FCC9E3 background

This text has white color on #FCC9E3 background.