Color Hex Logo

#fcbba0 Color Hex

#FCBBA0
(252,187,160)
0 Favorites   0 Comments

Color spaces of #fcbba0

RGB 252187160
HSL0.050.940.81
HSV18°37°99°
CMYK 0.000.260.37   0.01
XYZ64.260458.774241.2154
Yxy58.77420.39120.3578
Hunter Lab76.664315.456921.7902
CIE-Lab81.167320.014122.8539

#fcbba0 color RGB value is (252,187,160).

#fcbba0 hex color red value is 252, green value is 187 and the blue value of its RGB is 160. Cylindrical-coordinate representations (also known as HSL) of color #fcbba0 hue: 0.05 , saturation: 0.94 and the lightness value of fcbba0 is 0.81.

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 10111011 10100000
Octal 374 273 240
Decimal 252 187 160
Hex FC BB A0

RGB Percentages of Color #fcbba0

%42.07
%31.22
%26.71

CMYK Percentages of Color #fcbba0

%0
%26
%37
%1

Triadic Colors of #fcbba0

#fcbba0 #a0fcbb #bba0fc

Analogous Colors of #fcbba0

#fcbba0 #fce9a0 #fca0b3

Monochromatic Colors of #fcbba0

#fcbba0

Complementary Color

#fcbba0 #a0e1fc

#fcbba0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcbba0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcbba0 Color CSS Codes

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

#fcbba0 Text Font Color

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

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


#fcbba0 Background Color

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

This div background color is #fcbba0


#fcbba0 Border Color

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

This div border color is #fcbba0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcbba0


Comments

No comments written yet.

Please login to write comment.