Color Hex Logo

#fcb491 Color Hex

#FCB491
(252,180,145)
0 Favorites   0 Comments

Color spaces of #fcb491

RGB 252180145
HSL0.050.950.78
HSV20°42°99°
CMYK 0.000.290.42   0.01
XYZ61.577055.382334.2325
Yxy55.38230.40730.3663
Hunter Lab74.419317.463124.8204
CIE-Lab79.261022.035728.2481

#fcb491 color RGB value is (252,180,145).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 10110100 10010001
Octal 374 264 221
Decimal 252 180 145
Hex FC B4 91

RGB Percentages of Color #fcb491

%43.67
%31.20
%25.13

CMYK Percentages of Color #fcb491

%0
%29
%42
%1

Triadic Colors of #fcb491

#fcb491 #91fcb4 #b491fc

Analogous Colors of #fcb491

#fcb491 #fcea91 #fc91a4

Monochromatic Colors of #fcb491

#fcb491

Complementary Color

#fcb491 #91d9fc

#fcb491 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcb491 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcb491 Color CSS Codes

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

#fcb491 Text Font Color

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

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


#fcb491 Background Color

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

This div background color is #fcb491


#fcb491 Border Color

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

This div border color is #fcb491


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcb491


Comments

No comments written yet.

Please login to write comment.