COLOR #FCC4E5

HEX: #FCC4E5 RGB: (252,196,229)

Renk bilgisi

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

RGB renk modeli

#FCC4E5 color RGB value is (252,196,229).

RGB: (252,196,229) (99%, 77%, 90%)

RGB bağlantıları ve doygunluk

R 252 of 255 = 99%
G 196 of 255 = 77%
B 229 of 255 = 90%

252
196
229

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

Yüzdelerle RGB renk parçaları

R + G + B = 252 + 196 + 229 = 677 (100%)
R 252 of 677 ~ 37.22%
G 196 of 677 ~ 28.95%
B 229 of 677 ~ 33.83'%

%37.22
%28.95
%33.83

CMYK RENK MODELİ

#FCC4E5 rengi CMYK tonu (0,22,9,1).

  • camgöbeği tonu 0.00%
  • eflatun tonu 22.22%
  • sarı tonu 9.13%
  • ana renk tonu 1.18%

CMYK: (0,22,9,1)
C0M22Y9K1 (0%, 22%, 9%, 1%)
(0.00 / 0.22 / 0.09 / 0.01)

CMYK yüzdeleri

%0
%22.22
%9.13
%1.18

Codes

Color #FCC4E5 in popluar color models

FC C4 E5
RGB 252 196 229
HSL 325° 90.32% 87.84%
HSB/HSV 325° 22.22% 98.82%
CMYK 0.00% 22.22% 9.13%
1.18%

Color #FCC4E5 in popluar number systems.

HEX FC C4 E5
Decimal 252 196 229
Binary 11111100 11000100 11100101
Octal 374 304 345

Shades and tints

Shades of #FCC4E5

#FCC4E5
(252,196,229)
#E6B3D1
(230,179,209)
#D0A2BD
(208,162,189)
#BA91A9
(186,145,169)
#A48095
(164,128,149)
#8E6F81
(142,111,129)
#785E6D
(120,94,109)
#624D59
(98,77,89)
#4C3C45
(76,60,69)
#362B31
(54,43,49)
#201A1D
(32,26,29)
#000000
(0,0,0)

Tints of #FCC4E5

#FCC4E5
(252,196,229)
#FCC9E7
(252,201,231)
#FCCEE9
(252,206,233)
#FCD3EB
(252,211,235)
#FCD8ED
(252,216,237)
#FCDDEF
(252,221,239)
#FCE2F1
(252,226,241)
#FCE7F3
(252,231,243)
#FCECF5
(252,236,245)
#FCF1F7
(252,241,247)
#FCF6F9
(252,246,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FCC4E5; }

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

This text font color is #FCC4E5.

Background Color

.myBgColor { background-color: #FCC4E5; }

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

This div background color is #FCC4E5.

Border color

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

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

This div border color is #FCC4E5.

Opacity

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

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

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

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

This text has shadow with #FCC4E5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FCC4E5.

Preview

Color preview on black background

This text has color #FCC4E5 on black background.


Color preview on white background

This text has color #FCC4E5 on white background.


Black color preview on #FCC4E5 background

This text has black color on #FCC4E5 background.


White color preview on #FCC4E5 background

This text has white color on #FCC4E5 background.


Related colors

Complementary color

Complementary color for #hex is #033B1A.


I love getcolorcode.com

Triadic colors

1 #E5FCC4 and #C4E5FC with #FCC4E5 are triadic colors.

2 #E5C4FC and #C4FCE5 with #FCC4E5 are triadic colors.