COLOR #FCC5E4

HEX: #FCC5E4
RGB: (252,197,228)

Renk bilgisi

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

RGB renk modeli

#FCC5E4 color RGB value is (252,197,228).

  • kırmız ton 252;
  • yeşil ton 197;
  • mavi ton 228.
RGB:
(252,197,228)
(99%,77%,89%)

RGB bağlantıları ve doygunluk

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

252
197
228

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

Yüzdelerle RGB renk parçaları

R + G + B =
252 + 197 + 228 = 677 (100%)
R 252 of 677 ~ 37.22%
G 197 of 677 ~ 29.1%
B 228 of 677 ~ 33.68%

%37.22
%29.1
%33.68

CMYK RENK MODELİ

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

  • camgöbeği tonu 0.00%
  • eflatun tonu 21.83%
  • sarı tonu 9.52%
  • 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.52
%1.18

Codes

Color #FCC5E4 in popluar color models

FCC5E4
RGB252197228
HSL326°90.16%88.04%
HSB/HSV326°21.83%98.82%
CMYK0.00%21.83%9.52%
1.18%

Color #FCC5E4 in popluar number systems.

HEXFCC5E4
Decimal252197228
Binary111111001100010111100100
Octal374305344

Shades and tints

Shades of #FCC5E4

#FCC5E4
(252,197,228)
#E6B4D0
(230,180,208)
#D0A3BC
(208,163,188)
#BA92A8
(186,146,168)
#A48194
(164,129,148)
#8E7080
(142,112,128)
#785F6C
(120,95,108)
#624E58
(98,78,88)
#4C3D44
(76,61,68)
#362C30
(54,44,48)
#201B1C
(32,27,28)
#000000
(0,0,0)

Tints of #FCC5E4

#FCC5E4
(252,197,228)
#FCCAE6
(252,202,230)
#FCCFE8
(252,207,232)
#FCD4EA
(252,212,234)
#FCD9EC
(252,217,236)
#FCDEEE
(252,222,238)
#FCE3F0
(252,227,240)
#FCE8F2
(252,232,242)
#FCEDF4
(252,237,244)
#FCF2F6
(252,242,246)
#FCF7F8
(252,247,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FCC5E4; }

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

This text font color is #FCC5E4.


Background Color

.myBgColor { background-color: #FCC5E4; }

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

This div background color is #FCC5E4.


Border color

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

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

This div border color is #FCC5E4.


Opacity

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

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

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

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

This text has shadow with #FCC5E4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FCC5E4 on black background.


Color preview on white background

This text has color #FCC5E4 on white background.



Black color preview on #FCC5E4 background

This text has black color on #FCC5E4 background.


White color preview on #FCC5E4 background

This text has white color on #FCC5E4 background.