Color Hex Logo

#fca6ad Color Hex

#FCA6AD
(252,166,173)
0 Favorites   0 Comments

Color spaces of #fca6ad

RGB 252166173
HSL0.990.930.82
HSV355°34°99°
CMYK 0.000.340.31   0.01
XYZ61.323950.985046.1441
Yxy50.98500.38700.3218
Hunter Lab71.403828.345011.6670
CIE-Lab76.669932.61059.5485

#fca6ad color RGB value is (252,166,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 10100110 10101101
Octal 374 246 255
Decimal 252 166 173
Hex FC A6 AD

RGB Percentages of Color #fca6ad

%42.64
%28.09
%29.27

CMYK Percentages of Color #fca6ad

%0
%34
%31
%1

Triadic Colors of #fca6ad

#fca6ad #adfca6 #a6adfc

Analogous Colors of #fca6ad

#fca6ad #fccaa6 #fca6d8

Monochromatic Colors of #fca6ad

#fca6ad

Complementary Color

#fca6ad #a6fcf5

#fca6ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fca6ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#fca6ad Color CSS Codes

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

#fca6ad Text Font Color

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

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


#fca6ad Background Color

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

This div background color is #fca6ad


#fca6ad Border Color

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

This div border color is #fca6ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fca6ad


Comments

No comments written yet.

Please login to write comment.