COLOR #FCBEC9

HEX: #FCBEC9
RGB: (252,190,201)

Renk bilgisi

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

RGB renk modeli

#FCBEC9 color RGB value is (252,190,201).

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

RGB bağlantıları ve doygunluk

R 252 of 255 = 99%
G 190 of 255 = 75%
B 201 of 255 = 79%

252
190
201

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

Yüzdelerle RGB renk parçaları

R + G + B =
252 + 190 + 201 = 643 (100%)
R 252 of 643 ~ 39.19%
G 190 of 643 ~ 29.55%
B 201 of 643 ~ 31.26%

%39.19
%29.55
%31.26

CMYK RENK MODELİ

#FCBEC9 rengi CMYK tonu (0,25,20,1).

  • camgöbeği tonu 0.00%
  • eflatun tonu 24.60%
  • sarı tonu 20.24%
  • ana renk tonu 1.18%
CMYK:
(0,25,20,1)
C0M25Y20K1 
(0%,25%,20%,1%)
(0.00/0.25/0.20/0.01)	

CMYK yüzdeleri

%0
%24.6
%20.24
%1.18

Codes

Color #FCBEC9 in popluar color models

FCBEC9
RGB252190201
HSL349°91.18%86.67%
HSB/HSV349°24.60%98.82%
CMYK0.00%24.60%20.24%
1.18%

Color #FCBEC9 in popluar number systems.

HEXFCBEC9
Decimal252190201
Binary111111001011111011001001
Octal374276311

Shades and tints

Shades of #FCBEC9

#FCBEC9
(252,190,201)
#E6ADB7
(230,173,183)
#D09CA5
(208,156,165)
#BA8B93
(186,139,147)
#A47A81
(164,122,129)
#8E696F
(142,105,111)
#78585D
(120,88,93)
#62474B
(98,71,75)
#4C3639
(76,54,57)
#362527
(54,37,39)
#201415
(32,20,21)
#000000
(0,0,0)

Tints of #FCBEC9

#FCBEC9
(252,190,201)
#FCC3CD
(252,195,205)
#FCC8D1
(252,200,209)
#FCCDD5
(252,205,213)
#FCD2D9
(252,210,217)
#FCD7DD
(252,215,221)
#FCDCE1
(252,220,225)
#FCE1E5
(252,225,229)
#FCE6E9
(252,230,233)
#FCEBED
(252,235,237)
#FCF0F1
(252,240,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FCBEC9; }

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

This text font color is #FCBEC9.


Background Color

.myBgColor { background-color: #FCBEC9; }

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

This div background color is #FCBEC9.


Border color

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

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

This div border color is #FCBEC9.


Opacity

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

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

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

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

This text has shadow with #FCBEC9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FCBEC9 on black background.


Color preview on white background

This text has color #FCBEC9 on white background.



Black color preview on #FCBEC9 background

This text has black color on #FCBEC9 background.


White color preview on #FCBEC9 background

This text has white color on #FCBEC9 background.