Color Hex Logo

#fd8aaa Color Hex

#FD8AAA
(253,138,170)
0 Favorites   0 Comments

Color spaces of #fd8aaa

RGB 253138170
HSL0.950.970.77
HSV343°45°99°
CMYK 0.000.450.33   0.01
XYZ56.852241.961943.1332
Yxy41.96190.40050.2956
Hunter Lab64.778043.29845.8657
CIE-Lab70.844646.95172.8461

#fd8aaa color RGB value is (253,138,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 10001010 10101010
Octal 375 212 252
Decimal 253 138 170
Hex FD 8A AA

RGB Percentages of Color #fd8aaa

%45.10
%24.60
%30.30

CMYK Percentages of Color #fd8aaa

%0
%45
%33
%1

Triadic Colors of #fd8aaa

#fd8aaa #aafd8a #8aaafd

Analogous Colors of #fd8aaa

#fd8aaa #fda48a #fd8ae4

Monochromatic Colors of #fd8aaa

#fd8aaa

Complementary Color

#fd8aaa #8afddd

#fd8aaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fd8aaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#fd8aaa Color CSS Codes

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

#fd8aaa Text Font Color

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

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


#fd8aaa Background Color

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

This div background color is #fd8aaa


#fd8aaa Border Color

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

This div border color is #fd8aaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fd8aaa

Related Colors


Comments

No comments written yet.

Please login to write comment.