Color Hex Logo

#ff8faa Color Hex

#FF8FAA
(255,143,170)
0 Favorites   0 Comments

Color spaces of #ff8faa

RGB 255143170
HSL0.961.000.78
HSV346°44°100°
CMYK 0.000.440.33   0.00
XYZ58.318243.807243.4121
Yxy43.80720.40070.3010
Hunter Lab66.187041.45137.4426
CIE-Lab72.099445.13354.6936

#ff8faa color RGB value is (255,143,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 10001111 10101010
Octal 377 217 252
Decimal 255 143 170
Hex FF 8F AA

RGB Percentages of Color #ff8faa

%44.89
%25.18
%29.93

CMYK Percentages of Color #ff8faa

%0
%44
%33
%0

Triadic Colors of #ff8faa

#ff8faa #aaff8f #8faaff

Analogous Colors of #ff8faa

#ff8faa #ffac8f #ff8fe2

Monochromatic Colors of #ff8faa

#ff8faa

Complementary Color

#ff8faa #8fffe4

#ff8faa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ff8faa Color Preview on White Background

Lorem ipsum dolor sit amet.

#ff8faa Color CSS Codes

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

#ff8faa Text Font Color

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

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


#ff8faa Background Color

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

This div background color is #ff8faa


#ff8faa Border Color

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

This div border color is #ff8faa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ff8faa

Related Colors

#ff8faa Color Palettes


Comments

No comments written yet.

Please login to write comment.