Color spaces of #fa997f
RGB | 250 | 153 | 127 |
---|---|---|---|
HSL | 0.04 | 0.92 | 0.74 |
HSV | 13° | 49° | 98° |
CMYK | 0.00 | 0.39 | 0.49 0.02 |
XYZ | 54.6463 | 44.6388 | 25.8146 |
Yxy | 44.6388 | 0.4368 | 0.3568 |
Hunter Lab | 66.8123 | 29.0751 | 23.8604 |
CIE-Lab | 72.6534 | 33.6345 | 29.0666 |
#fa997f color RGB value is (250,153,127).
#fa997f hex color red value is 250, green value is 153 and the blue value of its RGB is 127. Cylindrical-coordinate representations (also known as HSL) of color #fa997f hue: 0.04 , saturation: 0.92 and the lightness value of fa997f is 0.74.
The process color (four color CMYK) of #fa997f color hex is 0.00, 0.39, 0.49, 0.02. Web safe color of #fa997f is #ff9966. Color #fa997f contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111010 | 10011001 | 01111111 |
Octal | 372 | 231 | 177 |
Decimal | 250 | 153 | 127 |
Hex | FA | 99 | 7F |
Shades of #fa997f
Tints of #fa997f
RGB Percentages of Color #fa997f
CMYK Percentages of Color #fa997f
Complementary Color
#fa997f | #7fe0fa |
#fa997f Color Preview on Black Background
Lorem ipsum dolor sit amet.
#fa997f Color Preview on White Background
Lorem ipsum dolor sit amet.
#fa997f Color CSS Codes
.mybgcolor {background-color:#fa997f; } .myforecolor {color:#fa997f; } .mybordercolor {border:3px solid #fa997f; }
#fa997f Text Font Color
<p style="color:#fa997f">Text here</p>
This sample text font color is #fa997f
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.
#fa997f Background Color
<div style="background-color:#fa997f">
Div content here</div>
This div background color is #fa997f
#fa997f Border Color
<div style="border:3px solid #fa997f">
Div here</div>
This div border color is #fa997f
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(250,153,127, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #fa997f; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #fa997f; -webkit-box-shadow: 1px 1px 3px 2px #fa997f; box-shadow: 1px 1px 3px 2px #fa997f; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(250,153,127, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #fa997f">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #fa997f; -webkit-box-shadow: 1px 1px 3px 2px #fa997f; box-shadow: 1px 1px 3px 2px #fa997f;">
Div content here</div>
This div box has shadow with color #fa997f
Comments
No comments written yet.
Please login to write comment.