Color Hex Logo

#fcbaac Color Hex

#FCBAAC
(252,186,172)
0 Favorites   0 Comments

Color spaces of #fcbaac

RGB 252186172
HSL0.030.930.83
HSV11°32°99°
CMYK 0.000.260.32   0.01
XYZ65.150258.791846.9439
Yxy58.79180.38120.3440
Hunter Lab76.675817.485917.3734
CIE-Lab81.177021.988616.4564

#fcbaac color RGB value is (252,186,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 10111010 10101100
Octal 374 272 254
Decimal 252 186 172
Hex FC BA AC

RGB Percentages of Color #fcbaac

%41.31
%30.49
%28.20

CMYK Percentages of Color #fcbaac

%0
%26
%32
%1

Triadic Colors of #fcbaac

#fcbaac #acfcba #baacfc

Analogous Colors of #fcbaac

#fcbaac #fce2ac #fcacc6

Monochromatic Colors of #fcbaac

#fcbaac

Complementary Color

#fcbaac #aceefc

#fcbaac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcbaac Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcbaac Color CSS Codes

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

#fcbaac Text Font Color

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

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


#fcbaac Background Color

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

This div background color is #fcbaac


#fcbaac Border Color

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

This div border color is #fcbaac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcbaac


Comments

No comments written yet.

Please login to write comment.