Color Hex Logo

#fca4ad Color Hex

#FCA4AD
(252,164,173)
0 Favorites   0 Comments

Color spaces of #fca4ad

RGB 252164173
HSL0.980.940.82
HSV354°35°99°
CMYK 0.000.350.31   0.01
XYZ60.963250.263546.0239
Yxy50.26350.38770.3196
Hunter Lab70.896829.420511.1386
CIE-Lab76.230733.65488.9218

#fca4ad color RGB value is (252,164,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 10100100 10101101
Octal 374 244 255
Decimal 252 164 173
Hex FC A4 AD

RGB Percentages of Color #fca4ad

%42.78
%27.84
%29.37

CMYK Percentages of Color #fca4ad

%0
%35
%31
%1

Triadic Colors of #fca4ad

#fca4ad #adfca4 #a4adfc

Analogous Colors of #fca4ad

#fca4ad #fcc7a4 #fca4d9

Monochromatic Colors of #fca4ad

#fca4ad

Complementary Color

#fca4ad #a4fcf3

#fca4ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fca4ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#fca4ad Color CSS Codes

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

#fca4ad Text Font Color

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

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


#fca4ad Background Color

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

This div background color is #fca4ad


#fca4ad Border Color

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

This div border color is #fca4ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fca4ad

Related Colors


Comments

No comments written yet.

Please login to write comment.