Color spaces of #fa96bd
RGB | 250 | 150 | 189 |
---|---|---|---|
HSL | 0.94 | 0.91 | 0.78 |
HSV | 337° | 40° | 98° |
CMYK | 0.00 | 0.40 | 0.24 0.02 |
XYZ | 59.5160 | 45.8108 | 53.8496 |
Yxy | 45.8108 | 0.3739 | 0.2878 |
Hunter Lab | 67.6837 | 38.5132 | 0.2070 |
CIE-Lab | 73.4226 | 42.3194 | -3.9858 |
#fa96bd color RGB value is (250,150,189).
#fa96bd hex color red value is 250, green value is 150 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #fa96bd hue: 0.94 , saturation: 0.91 and the lightness value of fa96bd is 0.78.
The process color (four color CMYK) of #fa96bd color hex is 0.00, 0.40, 0.24, 0.02. Web safe color of #fa96bd is #ff99cc. Color #fa96bd contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111010 | 10010110 | 10111101 |
Octal | 372 | 226 | 275 |
Decimal | 250 | 150 | 189 |
Hex | FA | 96 | BD |
Shades of #fa96bd
Tints of #fa96bd
RGB Percentages of Color #fa96bd
CMYK Percentages of Color #fa96bd
Complementary Color
#fa96bd | #96fad3 |
#fa96bd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#fa96bd Color Preview on White Background
Lorem ipsum dolor sit amet.
#fa96bd Color CSS Codes
.mybgcolor {background-color:#fa96bd; } .myforecolor {color:#fa96bd; } .mybordercolor {border:3px solid #fa96bd; }
#fa96bd Text Font Color
<p style="color:#fa96bd">Text here</p>
This sample text font color is #fa96bd
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.
#fa96bd Background Color
<div style="background-color:#fa96bd">
Div content here</div>
This div background color is #fa96bd
#fa96bd Border Color
<div style="border:3px solid #fa96bd">
Div here</div>
This div border color is #fa96bd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(250,150,189, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #fa96bd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #fa96bd; -webkit-box-shadow: 1px 1px 3px 2px #fa96bd; box-shadow: 1px 1px 3px 2px #fa96bd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(250,150,189, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #fa96bd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #fa96bd; -webkit-box-shadow: 1px 1px 3px 2px #fa96bd; box-shadow: 1px 1px 3px 2px #fa96bd;">
Div content here</div>
This div box has shadow with color #fa96bd
Comments
No comments written yet.
Please login to write comment.