Color Hex Logo

#fca090 Color Hex

#FCA090
(252,160,144)
0 Favorites   0 Comments

Color spaces of #fca090

RGB 252160144
HSL0.020.950.78
HSV43°99°
CMYK 0.000.370.43   0.01
XYZ57.749747.850732.5779
Yxy47.85070.41790.3463
Hunter Lab69.174227.964920.4990
CIE-Lab74.730732.406922.6646

#fca090 color RGB value is (252,160,144).

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

The process color (four color CMYK) of #fca090 color hex is 0.00, 0.37, 0.43, 0.01. Web safe color of #fca090 is #ff9999. Color #fca090 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 10100000 10010000
Octal 374 240 220
Decimal 252 160 144
Hex FC A0 90

RGB Percentages of Color #fca090

%45.32
%28.78
%25.90

CMYK Percentages of Color #fca090

%0
%37
%43
%1

Triadic Colors of #fca090

#fca090 #90fca0 #a090fc

Analogous Colors of #fca090

#fca090 #fcd690 #fc90b6

Monochromatic Colors of #fca090

#fca090

Complementary Color

#fca090 #90ecfc

#fca090 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fca090 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fca090 Color CSS Codes

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

#fca090 Text Font Color

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

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


#fca090 Background Color

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

This div background color is #fca090


#fca090 Border Color

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

This div border color is #fca090


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fca090

Related Colors


Comments

No comments written yet.

Please login to write comment.