Color Hex Logo

#fcbfab Color Hex

#FCBFAB
(252,191,171)
0 Favorites   0 Comments

Color spaces of #fcbfab

RGB 252191171
HSL0.040.930.83
HSV15°32°99°
CMYK 0.000.240.32   0.01
XYZ66.126460.897346.7972
Yxy60.89730.38040.3503
Hunter Lab78.036714.692219.0706
CIE-Lab82.323519.237818.5906

#fcbfab color RGB value is (252,191,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 10111111 10101011
Octal 374 277 253
Decimal 252 191 171
Hex FC BF AB

RGB Percentages of Color #fcbfab

%41.04
%31.11
%27.85

CMYK Percentages of Color #fcbfab

%0
%24
%32
%1

Triadic Colors of #fcbfab

#fcbfab #abfcbf #bfabfc

Analogous Colors of #fcbfab

#fcbfab #fce8ab #fcabc0

Monochromatic Colors of #fcbfab

#fcbfab

Complementary Color

#fcbfab #abe8fc

#fcbfab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcbfab Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcbfab Color CSS Codes

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

#fcbfab Text Font Color

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

This sample text font color is #fcbfab
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.


#fcbfab Background Color

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

This div background color is #fcbfab


#fcbfab Border Color

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

This div border color is #fcbfab


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(252,191,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 #fcbfab">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcbfab


Comments

No comments written yet.

Please login to write comment.