Color spaces of #fc686d
RGB | 252 | 104 | 109 |
---|---|---|---|
HSL | 0.99 | 0.96 | 0.70 |
HSV | 358° | 59° | 99° |
CMYK | 0.00 | 0.59 | 0.57 0.01 |
XYZ | 47.8555 | 31.7002 | 18.0645 |
Yxy | 31.7002 | 0.4902 | 0.3247 |
Hunter Lab | 56.3029 | 53.1886 | 20.3892 |
CIE-Lab | 63.0943 | 56.8484 | 26.4727 |
#fc686d color RGB value is (252,104,109).
#fc686d hex color red value is 252, green value is 104 and the blue value of its RGB is 109. Cylindrical-coordinate representations (also known as HSL) of color #fc686d hue: 0.99 , saturation: 0.96 and the lightness value of fc686d is 0.70.
The process color (four color CMYK) of #fc686d color hex is 0.00, 0.59, 0.57, 0.01. Web safe color of #fc686d is #ff6666. Color #fc686d contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111100 | 01101000 | 01101101 |
Octal | 374 | 150 | 155 |
Decimal | 252 | 104 | 109 |
Hex | FC | 68 | 6D |
Shades of #fc686d
Tints of #fc686d
RGB Percentages of Color #fc686d
CMYK Percentages of Color #fc686d
Complementary Color
#fc686d | #68fcf7 |
#fc686d Color Preview on Black Background
Lorem ipsum dolor sit amet.
#fc686d Color Preview on White Background
Lorem ipsum dolor sit amet.
#fc686d Color CSS Codes
.mybgcolor {background-color:#fc686d; } .myforecolor {color:#fc686d; } .mybordercolor {border:3px solid #fc686d; }
#fc686d Text Font Color
<p style="color:#fc686d">Text here</p>
This sample text font color is #fc686d
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.
#fc686d Background Color
<div style="background-color:#fc686d">
Div content here</div>
This div background color is #fc686d
#fc686d Border Color
<div style="border:3px solid #fc686d">
Div here</div>
This div border color is #fc686d
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(252,104,109, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #fc686d; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #fc686d; -webkit-box-shadow: 1px 1px 3px 2px #fc686d; box-shadow: 1px 1px 3px 2px #fc686d; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(252,104,109, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #fc686d">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #fc686d; -webkit-box-shadow: 1px 1px 3px 2px #fc686d; box-shadow: 1px 1px 3px 2px #fc686d;">
Div content here</div>
This div box has shadow with color #fc686d
Comments
No comments written yet.
Please login to write comment.