Color Hex Logo

#fcb495 Color Hex

#FCB495
(252,180,149)
0 Favorites   0 Comments

Color spaces of #fcb495

RGB 252180149
HSL0.050.940.79
HSV18°41°99°
CMYK 0.000.290.41   0.01
XYZ61.891055.507935.8859
Yxy55.50790.40380.3621
Hunter Lab74.503617.900623.5945
CIE-Lab79.332922.459726.2170

#fcb495 color RGB value is (252,180,149).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 10110100 10010101
Octal 374 264 225
Decimal 252 180 149
Hex FC B4 95

RGB Percentages of Color #fcb495

%43.37
%30.98
%25.65

CMYK Percentages of Color #fcb495

%0
%29
%41
%1

Triadic Colors of #fcb495

#fcb495 #95fcb4 #b495fc

Analogous Colors of #fcb495

#fcb495 #fce895 #fc95aa

Monochromatic Colors of #fcb495

#fcb495

Complementary Color

#fcb495 #95ddfc

#fcb495 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcb495 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcb495 Color CSS Codes

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

#fcb495 Text Font Color

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

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


#fcb495 Background Color

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

This div background color is #fcb495


#fcb495 Border Color

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

This div border color is #fcb495


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcb495


Comments

No comments written yet.

Please login to write comment.