COLOR #FCC5BE

HEX: #FCC5BE
RGB: (252,197,190)

Renk bilgisi

#FCC5BE contains mainly red and green colors. #FCC5BE ‘ nin web güvenlik rengi #FFCCCC (ya da #FCC) dir.

RGB renk modeli

#FCC5BE color RGB value is (252,197,190).

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

RGB bağlantıları ve doygunluk

R 252 of 255 = 99%
G 197 of 255 = 77%
B 190 of 255 = 75%

252
197
190

R + G + B ~ 84%. #FCC5BE is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
252 + 197 + 190 = 639 (100%)
R 252 of 639 ~ 39.44%
G 197 of 639 ~ 30.83%
B 190 of 639 ~ 29.73%

%39.44
%30.83
%29.73

CMYK RENK MODELİ

#FCC5BE rengi CMYK tonu (0,22,25,1).

  • camgöbeği tonu 0.00%
  • eflatun tonu 21.83%
  • sarı tonu 24.60%
  • ana renk tonu 1.18%
CMYK:
(0,22,25,1)
C0M22Y25K1 
(0%,22%,25%,1%)
(0.00/0.22/0.25/0.01)	

CMYK yüzdeleri

%0
%21.83
%24.6
%1.18

Codes

Color #FCC5BE in popluar color models

FCC5BE
RGB252197190
HSL91.18%86.67%
HSB/HSV24.60%98.82%
CMYK0.00%21.83%24.60%
1.18%

Color #FCC5BE in popluar number systems.

HEXFCC5BE
Decimal252197190
Binary111111001100010110111110
Octal374305276

Shades and tints

Shades of #FCC5BE

#FCC5BE
(252,197,190)
#E6B4AD
(230,180,173)
#D0A39C
(208,163,156)
#BA928B
(186,146,139)
#A4817A
(164,129,122)
#8E7069
(142,112,105)
#785F58
(120,95,88)
#624E47
(98,78,71)
#4C3D36
(76,61,54)
#362C25
(54,44,37)
#201B14
(32,27,20)
#000000
(0,0,0)

Tints of #FCC5BE

#FCC5BE
(252,197,190)
#FCCAC3
(252,202,195)
#FCCFC8
(252,207,200)
#FCD4CD
(252,212,205)
#FCD9D2
(252,217,210)
#FCDED7
(252,222,215)
#FCE3DC
(252,227,220)
#FCE8E1
(252,232,225)
#FCEDE6
(252,237,230)
#FCF2EB
(252,242,235)
#FCF7F0
(252,247,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FCC5BE; }

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

This text font color is #FCC5BE.


Background Color

.myBgColor { background-color: #FCC5BE; }

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

This div background color is #FCC5BE.


Border color

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

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

This div border color is #FCC5BE.


Opacity

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

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

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

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

This text has shadow with #FCC5BE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FCC5BE on black background.


Color preview on white background

This text has color #FCC5BE on white background.



Black color preview on #FCC5BE background

This text has black color on #FCC5BE background.


White color preview on #FCC5BE background

This text has white color on #FCC5BE background.