Color Hex Logo

#fcbcab Color Hex

#FCBCAB
(252,188,171)
0 Favorites   0 Comments

Color spaces of #fcbcab

RGB 252188171
HSL0.030.930.83
HSV13°32°99°
CMYK 0.000.250.32   0.01
XYZ65.478859.602246.5813
Yxy59.60220.38140.3472
Hunter Lab77.202516.289418.2682
CIE-Lab81.621520.812717.6127

#fcbcab color RGB value is (252,188,171).

#fcbcab hex color red value is 252, green value is 188 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #fcbcab hue: 0.03 , saturation: 0.93 and the lightness value of fcbcab is 0.83.

The process color (four color CMYK) of #fcbcab color hex is 0.00, 0.25, 0.32, 0.01. Web safe color of #fcbcab is #ffcc99. Color #fcbcab contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 10111100 10101011
Octal 374 274 253
Decimal 252 188 171
Hex FC BC AB

RGB Percentages of Color #fcbcab

%41.24
%30.77
%27.99

CMYK Percentages of Color #fcbcab

%0
%25
%32
%1

Triadic Colors of #fcbcab

#fcbcab #abfcbc #bcabfc

Analogous Colors of #fcbcab

#fcbcab #fce5ab #fcabc3

Monochromatic Colors of #fcbcab

#fcbcab

Complementary Color

#fcbcab #abebfc

#fcbcab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcbcab Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcbcab Color CSS Codes

.mybgcolor {background-color:#fcbcab; } 
.myforecolor {color:#fcbcab; }
.mybordercolor {border:3px solid #fcbcab; }

#fcbcab Text Font Color

<p style="color:#fcbcab">Text here</p>

This sample text font color is #fcbcab
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#fcbcab Background Color

<div style="background-color:#fcbcab">
Div content here</div>

This div background color is #fcbcab


#fcbcab Border Color

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

This div border color is #fcbcab


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(252,188,171, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #fcbcab; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #fcbcab;
  -webkit-box-shadow: 1px 1px 3px 2px #fcbcab;
  box-shadow:         1px 1px 3px 2px #fcbcab; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(252,188,171, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #fcbcab">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #fcbcab;
  -webkit-box-shadow: 1px 1px 3px 2px #fcbcab;
  box-shadow:         1px 1px 3px 2px #fcbcab;">
Div content here</div>

This div box has shadow with color #fcbcab


Comments

No comments written yet.

Please login to write comment.