COLOR #FCC8E1

HEX: #FCC8E1
RGB: (252,200,225)

Renk bilgisi

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

RGB renk modeli

#FCC8E1 color RGB value is (252,200,225).

  • kırmız ton 252;
  • yeşil ton 200;
  • mavi ton 225.
RGB:
(252,200,225)
(99%,78%,88%)

RGB bağlantıları ve doygunluk

R 252 of 255 = 99%
G 200 of 255 = 78%
B 225 of 255 = 88%

252
200
225

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

Yüzdelerle RGB renk parçaları

R + G + B =
252 + 200 + 225 = 677 (100%)
R 252 of 677 ~ 37.22%
G 200 of 677 ~ 29.54%
B 225 of 677 ~ 33.23%

%37.22
%29.54
%33.23

CMYK RENK MODELİ

#FCC8E1 rengi CMYK tonu (0,21,11,1).

  • camgöbeği tonu 0.00%
  • eflatun tonu 20.63%
  • sarı tonu 10.71%
  • ana renk tonu 1.18%
CMYK:
(0,21,11,1)
C0M21Y11K1 
(0%,21%,11%,1%)
(0.00/0.21/0.11/0.01)	

CMYK yüzdeleri

%0
%20.63
%10.71
%1.18

Codes

Color #FCC8E1 in popluar color models

FCC8E1
RGB252200225
HSL331°89.66%88.63%
HSB/HSV331°20.63%98.82%
CMYK0.00%20.63%10.71%
1.18%

Color #FCC8E1 in popluar number systems.

HEXFCC8E1
Decimal252200225
Binary111111001100100011100001
Octal374310341

Shades and tints

Shades of #FCC8E1

#FCC8E1
(252,200,225)
#E6B6CD
(230,182,205)
#D0A4B9
(208,164,185)
#BA92A5
(186,146,165)
#A48091
(164,128,145)
#8E6E7D
(142,110,125)
#785C69
(120,92,105)
#624A55
(98,74,85)
#4C3841
(76,56,65)
#36262D
(54,38,45)
#201419
(32,20,25)
#000000
(0,0,0)

Tints of #FCC8E1

#FCC8E1
(252,200,225)
#FCCDE3
(252,205,227)
#FCD2E5
(252,210,229)
#FCD7E7
(252,215,231)
#FCDCE9
(252,220,233)
#FCE1EB
(252,225,235)
#FCE6ED
(252,230,237)
#FCEBEF
(252,235,239)
#FCF0F1
(252,240,241)
#FCF5F3
(252,245,243)
#FCFAF5
(252,250,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FCC8E1 color. Also use rgb(252,200,225) instead hex code.

Text Font Color

.myTextColor { color: #FCC8E1; }

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

This text font color is #FCC8E1.


Background Color

.myBgColor { background-color: #FCC8E1; }

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

This div background color is #FCC8E1.


Border color

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

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

This div border color is #FCC8E1.


Opacity

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

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

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

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

This text has shadow with #FCC8E1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FCC8E1 on black background.


Color preview on white background

This text has color #FCC8E1 on white background.



Black color preview on #FCC8E1 background

This text has black color on #FCC8E1 background.


White color preview on #FCC8E1 background

This text has white color on #FCC8E1 background.