Color Hex Logo

#fcafaa Color Hex

#FCAFAA
(252,175,170)
0 Favorites   0 Comments

Color spaces of #fcafaa

RGB 252175170
HSL0.010.930.83
HSV33°99°
CMYK 0.000.310.33   0.01
XYZ62.730654.257745.1967
Yxy54.25770.38680.3345
Hunter Lab73.659823.110515.1823
CIE-Lab78.611827.519113.9317

#fcafaa color RGB value is (252,175,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 10101111 10101010
Octal 374 257 252
Decimal 252 175 170
Hex FC AF AA

RGB Percentages of Color #fcafaa

%42.21
%29.31
%28.48

CMYK Percentages of Color #fcafaa

%0
%31
%33
%1

Triadic Colors of #fcafaa

#fcafaa #aafcaf #afaafc

Analogous Colors of #fcafaa

#fcafaa #fcd8aa #fcaace

Monochromatic Colors of #fcafaa

#fcafaa

Complementary Color

#fcafaa #aaf7fc

#fcafaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcafaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcafaa Color CSS Codes

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

#fcafaa Text Font Color

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

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


#fcafaa Background Color

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

This div background color is #fcafaa


#fcafaa Border Color

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

This div border color is #fcafaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcafaa


Comments

No comments written yet.

Please login to write comment.