Color Hex Logo

#fcba95 Color Hex

#FCBA95
(252,186,149)
0 Favorites   0 Comments

Color spaces of #fcba95

RGB 252186149
HSL0.060.940.79
HSV22°41°99°
CMYK 0.000.260.41   0.01
XYZ63.128657.983236.2984
Yxy57.98320.40100.3684
Hunter Lab76.146714.726825.0397
CIE-Lab80.729419.309928.0975

#fcba95 color RGB value is (252,186,149).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 10111010 10010101
Octal 374 272 225
Decimal 252 186 149
Hex FC BA 95

RGB Percentages of Color #fcba95

%42.93
%31.69
%25.38

CMYK Percentages of Color #fcba95

%0
%26
%41
%1

Triadic Colors of #fcba95

#fcba95 #95fcba #ba95fc

Analogous Colors of #fcba95

#fcba95 #fcee95 #fc95a4

Monochromatic Colors of #fcba95

#fcba95

Complementary Color

#fcba95 #95d7fc

#fcba95 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcba95 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcba95 Color CSS Codes

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

#fcba95 Text Font Color

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

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


#fcba95 Background Color

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

This div background color is #fcba95


#fcba95 Border Color

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

This div border color is #fcba95


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcba95


Comments

No comments written yet.

Please login to write comment.