Color spaces of #fa626a
RGB | 250 | 98 | 106 |
---|---|---|---|
HSL | 0.99 | 0.94 | 0.68 |
HSV | 357° | 61° | 98° |
CMYK | 0.00 | 0.61 | 0.58 0.02 |
XYZ | 46.3935 | 30.1000 | 17.0003 |
Yxy | 30.1000 | 0.4962 | 0.3219 |
Hunter Lab | 54.8635 | 54.9316 | 20.0325 |
CIE-Lab | 61.7404 | 58.5916 | 26.3402 |
#fa626a color RGB value is (250,98,106).
#fa626a hex color red value is 250, green value is 98 and the blue value of its RGB is 106. Cylindrical-coordinate representations (also known as HSL) of color #fa626a hue: 0.99 , saturation: 0.94 and the lightness value of fa626a is 0.68.
The process color (four color CMYK) of #fa626a color hex is 0.00, 0.61, 0.58, 0.02. Web safe color of #fa626a is #ff6666. Color #fa626a contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111010 | 01100010 | 01101010 |
Octal | 372 | 142 | 152 |
Decimal | 250 | 98 | 106 |
Hex | FA | 62 | 6A |
Shades of #fa626a
Tints of #fa626a
RGB Percentages of Color #fa626a
CMYK Percentages of Color #fa626a
Complementary Color
#fa626a | #62faf2 |
#fa626a Color Preview on Black Background
Lorem ipsum dolor sit amet.
#fa626a Color Preview on White Background
Lorem ipsum dolor sit amet.
#fa626a Color CSS Codes
.mybgcolor {background-color:#fa626a; } .myforecolor {color:#fa626a; } .mybordercolor {border:3px solid #fa626a; }
#fa626a Text Font Color
<p style="color:#fa626a">Text here</p>
This sample text font color is #fa626a
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.
#fa626a Background Color
<div style="background-color:#fa626a">
Div content here</div>
This div background color is #fa626a
#fa626a Border Color
<div style="border:3px solid #fa626a">
Div here</div>
This div border color is #fa626a
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(250,98,106, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #fa626a; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #fa626a; -webkit-box-shadow: 1px 1px 3px 2px #fa626a; box-shadow: 1px 1px 3px 2px #fa626a; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(250,98,106, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #fa626a">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #fa626a; -webkit-box-shadow: 1px 1px 3px 2px #fa626a; box-shadow: 1px 1px 3px 2px #fa626a;">
Div content here</div>
This div box has shadow with color #fa626a
Comments
No comments written yet.
Please login to write comment.