COLOR #FCC5EB

HEX: #FCC5EB
RGB: (252,197,235)

Renk bilgisi

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

RGB renk modeli

#FCC5EB color RGB value is (252,197,235).

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

RGB bağlantıları ve doygunluk

R 252 of 255 = 99%
G 197 of 255 = 77%
B 235 of 255 = 92%

252
197
235

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

Yüzdelerle RGB renk parçaları

R + G + B =
252 + 197 + 235 = 684 (100%)
R 252 of 684 ~ 36.84%
G 197 of 684 ~ 28.8%
B 235 of 684 ~ 34.36%

%36.84
%28.8
%34.36

CMYK RENK MODELİ

#FCC5EB rengi CMYK tonu (0,22,7,1).

  • camgöbeği tonu 0.00%
  • eflatun tonu 21.83%
  • sarı tonu 6.75%
  • ana renk tonu 1.18%
CMYK:
(0,22,7,1)
C0M22Y7K1 
(0%,22%,7%,1%)
(0.00/0.22/0.07/0.01)	

CMYK yüzdeleri

%0
%21.83
%6.75
%1.18

Codes

Color #FCC5EB in popluar color models

FCC5EB
RGB252197235
HSL319°90.16%88.04%
HSB/HSV319°21.83%98.82%
CMYK0.00%21.83%6.75%
1.18%

Color #FCC5EB in popluar number systems.

HEXFCC5EB
Decimal252197235
Binary111111001100010111101011
Octal374305353

Shades and tints

Shades of #FCC5EB

#FCC5EB
(252,197,235)
#E6B4D6
(230,180,214)
#D0A3C1
(208,163,193)
#BA92AC
(186,146,172)
#A48197
(164,129,151)
#8E7082
(142,112,130)
#785F6D
(120,95,109)
#624E58
(98,78,88)
#4C3D43
(76,61,67)
#362C2E
(54,44,46)
#201B19
(32,27,25)
#000000
(0,0,0)

Tints of #FCC5EB

#FCC5EB
(252,197,235)
#FCCAEC
(252,202,236)
#FCCFED
(252,207,237)
#FCD4EE
(252,212,238)
#FCD9EF
(252,217,239)
#FCDEF0
(252,222,240)
#FCE3F1
(252,227,241)
#FCE8F2
(252,232,242)
#FCEDF3
(252,237,243)
#FCF2F4
(252,242,244)
#FCF7F5
(252,247,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FCC5EB; }

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

This text font color is #FCC5EB.


Background Color

.myBgColor { background-color: #FCC5EB; }

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

This div background color is #FCC5EB.


Border color

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

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

This div border color is #FCC5EB.


Opacity

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

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

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

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

This text has shadow with #FCC5EB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FCC5EB on black background.


Color preview on white background

This text has color #FCC5EB on white background.



Black color preview on #FCC5EB background

This text has black color on #FCC5EB background.


White color preview on #FCC5EB background

This text has white color on #FCC5EB background.