COLOR #FCC5E8

HEX: #FCC5E8
RGB: (252,197,232)

Renk bilgisi

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

RGB renk modeli

#FCC5E8 color RGB value is (252,197,232).

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

RGB bağlantıları ve doygunluk

R 252 of 255 = 99%
G 197 of 255 = 77%
B 232 of 255 = 91%

252
197
232

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

Yüzdelerle RGB renk parçaları

R + G + B =
252 + 197 + 232 = 681 (100%)
R 252 of 681 ~ 37%
G 197 of 681 ~ 28.93%
B 232 of 681 ~ 34.07%

%37
%28.93
%34.07

CMYK RENK MODELİ

#FCC5E8 rengi CMYK tonu (0,22,8,1).

  • camgöbeği tonu 0.00%
  • eflatun tonu 21.83%
  • sarı tonu 7.94%
  • ana renk tonu 1.18%
CMYK:
(0,22,8,1)
C0M22Y8K1 
(0%,22%,8%,1%)
(0.00/0.22/0.08/0.01)	

CMYK yüzdeleri

%0
%21.83
%7.94
%1.18

Codes

Color #FCC5E8 in popluar color models

FCC5E8
RGB252197232
HSL322°90.16%88.04%
HSB/HSV322°21.83%98.82%
CMYK0.00%21.83%7.94%
1.18%

Color #FCC5E8 in popluar number systems.

HEXFCC5E8
Decimal252197232
Binary111111001100010111101000
Octal374305350

Shades and tints

Shades of #FCC5E8

#FCC5E8
(252,197,232)
#E6B4D3
(230,180,211)
#D0A3BE
(208,163,190)
#BA92A9
(186,146,169)
#A48194
(164,129,148)
#8E707F
(142,112,127)
#785F6A
(120,95,106)
#624E55
(98,78,85)
#4C3D40
(76,61,64)
#362C2B
(54,44,43)
#201B16
(32,27,22)
#000000
(0,0,0)

Tints of #FCC5E8

#FCC5E8
(252,197,232)
#FCCAEA
(252,202,234)
#FCCFEC
(252,207,236)
#FCD4EE
(252,212,238)
#FCD9F0
(252,217,240)
#FCDEF2
(252,222,242)
#FCE3F4
(252,227,244)
#FCE8F6
(252,232,246)
#FCEDF8
(252,237,248)
#FCF2FA
(252,242,250)
#FCF7FC
(252,247,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FCC5E8; }

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

This text font color is #FCC5E8.


Background Color

.myBgColor { background-color: #FCC5E8; }

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

This div background color is #FCC5E8.


Border color

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

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

This div border color is #FCC5E8.


Opacity

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

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

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

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

This text has shadow with #FCC5E8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FCC5E8 on black background.


Color preview on white background

This text has color #FCC5E8 on white background.



Black color preview on #FCC5E8 background

This text has black color on #FCC5E8 background.


White color preview on #FCC5E8 background

This text has white color on #FCC5E8 background.