Color Hex Logo

#fcbbaa Color Hex

#FCBBAA
(252,187,170)
0 Favorites   0 Comments

Color spaces of #fcbbaa

RGB 252187170
HSL0.030.930.83
HSV12°33°99°
CMYK 0.000.260.33   0.01
XYZ65.170959.138446.0102
Yxy59.13840.38260.3472
Hunter Lab76.901516.693918.3578
CIE-Lab81.367621.213717.7934

#fcbbaa color RGB value is (252,187,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 10111011 10101010
Octal 374 273 252
Decimal 252 187 170
Hex FC BB AA

RGB Percentages of Color #fcbbaa

%41.38
%30.71
%27.91

CMYK Percentages of Color #fcbbaa

%0
%26
%33
%1

Triadic Colors of #fcbbaa

#fcbbaa #aafcbb #bbaafc

Analogous Colors of #fcbbaa

#fcbbaa #fce4aa #fcaac2

Monochromatic Colors of #fcbbaa

#fcbbaa

Complementary Color

#fcbbaa #aaebfc

#fcbbaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcbbaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcbbaa Color CSS Codes

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

#fcbbaa Text Font Color

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

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


#fcbbaa Background Color

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

This div background color is #fcbbaa


#fcbbaa Border Color

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

This div border color is #fcbbaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcbbaa


Comments

No comments written yet.

Please login to write comment.