COLOR #FCB195

HEX: #FCB195
RGB: (252,177,149)

Color info

#FCB195 contains mainly red color. Web safe color of #FCB195 is #FF9999 (or #F99).

RGB color model

#FCB195 color RGB value is (252,177,149).

  • red value is 252;
  • green value is 177;
  • blue value is 149.
RGB:
(252,177,149)
(99%,69%,58%)

RGB channels and saturation

R 252 of 255 = 99%
G 177 of 255 = 69%
B 149 of 255 = 58%

252
177
149

R + G + B ~ 75%. #FCB195 is quite light color.

Portions of RGB colors in percentages

R + G + B =
252 + 177 + 149 = 578 (100%)
R 252 of 578 ~ 43.6%
G 177 of 578 ~ 30.62%
B 149 of 578 ~ 25.78%

%43.6
%30.62
%25.78

CMYK color model

#FCB195 color CMYK value is (0,30,41,1).

  • cyan value is 0.00%
  • magenta value is 29.76%
  • yellow value is 40.87%
  • key color value is 1.18%
CMYK:
(0,30,41,1)
C0M30Y41K1 
(0%,30%,41%,1%)
(0.00/0.30/0.41/0.01)	

CMYK percentages

%0
%29.76
%40.87
%1.18

Codes

Color #FCB195 in popluar color models

FCB195
RGB252177149
HSL16°94.50%78.63%
HSB/HSV16°40.87%98.82%
CMYK0.00%29.76%40.87%
1.18%

Color #FCB195 in popluar number systems.

HEXFCB195
Decimal252177149
Binary111111001011000110010101
Octal374261225

Shades and tints

Shades of #FCB195

#FCB195
(252,177,149)
#E6A188
(230,161,136)
#D0917B
(208,145,123)
#BA816E
(186,129,110)
#A47161
(164,113,97)
#8E6154
(142,97,84)
#785147
(120,81,71)
#62413A
(98,65,58)
#4C312D
(76,49,45)
#362120
(54,33,32)
#201113
(32,17,19)
#000000
(0,0,0)

Tints of #FCB195

#FCB195
(252,177,149)
#FCB89E
(252,184,158)
#FCBFA7
(252,191,167)
#FCC6B0
(252,198,176)
#FCCDB9
(252,205,185)
#FCD4C2
(252,212,194)
#FCDBCB
(252,219,203)
#FCE2D4
(252,226,212)
#FCE9DD
(252,233,221)
#FCF0E6
(252,240,230)
#FCF7EF
(252,247,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FCB195 color. Also use rgb(252,177,149) instead hex code.

Text Font Color

.myTextColor { color: #FCB195; }

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

This text font color is #FCB195.


Background Color

.myBgColor { background-color: #FCB195; }

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

This div background color is #FCB195.


Border color

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

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

This div border color is #FCB195.


Opacity

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

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

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

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

This text has shadow with #FCB195 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FCB195 on black background.


Color preview on white background

This text has color #FCB195 on white background.



Black color preview on #FCB195 background

This text has black color on #FCB195 background.


White color preview on #FCB195 background

This text has white color on #FCB195 background.