COLOR #FCC5E3

HEX: #FCC5E3 RGB: (252,197,227)

Renk bilgisi

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

RGB renk modeli

#FCC5E3 color RGB value is (252,197,227).

RGB: (252,197,227) (99%, 77%, 89%)

RGB bağlantıları ve doygunluk

R 252 of 255 = 99%
G 197 of 255 = 77%
B 227 of 255 = 89%

252
197
227

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

Yüzdelerle RGB renk parçaları

R + G + B = 252 + 197 + 227 = 676 (100%)
R 252 of 676 ~ 37.28%
G 197 of 676 ~ 29.14%
B 227 of 676 ~ 33.58'%

%37.28
%29.14
%33.58

CMYK RENK MODELİ

#FCC5E3 rengi CMYK tonu (0,22,10,1).

  • camgöbeği tonu 0.00%
  • eflatun tonu 21.83%
  • sarı tonu 9.92%
  • ana renk tonu 1.18%

CMYK: (0,22,10,1)
C0M22Y10K1 (0%, 22%, 10%, 1%)
(0.00 / 0.22 / 0.10 / 0.01)

CMYK yüzdeleri

%0
%21.83
%9.92
%1.18

Codes

Color #FCC5E3 in popluar color models

FC C5 E3
RGB 252 197 227
HSL 327° 90.16% 88.04%
HSB/HSV 327° 21.83% 98.82%
CMYK 0.00% 21.83% 9.92%
1.18%

Color #FCC5E3 in popluar number systems.

HEX FC C5 E3
Decimal 252 197 227
Binary 11111100 11000101 11100011
Octal 374 305 343

Shades and tints

Shades of #FCC5E3

#FCC5E3
(252,197,227)
#E6B4CF
(230,180,207)
#D0A3BB
(208,163,187)
#BA92A7
(186,146,167)
#A48193
(164,129,147)
#8E707F
(142,112,127)
#785F6B
(120,95,107)
#624E57
(98,78,87)
#4C3D43
(76,61,67)
#362C2F
(54,44,47)
#201B1B
(32,27,27)
#000000
(0,0,0)

Tints of #FCC5E3

#FCC5E3
(252,197,227)
#FCCAE5
(252,202,229)
#FCCFE7
(252,207,231)
#FCD4E9
(252,212,233)
#FCD9EB
(252,217,235)
#FCDEED
(252,222,237)
#FCE3EF
(252,227,239)
#FCE8F1
(252,232,241)
#FCEDF3
(252,237,243)
#FCF2F5
(252,242,245)
#FCF7F7
(252,247,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FCC5E3 color. Also use rgb(252,197,227) instead hex code.

Text Font Color

.myTextColor { color: #FCC5E3; }

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

This text font color is #FCC5E3.

Background Color

.myBgColor { background-color: #FCC5E3; }

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

This div background color is #FCC5E3.

Border color

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

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

This div border color is #FCC5E3.

Opacity

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

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

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

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

This text has shadow with #FCC5E3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FCC5E3.

Preview

Color preview on black background

This text has color #FCC5E3 on black background.


Color preview on white background

This text has color #FCC5E3 on white background.


Black color preview on #FCC5E3 background

This text has black color on #FCC5E3 background.


White color preview on #FCC5E3 background

This text has white color on #FCC5E3 background.


Related colors

Complementary color

Complementary color for #hex is #033A1C.


I love getcolorcode.com

Triadic colors

1 #E3FCC5 and #C5E3FC with #FCC5E3 are triadic colors.

2 #E3C5FC and #C5FCE3 with #FCC5E3 are triadic colors.