Color spaces of #fcab6f
RGB | 252 | 171 | 111 |
---|---|---|---|
HSL | 0.07 | 0.96 | 0.71 |
HSV | 26° | 56° | 99° |
CMYK | 0.00 | 0.32 | 0.56 0.01 |
XYZ | 57.5770 | 50.9690 | 21.8423 |
Yxy | 50.9690 | 0.4416 | 0.3909 |
Hunter Lab | 71.3926 | 19.0205 | 31.8352 |
CIE-Lab | 76.6602 | 23.6673 | 42.6808 |
#fcab6f color RGB value is (252,171,111).
#fcab6f hex color red value is 252, green value is 171 and the blue value of its RGB is 111. Cylindrical-coordinate representations (also known as HSL) of color #fcab6f hue: 0.07 , saturation: 0.96 and the lightness value of fcab6f is 0.71.
The process color (four color CMYK) of #fcab6f color hex is 0.00, 0.32, 0.56, 0.01. Web safe color of #fcab6f is #ff9966. Color #fcab6f contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111100 | 10101011 | 01101111 |
Octal | 374 | 253 | 157 |
Decimal | 252 | 171 | 111 |
Hex | FC | AB | 6F |
Shades of #fcab6f
Tints of #fcab6f
RGB Percentages of Color #fcab6f
CMYK Percentages of Color #fcab6f
Complementary Color
#fcab6f | #6fc0fc |
#fcab6f Color Preview on Black Background
Lorem ipsum dolor sit amet.
#fcab6f Color Preview on White Background
Lorem ipsum dolor sit amet.
#fcab6f Color CSS Codes
.mybgcolor {background-color:#fcab6f; } .myforecolor {color:#fcab6f; } .mybordercolor {border:3px solid #fcab6f; }
#fcab6f Text Font Color
<p style="color:#fcab6f">Text here</p>
This sample text font color is #fcab6f
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.
#fcab6f Background Color
<div style="background-color:#fcab6f">
Div content here</div>
This div background color is #fcab6f
#fcab6f Border Color
<div style="border:3px solid #fcab6f">
Div here</div>
This div border color is #fcab6f
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(252,171,111, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #fcab6f; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #fcab6f; -webkit-box-shadow: 1px 1px 3px 2px #fcab6f; box-shadow: 1px 1px 3px 2px #fcab6f; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(252,171,111, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #fcab6f">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #fcab6f; -webkit-box-shadow: 1px 1px 3px 2px #fcab6f; box-shadow: 1px 1px 3px 2px #fcab6f;">
Div content here</div>
This div box has shadow with color #fcab6f
Comments
No comments written yet.
Please login to write comment.