COLOR #FCC4D7

HEX: #FCC4D7
RGB: (252,196,215)

Renk bilgisi

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

RGB renk modeli

#FCC4D7 color RGB value is (252,196,215).

  • kırmız ton 252;
  • yeşil ton 196;
  • mavi ton 215.
RGB:
(252,196,215)
(99%,77%,84%)

RGB bağlantıları ve doygunluk

R 252 of 255 = 99%
G 196 of 255 = 77%
B 215 of 255 = 84%

252
196
215

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

Yüzdelerle RGB renk parçaları

R + G + B =
252 + 196 + 215 = 663 (100%)
R 252 of 663 ~ 38.01%
G 196 of 663 ~ 29.56%
B 215 of 663 ~ 32.43%

%38.01
%29.56
%32.43

CMYK RENK MODELİ

#FCC4D7 rengi CMYK tonu (0,22,15,1).

  • camgöbeği tonu 0.00%
  • eflatun tonu 22.22%
  • sarı tonu 14.68%
  • ana renk tonu 1.18%
CMYK:
(0,22,15,1)
C0M22Y15K1 
(0%,22%,15%,1%)
(0.00/0.22/0.15/0.01)	

CMYK yüzdeleri

%0
%22.22
%14.68
%1.18

Codes

Color #FCC4D7 in popluar color models

FCC4D7
RGB252196215
HSL340°90.32%87.84%
HSB/HSV340°22.22%98.82%
CMYK0.00%22.22%14.68%
1.18%

Color #FCC4D7 in popluar number systems.

HEXFCC4D7
Decimal252196215
Binary111111001100010011010111
Octal374304327

Shades and tints

Shades of #FCC4D7

#FCC4D7
(252,196,215)
#E6B3C4
(230,179,196)
#D0A2B1
(208,162,177)
#BA919E
(186,145,158)
#A4808B
(164,128,139)
#8E6F78
(142,111,120)
#785E65
(120,94,101)
#624D52
(98,77,82)
#4C3C3F
(76,60,63)
#362B2C
(54,43,44)
#201A19
(32,26,25)
#000000
(0,0,0)

Tints of #FCC4D7

#FCC4D7
(252,196,215)
#FCC9DA
(252,201,218)
#FCCEDD
(252,206,221)
#FCD3E0
(252,211,224)
#FCD8E3
(252,216,227)
#FCDDE6
(252,221,230)
#FCE2E9
(252,226,233)
#FCE7EC
(252,231,236)
#FCECEF
(252,236,239)
#FCF1F2
(252,241,242)
#FCF6F5
(252,246,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FCC4D7 color. Also use rgb(252,196,215) instead hex code.

Text Font Color

.myTextColor { color: #FCC4D7; }

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

This text font color is #FCC4D7.


Background Color

.myBgColor { background-color: #FCC4D7; }

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

This div background color is #FCC4D7.


Border color

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

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

This div border color is #FCC4D7.


Opacity

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

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

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

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

This text has shadow with #FCC4D7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FCC4D7 on black background.


Color preview on white background

This text has color #FCC4D7 on white background.



Black color preview on #FCC4D7 background

This text has black color on #FCC4D7 background.


White color preview on #FCC4D7 background

This text has white color on #FCC4D7 background.