Color Hex Logo

#fcbbac Color Hex

#FCBBAC
(252,187,172)
0 Favorites   0 Comments

Color spaces of #fcbbac

RGB 252187172
HSL0.030.930.83
HSV11°32°99°
CMYK 0.000.260.32   0.01
XYZ65.361659.214747.0144
Yxy59.21470.38090.3451
Hunter Lab76.951116.952017.6417
CIE-Lab81.409521.462916.7815

#fcbbac color RGB value is (252,187,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 10111011 10101100
Octal 374 273 254
Decimal 252 187 172
Hex FC BB AC

RGB Percentages of Color #fcbbac

%41.24
%30.61
%28.15

CMYK Percentages of Color #fcbbac

%0
%26
%32
%1

Triadic Colors of #fcbbac

#fcbbac #acfcbb #bbacfc

Analogous Colors of #fcbbac

#fcbbac #fce3ac #fcacc5

Monochromatic Colors of #fcbbac

#fcbbac

Complementary Color

#fcbbac #acedfc

#fcbbac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcbbac Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcbbac Color CSS Codes

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

#fcbbac Text Font Color

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

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


#fcbbac Background Color

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

This div background color is #fcbbac


#fcbbac Border Color

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

This div border color is #fcbbac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcbbac

Related Colors


Comments

No comments written yet.

Please login to write comment.