Color Hex Logo

#fcbcaa Color Hex

#FCBCAA
(252,188,170)
0 Favorites   0 Comments

Color spaces of #fcbcaa

RGB 252188170
HSL0.040.930.83
HSV13°33°99°
CMYK 0.000.250.33   0.01
XYZ65.383859.564246.0811
Yxy59.56420.38230.3483
Hunter Lab77.177816.161018.6238
CIE-Lab81.600720.688518.1183

#fcbcaa color RGB value is (252,188,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 10111100 10101010
Octal 374 274 252
Decimal 252 188 170
Hex FC BC AA

RGB Percentages of Color #fcbcaa

%41.31
%30.82
%27.87

CMYK Percentages of Color #fcbcaa

%0
%25
%33
%1

Triadic Colors of #fcbcaa

#fcbcaa #aafcbc #bcaafc

Analogous Colors of #fcbcaa

#fcbcaa #fce5aa #fcaac1

Monochromatic Colors of #fcbcaa

#fcbcaa

Complementary Color

#fcbcaa #aaeafc

#fcbcaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcbcaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcbcaa Color CSS Codes

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

#fcbcaa Text Font Color

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

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


#fcbcaa Background Color

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

This div background color is #fcbcaa


#fcbcaa Border Color

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

This div border color is #fcbcaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcbcaa


Comments

No comments written yet.

Please login to write comment.