COLOR #FCC2E9

HEX: #FCC2E9 RGB: (252,194,233)

Renk bilgisi

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

RGB renk modeli

#FCC2E9 color RGB value is (252,194,233).

RGB: (252,194,233) (99%, 76%, 91%)

RGB bağlantıları ve doygunluk

R 252 of 255 = 99%
G 194 of 255 = 76%
B 233 of 255 = 91%

252
194
233

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

Yüzdelerle RGB renk parçaları

R + G + B = 252 + 194 + 233 = 679 (100%)
R 252 of 679 ~ 37.11%
G 194 of 679 ~ 28.57%
B 233 of 679 ~ 34.32'%

%37.11
%28.57
%34.32

CMYK RENK MODELİ

#FCC2E9 rengi CMYK tonu (0,23,8,1).

  • camgöbeği tonu 0.00%
  • eflatun tonu 23.02%
  • sarı tonu 7.54%
  • ana renk tonu 1.18%

CMYK: (0,23,8,1)
C0M23Y8K1 (0%, 23%, 8%, 1%)
(0.00 / 0.23 / 0.08 / 0.01)

CMYK yüzdeleri

%0
%23.02
%7.54
%1.18

Codes

Color #FCC2E9 in popluar color models

FC C2 E9
RGB 252 194 233
HSL 320° 90.63% 87.45%
HSB/HSV 320° 23.02% 98.82%
CMYK 0.00% 23.02% 7.54%
1.18%

Color #FCC2E9 in popluar number systems.

HEX FC C2 E9
Decimal 252 194 233
Binary 11111100 11000010 11101001
Octal 374 302 351

Shades and tints

Shades of #FCC2E9

#FCC2E9
(252,194,233)
#E6B1D4
(230,177,212)
#D0A0BF
(208,160,191)
#BA8FAA
(186,143,170)
#A47E95
(164,126,149)
#8E6D80
(142,109,128)
#785C6B
(120,92,107)
#624B56
(98,75,86)
#4C3A41
(76,58,65)
#36292C
(54,41,44)
#201817
(32,24,23)
#000000
(0,0,0)

Tints of #FCC2E9

#FCC2E9
(252,194,233)
#FCC7EB
(252,199,235)
#FCCCED
(252,204,237)
#FCD1EF
(252,209,239)
#FCD6F1
(252,214,241)
#FCDBF3
(252,219,243)
#FCE0F5
(252,224,245)
#FCE5F7
(252,229,247)
#FCEAF9
(252,234,249)
#FCEFFB
(252,239,251)
#FCF4FD
(252,244,253)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FCC2E9 color. Also use rgb(252,194,233) instead hex code.

Text Font Color

.myTextColor { color: #FCC2E9; }

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

This text font color is #FCC2E9.

Background Color

.myBgColor { background-color: #FCC2E9; }

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

This div background color is #FCC2E9.

Border color

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

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

This div border color is #FCC2E9.

Opacity

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

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

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

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

This text has shadow with #FCC2E9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #FCC2E9.

Preview

Color preview on black background

This text has color #FCC2E9 on black background.


Color preview on white background

This text has color #FCC2E9 on white background.


Black color preview on #FCC2E9 background

This text has black color on #FCC2E9 background.


White color preview on #FCC2E9 background

This text has white color on #FCC2E9 background.


Related colors

Complementary color

Complementary color for #hex is #033D16.


I love getcolorcode.com

Triadic colors

1 #E9FCC2 and #C2E9FC with #FCC2E9 are triadic colors.

2 #E9C2FC and #C2FCE9 with #FCC2E9 are triadic colors.