COLOR #FCC6DF

HEX: #FCC6DF
RGB: (252,198,223)

Renk bilgisi

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

RGB renk modeli

#FCC6DF color RGB value is (252,198,223).

  • kırmız ton 252;
  • yeşil ton 198;
  • mavi ton 223.
RGB:
(252,198,223)
(99%,78%,87%)

RGB bağlantıları ve doygunluk

R 252 of 255 = 99%
G 198 of 255 = 78%
B 223 of 255 = 87%

252
198
223

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

Yüzdelerle RGB renk parçaları

R + G + B =
252 + 198 + 223 = 673 (100%)
R 252 of 673 ~ 37.44%
G 198 of 673 ~ 29.42%
B 223 of 673 ~ 33.14%

%37.44
%29.42
%33.14

CMYK RENK MODELİ

#FCC6DF rengi CMYK tonu (0,21,12,1).

  • camgöbeği tonu 0.00%
  • eflatun tonu 21.43%
  • sarı tonu 11.51%
  • ana renk tonu 1.18%
CMYK:
(0,21,12,1)
C0M21Y12K1 
(0%,21%,12%,1%)
(0.00/0.21/0.12/0.01)	

CMYK yüzdeleri

%0
%21.43
%11.51
%1.18

Codes

Color #FCC6DF in popluar color models

FCC6DF
RGB252198223
HSL332°90.00%88.24%
HSB/HSV332°21.43%98.82%
CMYK0.00%21.43%11.51%
1.18%

Color #FCC6DF in popluar number systems.

HEXFCC6DF
Decimal252198223
Binary111111001100011011011111
Octal374306337

Shades and tints

Shades of #FCC6DF

#FCC6DF
(252,198,223)
#E6B4CB
(230,180,203)
#D0A2B7
(208,162,183)
#BA90A3
(186,144,163)
#A47E8F
(164,126,143)
#8E6C7B
(142,108,123)
#785A67
(120,90,103)
#624853
(98,72,83)
#4C363F
(76,54,63)
#36242B
(54,36,43)
#201217
(32,18,23)
#000000
(0,0,0)

Tints of #FCC6DF

#FCC6DF
(252,198,223)
#FCCBE1
(252,203,225)
#FCD0E3
(252,208,227)
#FCD5E5
(252,213,229)
#FCDAE7
(252,218,231)
#FCDFE9
(252,223,233)
#FCE4EB
(252,228,235)
#FCE9ED
(252,233,237)
#FCEEEF
(252,238,239)
#FCF3F1
(252,243,241)
#FCF8F3
(252,248,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FCC6DF color. Also use rgb(252,198,223) instead hex code.

Text Font Color

.myTextColor { color: #FCC6DF; }

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

This text font color is #FCC6DF.


Background Color

.myBgColor { background-color: #FCC6DF; }

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

This div background color is #FCC6DF.


Border color

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

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

This div border color is #FCC6DF.


Opacity

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

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

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

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

This text has shadow with #FCC6DF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FCC6DF on black background.


Color preview on white background

This text has color #FCC6DF on white background.



Black color preview on #FCC6DF background

This text has black color on #FCC6DF background.


White color preview on #FCC6DF background

This text has white color on #FCC6DF background.