Color spaces of #fa757e
RGB | 250 | 117 | 126 |
---|---|---|---|
HSL | 0.99 | 0.93 | 0.72 |
HSV | 356° | 53° | 98° |
CMYK | 0.00 | 0.53 | 0.50 0.02 |
XYZ | 49.5515 | 34.5529 | 23.7964 |
Yxy | 34.5529 | 0.4592 | 0.3202 |
Hunter Lab | 58.7817 | 47.6030 | 17.1450 |
CIE-Lab | 65.3991 | 51.5587 | 19.8728 |
#fa757e color RGB value is (250,117,126).
#fa757e hex color red value is 250, green value is 117 and the blue value of its RGB is 126. Cylindrical-coordinate representations (also known as HSL) of color #fa757e hue: 0.99 , saturation: 0.93 and the lightness value of fa757e is 0.72.
The process color (four color CMYK) of #fa757e color hex is 0.00, 0.53, 0.50, 0.02. Web safe color of #fa757e is #ff6666. Color #fa757e contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111010 | 01110101 | 01111110 |
Octal | 372 | 165 | 176 |
Decimal | 250 | 117 | 126 |
Hex | FA | 75 | 7E |
Shades of #fa757e
Tints of #fa757e
RGB Percentages of Color #fa757e
CMYK Percentages of Color #fa757e
Complementary Color
#fa757e | #75faf1 |
#fa757e Color Preview on Black Background
Lorem ipsum dolor sit amet.
#fa757e Color Preview on White Background
Lorem ipsum dolor sit amet.
#fa757e Color CSS Codes
.mybgcolor {background-color:#fa757e; } .myforecolor {color:#fa757e; } .mybordercolor {border:3px solid #fa757e; }
#fa757e Text Font Color
<p style="color:#fa757e">Text here</p>
This sample text font color is #fa757e
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.
#fa757e Background Color
<div style="background-color:#fa757e">
Div content here</div>
This div background color is #fa757e
#fa757e Border Color
<div style="border:3px solid #fa757e">
Div here</div>
This div border color is #fa757e
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(250,117,126, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #fa757e; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #fa757e; -webkit-box-shadow: 1px 1px 3px 2px #fa757e; box-shadow: 1px 1px 3px 2px #fa757e; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(250,117,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 #fa757e">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #fa757e; -webkit-box-shadow: 1px 1px 3px 2px #fa757e; box-shadow: 1px 1px 3px 2px #fa757e;">
Div content here</div>
This div box has shadow with color #fa757e
Comments
No comments written yet.
Please login to write comment.