Color Hex Logo

#fc8faa Color Hex

#FC8FAA
(252,143,170)
0 Favorites   0 Comments

Color spaces of #fc8faa

RGB 252143170
HSL0.960.950.77
HSV345°43°99°
CMYK 0.000.430.33   0.01
XYZ57.223043.242643.3609
Yxy43.24260.39790.3007
Hunter Lab65.759140.25076.9361
CIE-Lab71.719344.09544.0961

#fc8faa color RGB value is (252,143,170).

#fc8faa hex color red value is 252, green value is 143 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #fc8faa hue: 0.96 , saturation: 0.95 and the lightness value of fc8faa is 0.77.

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 10001111 10101010
Octal 374 217 252
Decimal 252 143 170
Hex FC 8F AA

RGB Percentages of Color #fc8faa

%44.60
%25.31
%30.09

CMYK Percentages of Color #fc8faa

%0
%43
%33
%1

Triadic Colors of #fc8faa

#fc8faa #aafc8f #8faafc

Analogous Colors of #fc8faa

#fc8faa #fcab8f #fc8fe1

Monochromatic Colors of #fc8faa

#fc8faa

Complementary Color

#fc8faa #8ffce1

#fc8faa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fc8faa Color Preview on White Background

Lorem ipsum dolor sit amet.

#fc8faa Color CSS Codes

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

#fc8faa Text Font Color

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

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


#fc8faa Background Color

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

This div background color is #fc8faa


#fc8faa Border Color

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

This div border color is #fc8faa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fc8faa


Comments

No comments written yet.

Please login to write comment.