Color spaces of #fa717e
RGB | 250 | 113 | 126 |
---|---|---|---|
HSL | 0.98 | 0.93 | 0.71 |
HSV | 354° | 55° | 98° |
CMYK | 0.00 | 0.55 | 0.50 0.02 |
XYZ | 49.0954 | 33.6406 | 23.6443 |
Yxy | 33.6406 | 0.4615 | 0.3162 |
Hunter Lab | 58.0005 | 49.5931 | 16.4304 |
CIE-Lab | 64.6763 | 53.4357 | 18.8839 |
#fa717e color RGB value is (250,113,126).
#fa717e hex color red value is 250, green value is 113 and the blue value of its RGB is 126. Cylindrical-coordinate representations (also known as HSL) of color #fa717e hue: 0.98 , saturation: 0.93 and the lightness value of fa717e is 0.71.
The process color (four color CMYK) of #fa717e color hex is 0.00, 0.55, 0.50, 0.02. Web safe color of #fa717e is #ff6666. Color #fa717e contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111010 | 01110001 | 01111110 |
Octal | 372 | 161 | 176 |
Decimal | 250 | 113 | 126 |
Hex | FA | 71 | 7E |
Shades of #fa717e
Tints of #fa717e
RGB Percentages of Color #fa717e
CMYK Percentages of Color #fa717e
Complementary Color
#fa717e | #71faed |
#fa717e Color Preview on Black Background
Lorem ipsum dolor sit amet.
#fa717e Color Preview on White Background
Lorem ipsum dolor sit amet.
#fa717e Color CSS Codes
.mybgcolor {background-color:#fa717e; } .myforecolor {color:#fa717e; } .mybordercolor {border:3px solid #fa717e; }
#fa717e Text Font Color
<p style="color:#fa717e">Text here</p>
This sample text font color is #fa717e
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.
#fa717e Background Color
<div style="background-color:#fa717e">
Div content here</div>
This div background color is #fa717e
#fa717e Border Color
<div style="border:3px solid #fa717e">
Div here</div>
This div border color is #fa717e
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(250,113,126, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #fa717e; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #fa717e; -webkit-box-shadow: 1px 1px 3px 2px #fa717e; box-shadow: 1px 1px 3px 2px #fa717e; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(250,113,126, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #fa717e">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #fa717e; -webkit-box-shadow: 1px 1px 3px 2px #fa717e; box-shadow: 1px 1px 3px 2px #fa717e;">
Div content here</div>
This div box has shadow with color #fa717e
Comments
No comments written yet.
Please login to write comment.