Color spaces of #fa649e
RGB | 250 | 100 | 158 |
---|---|---|---|
HSL | 0.94 | 0.94 | 0.69 |
HSV | 337° | 60° | 98° |
CMYK | 0.00 | 0.60 | 0.37 0.02 |
XYZ | 50.1531 | 31.9070 | 35.8631 |
Yxy | 31.9070 | 0.4253 | 0.2706 |
Hunter Lab | 56.4863 | 59.6358 | 1.8972 |
CIE-Lab | 63.2659 | 62.3753 | -1.4554 |
#fa649e color RGB value is (250,100,158).
#fa649e hex color red value is 250, green value is 100 and the blue value of its RGB is 158. Cylindrical-coordinate representations (also known as HSL) of color #fa649e hue: 0.94 , saturation: 0.94 and the lightness value of fa649e is 0.69.
The process color (four color CMYK) of #fa649e color hex is 0.00, 0.60, 0.37, 0.02. Web safe color of #fa649e is #ff6699. Color #fa649e contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111010 | 01100100 | 10011110 |
Octal | 372 | 144 | 236 |
Decimal | 250 | 100 | 158 |
Hex | FA | 64 | 9E |
Shades of #fa649e
Tints of #fa649e
RGB Percentages of Color #fa649e
CMYK Percentages of Color #fa649e
Complementary Color
#fa649e | #64fac0 |
#fa649e Color Preview on Black Background
Lorem ipsum dolor sit amet.
#fa649e Color Preview on White Background
Lorem ipsum dolor sit amet.
#fa649e Color CSS Codes
.mybgcolor {background-color:#fa649e; } .myforecolor {color:#fa649e; } .mybordercolor {border:3px solid #fa649e; }
#fa649e Text Font Color
<p style="color:#fa649e">Text here</p>
This sample text font color is #fa649e
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.
#fa649e Background Color
<div style="background-color:#fa649e">
Div content here</div>
This div background color is #fa649e
#fa649e Border Color
<div style="border:3px solid #fa649e">
Div here</div>
This div border color is #fa649e
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(250,100,158, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #fa649e; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #fa649e; -webkit-box-shadow: 1px 1px 3px 2px #fa649e; box-shadow: 1px 1px 3px 2px #fa649e; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(250,100,158, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #fa649e">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #fa649e; -webkit-box-shadow: 1px 1px 3px 2px #fa649e; box-shadow: 1px 1px 3px 2px #fa649e;">
Div content here</div>
This div box has shadow with color #fa649e
Comments
No comments written yet.
Please login to write comment.