Color Hex Logo

#fcb591 Color Hex

#FCB591
(252,181,145)
0 Favorites   0 Comments

Color spaces of #fcb591

RGB 252181145
HSL0.060.950.78
HSV20°42°99°
CMYK 0.000.280.42   0.01
XYZ61.779655.787534.3000
Yxy55.78750.40680.3673
Hunter Lab74.691016.934425.0563
CIE-Lab79.492721.510828.5583

#fcb591 color RGB value is (252,181,145).

#fcb591 hex color red value is 252, green value is 181 and the blue value of its RGB is 145. Cylindrical-coordinate representations (also known as HSL) of color #fcb591 hue: 0.06 , saturation: 0.95 and the lightness value of fcb591 is 0.78.

The process color (four color CMYK) of #fcb591 color hex is 0.00, 0.28, 0.42, 0.01. Web safe color of #fcb591 is #ffcc99. Color #fcb591 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 10110101 10010001
Octal 374 265 221
Decimal 252 181 145
Hex FC B5 91

RGB Percentages of Color #fcb591

%43.60
%31.31
%25.09

CMYK Percentages of Color #fcb591

%0
%28
%42
%1

Triadic Colors of #fcb591

#fcb591 #91fcb5 #b591fc

Analogous Colors of #fcb591

#fcb591 #fceb91 #fc91a3

Monochromatic Colors of #fcb591

#fcb591

Complementary Color

#fcb591 #91d8fc

#fcb591 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcb591 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcb591 Color CSS Codes

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

#fcb591 Text Font Color

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

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


#fcb591 Background Color

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

This div background color is #fcb591


#fcb591 Border Color

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

This div border color is #fcb591


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcb591


Comments

No comments written yet.

Please login to write comment.