Color spaces of #fa959d
RGB | 250 | 149 | 157 |
---|---|---|---|
HSL | 0.99 | 0.91 | 0.78 |
HSV | 355° | 40° | 98° |
CMYK | 0.00 | 0.40 | 0.37 0.02 |
XYZ | 56.2576 | 44.2532 | 37.4749 |
Yxy | 44.2532 | 0.4077 | 0.3207 |
Hunter Lab | 66.5231 | 34.5395 | 13.1659 |
CIE-Lab | 72.3974 | 38.7849 | 12.2495 |
#fa959d color RGB value is (250,149,157).
#fa959d hex color red value is 250, green value is 149 and the blue value of its RGB is 157. Cylindrical-coordinate representations (also known as HSL) of color #fa959d hue: 0.99 , saturation: 0.91 and the lightness value of fa959d is 0.78.
The process color (four color CMYK) of #fa959d color hex is 0.00, 0.40, 0.37, 0.02. Web safe color of #fa959d is #ff9999. Color #fa959d contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111010 | 10010101 | 10011101 |
Octal | 372 | 225 | 235 |
Decimal | 250 | 149 | 157 |
Hex | FA | 95 | 9D |
Shades of #fa959d
Tints of #fa959d
RGB Percentages of Color #fa959d
CMYK Percentages of Color #fa959d
Complementary Color
#fa959d | #95faf2 |
#fa959d Color Preview on Black Background
Lorem ipsum dolor sit amet.
#fa959d Color Preview on White Background
Lorem ipsum dolor sit amet.
#fa959d Color CSS Codes
.mybgcolor {background-color:#fa959d; } .myforecolor {color:#fa959d; } .mybordercolor {border:3px solid #fa959d; }
#fa959d Text Font Color
<p style="color:#fa959d">Text here</p>
This sample text font color is #fa959d
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.
#fa959d Background Color
<div style="background-color:#fa959d">
Div content here</div>
This div background color is #fa959d
#fa959d Border Color
<div style="border:3px solid #fa959d">
Div here</div>
This div border color is #fa959d
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(250,149,157, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #fa959d; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #fa959d; -webkit-box-shadow: 1px 1px 3px 2px #fa959d; box-shadow: 1px 1px 3px 2px #fa959d; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(250,149,157, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #fa959d">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #fa959d; -webkit-box-shadow: 1px 1px 3px 2px #fa959d; box-shadow: 1px 1px 3px 2px #fa959d;">
Div content here</div>
This div box has shadow with color #fa959d
Comments
No comments written yet.
Please login to write comment.