Color Hex Logo

#fca282 Color Hex

#FCA282
(252,162,130)
0 Favorites   0 Comments

Color spaces of #fca282

RGB 252162130
HSL0.040.950.75
HSV16°48°99°
CMYK 0.000.360.48   0.01
XYZ57.094548.147827.4033
Yxy48.14780.43040.3630
Hunter Lab69.388625.443725.1569
CIE-Lab74.918129.991530.4821

#fca282 color RGB value is (252,162,130).

#fca282 hex color red value is 252, green value is 162 and the blue value of its RGB is 130. Cylindrical-coordinate representations (also known as HSL) of color #fca282 hue: 0.04 , saturation: 0.95 and the lightness value of fca282 is 0.75.

The process color (four color CMYK) of #fca282 color hex is 0.00, 0.36, 0.48, 0.01. Web safe color of #fca282 is #ff9999. Color #fca282 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 10100010 10000010
Octal 374 242 202
Decimal 252 162 130
Hex FC A2 82

RGB Percentages of Color #fca282

%46.32
%29.78
%23.90

CMYK Percentages of Color #fca282

%0
%36
%48
%1

Triadic Colors of #fca282

#fca282 #82fca2 #a282fc

Analogous Colors of #fca282

#fca282 #fcdf82 #fc829f

Monochromatic Colors of #fca282

#fca282

Complementary Color

#fca282 #82dcfc

#fca282 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fca282 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fca282 Color CSS Codes

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

#fca282 Text Font Color

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

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


#fca282 Background Color

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

This div background color is #fca282


#fca282 Border Color

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

This div border color is #fca282


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fca282


Comments

No comments written yet.

Please login to write comment.