COLOR #FCC4DD

HEX: #FCC4DD
RGB: (252,196,221)

Renk bilgisi

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

RGB renk modeli

#FCC4DD color RGB value is (252,196,221).

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

RGB bağlantıları ve doygunluk

R 252 of 255 = 99%
G 196 of 255 = 77%
B 221 of 255 = 87%

252
196
221

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

Yüzdelerle RGB renk parçaları

R + G + B =
252 + 196 + 221 = 669 (100%)
R 252 of 669 ~ 37.67%
G 196 of 669 ~ 29.3%
B 221 of 669 ~ 33.03%

%37.67
%29.3
%33.03

CMYK RENK MODELİ

#FCC4DD rengi CMYK tonu (0,22,12,1).

  • camgöbeği tonu 0.00%
  • eflatun tonu 22.22%
  • sarı tonu 12.30%
  • ana renk tonu 1.18%
CMYK:
(0,22,12,1)
C0M22Y12K1 
(0%,22%,12%,1%)
(0.00/0.22/0.12/0.01)	

CMYK yüzdeleri

%0
%22.22
%12.3
%1.18

Codes

Color #FCC4DD in popluar color models

FCC4DD
RGB252196221
HSL333°90.32%87.84%
HSB/HSV333°22.22%98.82%
CMYK0.00%22.22%12.30%
1.18%

Color #FCC4DD in popluar number systems.

HEXFCC4DD
Decimal252196221
Binary111111001100010011011101
Octal374304335

Shades and tints

Shades of #FCC4DD

#FCC4DD
(252,196,221)
#E6B3C9
(230,179,201)
#D0A2B5
(208,162,181)
#BA91A1
(186,145,161)
#A4808D
(164,128,141)
#8E6F79
(142,111,121)
#785E65
(120,94,101)
#624D51
(98,77,81)
#4C3C3D
(76,60,61)
#362B29
(54,43,41)
#201A15
(32,26,21)
#000000
(0,0,0)

Tints of #FCC4DD

#FCC4DD
(252,196,221)
#FCC9E0
(252,201,224)
#FCCEE3
(252,206,227)
#FCD3E6
(252,211,230)
#FCD8E9
(252,216,233)
#FCDDEC
(252,221,236)
#FCE2EF
(252,226,239)
#FCE7F2
(252,231,242)
#FCECF5
(252,236,245)
#FCF1F8
(252,241,248)
#FCF6FB
(252,246,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FCC4DD; }

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

This text font color is #FCC4DD.


Background Color

.myBgColor { background-color: #FCC4DD; }

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

This div background color is #FCC4DD.


Border color

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

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

This div border color is #FCC4DD.


Opacity

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

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

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

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

This text has shadow with #FCC4DD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FCC4DD on black background.


Color preview on white background

This text has color #FCC4DD on white background.



Black color preview on #FCC4DD background

This text has black color on #FCC4DD background.


White color preview on #FCC4DD background

This text has white color on #FCC4DD background.