Color spaces of #fd87aa
RGB | 253 | 135 | 170 |
---|---|---|---|
HSL | 0.95 | 0.97 | 0.76 |
HSV | 342° | 47° | 99° |
CMYK | 0.00 | 0.47 | 0.33 0.01 |
XYZ | 56.4277 | 41.1129 | 42.9917 |
Yxy | 41.1129 | 0.4015 | 0.2926 |
Hunter Lab | 64.1193 | 44.8786 | 5.1299 |
CIE-Lab | 70.2549 | 48.4423 | 1.9902 |
#fd87aa color RGB value is (253,135,170).
#fd87aa hex color red value is 253, green value is 135 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #fd87aa hue: 0.95 , saturation: 0.97 and the lightness value of fd87aa is 0.76.
The process color (four color CMYK) of #fd87aa color hex is 0.00, 0.47, 0.33, 0.01. Web safe color of #fd87aa is #ff9999. Color #fd87aa contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111101 | 10000111 | 10101010 |
Octal | 375 | 207 | 252 |
Decimal | 253 | 135 | 170 |
Hex | FD | 87 | AA |
Shades of #fd87aa
Tints of #fd87aa
RGB Percentages of Color #fd87aa
CMYK Percentages of Color #fd87aa
Complementary Color
#fd87aa | #87fdda |
#fd87aa Color Preview on Black Background
Lorem ipsum dolor sit amet.
#fd87aa Color Preview on White Background
Lorem ipsum dolor sit amet.
#fd87aa Color CSS Codes
.mybgcolor {background-color:#fd87aa; } .myforecolor {color:#fd87aa; } .mybordercolor {border:3px solid #fd87aa; }
#fd87aa Text Font Color
<p style="color:#fd87aa">Text here</p>
This sample text font color is #fd87aa
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.
#fd87aa Background Color
<div style="background-color:#fd87aa">
Div content here</div>
This div background color is #fd87aa
#fd87aa Border Color
<div style="border:3px solid #fd87aa">
Div here</div>
This div border color is #fd87aa
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(253,135,170, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #fd87aa; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #fd87aa; -webkit-box-shadow: 1px 1px 3px 2px #fd87aa; box-shadow: 1px 1px 3px 2px #fd87aa; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(253,135,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 #fd87aa">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #fd87aa; -webkit-box-shadow: 1px 1px 3px 2px #fd87aa; box-shadow: 1px 1px 3px 2px #fd87aa;">
Div content here</div>
This div box has shadow with color #fd87aa
Comments
No comments written yet.
Please login to write comment.