Color Hex Logo

#fcba9f Color Hex

#FCBA9F
(252,186,159)
0 Favorites   0 Comments

Color spaces of #fcba9f

RGB 252186159
HSL0.050.940.81
HSV17°37°99°
CMYK 0.000.260.37   0.01
XYZ63.961858.316540.6859
Yxy58.31650.39250.3578
Hunter Lab76.365215.868421.8671
CIE-Lab80.914420.423423.0401

#fcba9f color RGB value is (252,186,159).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 10111010 10011111
Octal 374 272 237
Decimal 252 186 159
Hex FC BA 9F

RGB Percentages of Color #fcba9f

%42.21
%31.16
%26.63

CMYK Percentages of Color #fcba9f

%0
%26
%37
%1

Triadic Colors of #fcba9f

#fcba9f #9ffcba #ba9ffc

Analogous Colors of #fcba9f

#fcba9f #fce99f #fc9fb3

Monochromatic Colors of #fcba9f

#fcba9f

Complementary Color

#fcba9f #9fe1fc

#fcba9f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcba9f Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcba9f Color CSS Codes

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

#fcba9f Text Font Color

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

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


#fcba9f Background Color

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

This div background color is #fcba9f


#fcba9f Border Color

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

This div border color is #fcba9f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcba9f

Related Colors


Comments

No comments written yet.

Please login to write comment.