Color spaces of #fd71ac
RGB | 253 | 113 | 172 |
---|---|---|---|
HSL | 0.93 | 0.97 | 0.72 |
HSV | 335° | 55° | 99° |
CMYK | 0.00 | 0.55 | 0.32 0.01 |
XYZ | 53.8595 | 35.6715 | 43.0763 |
Yxy | 35.6715 | 0.4062 | 0.2690 |
Hunter Lab | 59.7256 | 56.4483 | -0.9542 |
CIE-Lab | 66.2682 | 59.1522 | -4.9798 |
#fd71ac color RGB value is (253,113,172).
#fd71ac hex color red value is 253, green value is 113 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #fd71ac hue: 0.93 , saturation: 0.97 and the lightness value of fd71ac is 0.72.
The process color (four color CMYK) of #fd71ac color hex is 0.00, 0.55, 0.32, 0.01. Web safe color of #fd71ac is #ff6699. Color #fd71ac contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111101 | 01110001 | 10101100 |
Octal | 375 | 161 | 254 |
Decimal | 253 | 113 | 172 |
Hex | FD | 71 | AC |
Shades of #fd71ac
Tints of #fd71ac
RGB Percentages of Color #fd71ac
CMYK Percentages of Color #fd71ac
Complementary Color
#fd71ac | #71fdc2 |
#fd71ac Color Preview on Black Background
Lorem ipsum dolor sit amet.
#fd71ac Color Preview on White Background
Lorem ipsum dolor sit amet.
#fd71ac Color CSS Codes
.mybgcolor {background-color:#fd71ac; } .myforecolor {color:#fd71ac; } .mybordercolor {border:3px solid #fd71ac; }
#fd71ac Text Font Color
<p style="color:#fd71ac">Text here</p>
This sample text font color is #fd71ac
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.
#fd71ac Background Color
<div style="background-color:#fd71ac">
Div content here</div>
This div background color is #fd71ac
#fd71ac Border Color
<div style="border:3px solid #fd71ac">
Div here</div>
This div border color is #fd71ac
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(253,113,172, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #fd71ac; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #fd71ac; -webkit-box-shadow: 1px 1px 3px 2px #fd71ac; box-shadow: 1px 1px 3px 2px #fd71ac; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(253,113,172, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #fd71ac">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #fd71ac; -webkit-box-shadow: 1px 1px 3px 2px #fd71ac; box-shadow: 1px 1px 3px 2px #fd71ac;">
Div content here</div>
This div box has shadow with color #fd71ac
Comments
No comments written yet.
Please login to write comment.