COLOR #FCB4BE

HEX: #FCB4BE
RGB: (252,180,190)

Color info

#FCB4BE contains mainly red color. Web safe color of #FCB4BE is #FFCCCC (or #FCC).

RGB color model

#FCB4BE color RGB value is (252,180,190).

  • red value is 252;
  • green value is 180;
  • blue value is 190.
RGB:
(252,180,190)
(99%,71%,75%)

RGB channels and saturation

R 252 of 255 = 99%
G 180 of 255 = 71%
B 190 of 255 = 75%

252
180
190

R + G + B ~ 82%. #FCB4BE is quite light color.

Portions of RGB colors in percentages

R + G + B =
252 + 180 + 190 = 622 (100%)
R 252 of 622 ~ 40.51%
G 180 of 622 ~ 28.94%
B 190 of 622 ~ 30.55%

%40.51
%28.94
%30.55

CMYK color model

#FCB4BE color CMYK value is (0,29,25,1).

  • cyan value is 0.00%
  • magenta value is 28.57%
  • yellow value is 24.60%
  • key color value is 1.18%
CMYK:
(0,29,25,1)
C0M29Y25K1 
(0%,29%,25%,1%)
(0.00/0.29/0.25/0.01)	

CMYK percentages

%0
%28.57
%24.6
%1.18

Codes

Color #FCB4BE in popluar color models

FCB4BE
RGB252180190
HSL352°92.31%84.71%
HSB/HSV352°28.57%98.82%
CMYK0.00%28.57%24.60%
1.18%

Color #FCB4BE in popluar number systems.

HEXFCB4BE
Decimal252180190
Binary111111001011010010111110
Octal374264276

Shades and tints

Shades of #FCB4BE

#FCB4BE
(252,180,190)
#E6A4AD
(230,164,173)
#D0949C
(208,148,156)
#BA848B
(186,132,139)
#A4747A
(164,116,122)
#8E6469
(142,100,105)
#785458
(120,84,88)
#624447
(98,68,71)
#4C3436
(76,52,54)
#362425
(54,36,37)
#201414
(32,20,20)
#000000
(0,0,0)

Tints of #FCB4BE

#FCB4BE
(252,180,190)
#FCBAC3
(252,186,195)
#FCC0C8
(252,192,200)
#FCC6CD
(252,198,205)
#FCCCD2
(252,204,210)
#FCD2D7
(252,210,215)
#FCD8DC
(252,216,220)
#FCDEE1
(252,222,225)
#FCE4E6
(252,228,230)
#FCEAEB
(252,234,235)
#FCF0F0
(252,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #FCB4BE; }

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

This text font color is #FCB4BE.


Background Color

.myBgColor { background-color: #FCB4BE; }

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

This div background color is #FCB4BE.


Border color

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

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

This div border color is #FCB4BE.


Opacity

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

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

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

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

This text has shadow with #FCB4BE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FCB4BE on black background.


Color preview on white background

This text has color #FCB4BE on white background.



Black color preview on #FCB4BE background

This text has black color on #FCB4BE background.


White color preview on #FCB4BE background

This text has white color on #FCB4BE background.