Color Hex Logo

#fcb590 Color Hex

#FCB590
(252,181,144)
0 Favorites   0 Comments

Color spaces of #fcb590

RGB 252181144
HSL0.060.950.78
HSV21°43°99°
CMYK 0.000.280.43   0.01
XYZ61.702855.756833.8956
Yxy55.75680.40770.3684
Hunter Lab74.670516.827425.3555
CIE-Lab79.475221.406729.0651

#fcb590 color RGB value is (252,181,144).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 10110101 10010000
Octal 374 265 220
Decimal 252 181 144
Hex FC B5 90

RGB Percentages of Color #fcb590

%43.67
%31.37
%24.96

CMYK Percentages of Color #fcb590

%0
%28
%43
%1

Triadic Colors of #fcb590

#fcb590 #90fcb5 #b590fc

Analogous Colors of #fcb590

#fcb590 #fceb90 #fc90a1

Monochromatic Colors of #fcb590

#fcb590

Complementary Color

#fcb590 #90d7fc

#fcb590 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcb590 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcb590 Color CSS Codes

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

#fcb590 Text Font Color

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

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


#fcb590 Background Color

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

This div background color is #fcb590


#fcb590 Border Color

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

This div border color is #fcb590


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcb590


Comments

No comments written yet.

Please login to write comment.