COLOR #FCC1EC

HEX: #FCC1EC
RGB: (252,193,236)

Renk bilgisi

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

RGB renk modeli

#FCC1EC color RGB value is (252,193,236).

  • kırmız ton 252;
  • yeşil ton 193;
  • mavi ton 236.
RGB:
(252,193,236)
(99%,76%,93%)

RGB bağlantıları ve doygunluk

R 252 of 255 = 99%
G 193 of 255 = 76%
B 236 of 255 = 93%

252
193
236

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

Yüzdelerle RGB renk parçaları

R + G + B =
252 + 193 + 236 = 681 (100%)
R 252 of 681 ~ 37%
G 193 of 681 ~ 28.34%
B 236 of 681 ~ 34.65%

%37
%28.34
%34.65

CMYK RENK MODELİ

#FCC1EC rengi CMYK tonu (0,23,6,1).

  • camgöbeği tonu 0.00%
  • eflatun tonu 23.41%
  • sarı tonu 6.35%
  • ana renk tonu 1.18%
CMYK:
(0,23,6,1)
C0M23Y6K1 
(0%,23%,6%,1%)
(0.00/0.23/0.06/0.01)	

CMYK yüzdeleri

%0
%23.41
%6.35
%1.18

Codes

Color #FCC1EC in popluar color models

FCC1EC
RGB252193236
HSL316°90.77%87.25%
HSB/HSV316°23.41%98.82%
CMYK0.00%23.41%6.35%
1.18%

Color #FCC1EC in popluar number systems.

HEXFCC1EC
Decimal252193236
Binary111111001100000111101100
Octal374301354

Shades and tints

Shades of #FCC1EC

#FCC1EC
(252,193,236)
#E6B0D7
(230,176,215)
#D09FC2
(208,159,194)
#BA8EAD
(186,142,173)
#A47D98
(164,125,152)
#8E6C83
(142,108,131)
#785B6E
(120,91,110)
#624A59
(98,74,89)
#4C3944
(76,57,68)
#36282F
(54,40,47)
#20171A
(32,23,26)
#000000
(0,0,0)

Tints of #FCC1EC

#FCC1EC
(252,193,236)
#FCC6ED
(252,198,237)
#FCCBEE
(252,203,238)
#FCD0EF
(252,208,239)
#FCD5F0
(252,213,240)
#FCDAF1
(252,218,241)
#FCDFF2
(252,223,242)
#FCE4F3
(252,228,243)
#FCE9F4
(252,233,244)
#FCEEF5
(252,238,245)
#FCF3F6
(252,243,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FCC1EC color. Also use rgb(252,193,236) instead hex code.

Text Font Color

.myTextColor { color: #FCC1EC; }

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

This text font color is #FCC1EC.


Background Color

.myBgColor { background-color: #FCC1EC; }

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

This div background color is #FCC1EC.


Border color

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

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

This div border color is #FCC1EC.


Opacity

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

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

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

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

This text has shadow with #FCC1EC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FCC1EC on black background.


Color preview on white background

This text has color #FCC1EC on white background.



Black color preview on #FCC1EC background

This text has black color on #FCC1EC background.


White color preview on #FCC1EC background

This text has white color on #FCC1EC background.