Color Hex Logo

#fca48a Color Hex

#FCA48A
(252,164,138)
0 Favorites   0 Comments

Color spaces of #fca48a

RGB 252164138
HSL0.040.950.76
HSV14°45°99°
CMYK 0.000.350.45   0.01
XYZ58.007849.081330.4611
Yxy49.08130.42170.3568
Hunter Lab70.058025.195723.2615
CIE-Lab75.501929.712726.9566

#fca48a color RGB value is (252,164,138).

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

The process color (four color CMYK) of #fca48a color hex is 0.00, 0.35, 0.45, 0.01. Web safe color of #fca48a is #ff9999. Color #fca48a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 10100100 10001010
Octal 374 244 212
Decimal 252 164 138
Hex FC A4 8A

RGB Percentages of Color #fca48a

%45.49
%29.60
%24.91

CMYK Percentages of Color #fca48a

%0
%35
%45
%1

Triadic Colors of #fca48a

#fca48a #8afca4 #a48afc

Analogous Colors of #fca48a

#fca48a #fcdd8a #fc8aa9

Monochromatic Colors of #fca48a

#fca48a

Complementary Color

#fca48a #8ae2fc

#fca48a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fca48a Color Preview on White Background

Lorem ipsum dolor sit amet.

#fca48a Color CSS Codes

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

#fca48a Text Font Color

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

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


#fca48a Background Color

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

This div background color is #fca48a


#fca48a Border Color

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

This div border color is #fca48a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fca48a


Comments

No comments written yet.

Please login to write comment.