COLOR #FCC4E2

HEX: #FCC4E2 RGB: (252,196,226)

Renk bilgisi

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

RGB renk modeli

#FCC4E2 color RGB value is (252,196,226).

RGB: (252,196,226) (99%, 77%, 89%)

RGB bağlantıları ve doygunluk

R 252 of 255 = 99%
G 196 of 255 = 77%
B 226 of 255 = 89%

252
196
226

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

Yüzdelerle RGB renk parçaları

R + G + B = 252 + 196 + 226 = 674 (100%)
R 252 of 674 ~ 37.39%
G 196 of 674 ~ 29.08%
B 226 of 674 ~ 33.53'%

%37.39
%29.08
%33.53

CMYK RENK MODELİ

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

  • camgöbeği tonu 0.00%
  • eflatun tonu 22.22%
  • sarı tonu 10.32%
  • 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
%22.22
%10.32
%1.18

Codes

Color #FCC4E2 in popluar color models

FC C4 E2
RGB 252 196 226
HSL 328° 90.32% 87.84%
HSB/HSV 328° 22.22% 98.82%
CMYK 0.00% 22.22% 10.32%
1.18%

Color #FCC4E2 in popluar number systems.

HEX FC C4 E2
Decimal 252 196 226
Binary 11111100 11000100 11100010
Octal 374 304 342

Shades and tints

Shades of #FCC4E2

#FCC4E2
(252,196,226)
#E6B3CE
(230,179,206)
#D0A2BA
(208,162,186)
#BA91A6
(186,145,166)
#A48092
(164,128,146)
#8E6F7E
(142,111,126)
#785E6A
(120,94,106)
#624D56
(98,77,86)
#4C3C42
(76,60,66)
#362B2E
(54,43,46)
#201A1A
(32,26,26)
#000000
(0,0,0)

Tints of #FCC4E2

#FCC4E2
(252,196,226)
#FCC9E4
(252,201,228)
#FCCEE6
(252,206,230)
#FCD3E8
(252,211,232)
#FCD8EA
(252,216,234)
#FCDDEC
(252,221,236)
#FCE2EE
(252,226,238)
#FCE7F0
(252,231,240)
#FCECF2
(252,236,242)
#FCF1F4
(252,241,244)
#FCF6F6
(252,246,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FCC4E2; }

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

This text font color is #FCC4E2.

Background Color

.myBgColor { background-color: #FCC4E2; }

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

This div background color is #FCC4E2.

Border color

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

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

This div border color is #FCC4E2.

Opacity

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

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

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

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

This text has shadow with #FCC4E2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FCC4E2.

Preview

Color preview on black background

This text has color #FCC4E2 on black background.


Color preview on white background

This text has color #FCC4E2 on white background.


Black color preview on #FCC4E2 background

This text has black color on #FCC4E2 background.


White color preview on #FCC4E2 background

This text has white color on #FCC4E2 background.


Related colors

Complementary color

Complementary color for #FCC4E2 is #033B1D.


I love getcolorcode.com

Triadic colors

1 #E2FCC4 and #C4E2FC with #FCC4E2 are triadic colors.

2 #E2C4FC and #C4FCE2 with #FCC4E2 are triadic colors.