COLOR #FCB9AB

HEX: #FCB9AB
RGB: (252,185,171)

Renk bilgisi

#FCB9AB contains mainly red color. #FCB9AB ‘ nin web güvenlik rengi #FFCC99 (ya da #FC9) dir.

RGB renk modeli

#FCB9AB color RGB value is (252,185,171).

  • kırmız ton 252;
  • yeşil ton 185;
  • mavi ton 171.
RGB:
(252,185,171)
(99%,73%,67%)

RGB bağlantıları ve doygunluk

R 252 of 255 = 99%
G 185 of 255 = 73%
B 171 of 255 = 67%

252
185
171

R + G + B ~ 80%. #FCB9AB is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
252 + 185 + 171 = 608 (100%)
R 252 of 608 ~ 41.45%
G 185 of 608 ~ 30.43%
B 171 of 608 ~ 28.13%

%41.45
%30.43
%28.13

CMYK RENK MODELİ

#FCB9AB rengi CMYK tonu (0,27,32,1).

  • camgöbeği tonu 0.00%
  • eflatun tonu 26.59%
  • sarı tonu 32.14%
  • ana renk tonu 1.18%
CMYK:
(0,27,32,1)
C0M27Y32K1 
(0%,27%,32%,1%)
(0.00/0.27/0.32/0.01)	

CMYK yüzdeleri

%0
%26.59
%32.14
%1.18

Codes

Color #FCB9AB in popluar color models

FCB9AB
RGB252185171
HSL10°93.10%82.94%
HSB/HSV10°32.14%98.82%
CMYK0.00%26.59%32.14%
1.18%

Color #FCB9AB in popluar number systems.

HEXFCB9AB
Decimal252185171
Binary111111001011100110101011
Octal374271253

Shades and tints

Shades of #FCB9AB

#FCB9AB
(252,185,171)
#E6A99C
(230,169,156)
#D0998D
(208,153,141)
#BA897E
(186,137,126)
#A4796F
(164,121,111)
#8E6960
(142,105,96)
#785951
(120,89,81)
#624942
(98,73,66)
#4C3933
(76,57,51)
#362924
(54,41,36)
#201915
(32,25,21)
#000000
(0,0,0)

Tints of #FCB9AB

#FCB9AB
(252,185,171)
#FCBFB2
(252,191,178)
#FCC5B9
(252,197,185)
#FCCBC0
(252,203,192)
#FCD1C7
(252,209,199)
#FCD7CE
(252,215,206)
#FCDDD5
(252,221,213)
#FCE3DC
(252,227,220)
#FCE9E3
(252,233,227)
#FCEFEA
(252,239,234)
#FCF5F1
(252,245,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FCB9AB color. Also use rgb(252,185,171) instead hex code.

Text Font Color

.myTextColor { color: #FCB9AB; }

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

This text font color is #FCB9AB.


Background Color

.myBgColor { background-color: #FCB9AB; }

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

This div background color is #FCB9AB.


Border color

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

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

This div border color is #FCB9AB.


Opacity

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

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

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

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

This text has shadow with #FCB9AB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #FCB9AB on black background.


Color preview on white background

This text has color #FCB9AB on white background.



Black color preview on #FCB9AB background

This text has black color on #FCB9AB background.


White color preview on #FCB9AB background

This text has white color on #FCB9AB background.