Color Hex Logo

#fcaca8 Color Hex

#FCACA8
(252,172,168)
0 Favorites   0 Comments

Color spaces of #fcaca8

RGB 252172168
HSL0.010.930.82
HSV33°99°
CMYK 0.000.320.33   0.01
XYZ61.965353.027644.0152
Yxy53.02760.38970.3335
Hunter Lab72.820124.457215.1369
CIE-Lab77.891328.847014.0011

#fcaca8 color RGB value is (252,172,168).

#fcaca8 hex color red value is 252, green value is 172 and the blue value of its RGB is 168. Cylindrical-coordinate representations (also known as HSL) of color #fcaca8 hue: 0.01 , saturation: 0.93 and the lightness value of fcaca8 is 0.82.

The process color (four color CMYK) of #fcaca8 color hex is 0.00, 0.32, 0.33, 0.01. Web safe color of #fcaca8 is #ff9999. Color #fcaca8 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 10101100 10101000
Octal 374 254 250
Decimal 252 172 168
Hex FC AC A8

RGB Percentages of Color #fcaca8

%42.57
%29.05
%28.38

CMYK Percentages of Color #fcaca8

%0
%32
%33
%1

Triadic Colors of #fcaca8

#fcaca8 #a8fcac #aca8fc

Analogous Colors of #fcaca8

#fcaca8 #fcd6a8 #fca8ce

Monochromatic Colors of #fcaca8

#fcaca8

Complementary Color

#fcaca8 #a8f8fc

#fcaca8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcaca8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcaca8 Color CSS Codes

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

#fcaca8 Text Font Color

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

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


#fcaca8 Background Color

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

This div background color is #fcaca8


#fcaca8 Border Color

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

This div border color is #fcaca8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcaca8


Comments

No comments written yet.

Please login to write comment.