Color spaces of #fa938d
RGB | 250 | 147 | 141 |
---|---|---|---|
HSL | 0.01 | 0.92 | 0.77 |
HSV | 3° | 44° | 98° |
CMYK | 0.00 | 0.41 | 0.44 0.02 |
XYZ | 54.6658 | 43.1145 | 30.6400 |
Yxy | 43.1145 | 0.4257 | 0.3357 |
Hunter Lab | 65.6616 | 33.7002 | 18.2964 |
CIE-Lab | 71.6326 | 38.0840 | 20.0299 |
#fa938d color RGB value is (250,147,141).
#fa938d hex color red value is 250, green value is 147 and the blue value of its RGB is 141. Cylindrical-coordinate representations (also known as HSL) of color #fa938d hue: 0.01 , saturation: 0.92 and the lightness value of fa938d is 0.77.
The process color (four color CMYK) of #fa938d color hex is 0.00, 0.41, 0.44, 0.02. Web safe color of #fa938d is #ff9999. Color #fa938d contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111010 | 10010011 | 10001101 |
Octal | 372 | 223 | 215 |
Decimal | 250 | 147 | 141 |
Hex | FA | 93 | 8D |
Shades of #fa938d
Tints of #fa938d
RGB Percentages of Color #fa938d
CMYK Percentages of Color #fa938d
Complementary Color
#fa938d | #8df4fa |
#fa938d Color Preview on Black Background
Lorem ipsum dolor sit amet.
#fa938d Color Preview on White Background
Lorem ipsum dolor sit amet.
#fa938d Color CSS Codes
.mybgcolor {background-color:#fa938d; } .myforecolor {color:#fa938d; } .mybordercolor {border:3px solid #fa938d; }
#fa938d Text Font Color
<p style="color:#fa938d">Text here</p>
This sample text font color is #fa938d
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.
#fa938d Background Color
<div style="background-color:#fa938d">
Div content here</div>
This div background color is #fa938d
#fa938d Border Color
<div style="border:3px solid #fa938d">
Div here</div>
This div border color is #fa938d
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(250,147,141, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #fa938d; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #fa938d; -webkit-box-shadow: 1px 1px 3px 2px #fa938d; box-shadow: 1px 1px 3px 2px #fa938d; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(250,147,141, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #fa938d">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #fa938d; -webkit-box-shadow: 1px 1px 3px 2px #fa938d; box-shadow: 1px 1px 3px 2px #fa938d;">
Div content here</div>
This div box has shadow with color #fa938d
Comments
No comments written yet.
Please login to write comment.