Color Hex Logo

#fca5ad Color Hex

#FCA5AD
(252,165,173)
0 Favorites   0 Comments

Color spaces of #fca5ad

RGB 252165173
HSL0.980.940.82
HSV354°35°99°
CMYK 0.000.350.31   0.01
XYZ61.142850.622846.0838
Yxy50.62280.38730.3207
Hunter Lab71.149728.882811.4025
CIE-Lab76.450033.13299.2347

#fca5ad color RGB value is (252,165,173).

#fca5ad hex color red value is 252, green value is 165 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #fca5ad hue: 0.98 , saturation: 0.94 and the lightness value of fca5ad is 0.82.

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 10100101 10101101
Octal 374 245 255
Decimal 252 165 173
Hex FC A5 AD

RGB Percentages of Color #fca5ad

%42.71
%27.97
%29.32

CMYK Percentages of Color #fca5ad

%0
%35
%31
%1

Triadic Colors of #fca5ad

#fca5ad #adfca5 #a5adfc

Analogous Colors of #fca5ad

#fca5ad #fcc9a5 #fca5d9

Monochromatic Colors of #fca5ad

#fca5ad

Complementary Color

#fca5ad #a5fcf4

#fca5ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fca5ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#fca5ad Color CSS Codes

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

#fca5ad Text Font Color

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

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


#fca5ad Background Color

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

This div background color is #fca5ad


#fca5ad Border Color

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

This div border color is #fca5ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fca5ad


Comments

No comments written yet.

Please login to write comment.