Color spaces of #fcacba
RGB | 252 | 172 | 186 |
---|---|---|---|
HSL | 0.97 | 0.93 | 0.83 |
HSV | 350° | 32° | 99° |
CMYK | 0.00 | 0.32 | 0.26 0.01 |
XYZ | 63.7603 | 53.7457 | 53.4678 |
Yxy | 53.7457 | 0.3729 | 0.3144 |
Hunter Lab | 73.3115 | 26.9496 | 8.0764 |
CIE-Lab | 78.3132 | 31.1749 | 4.8210 |
#fcacba color RGB value is (252,172,186).
#fcacba hex color red value is 252, green value is 172 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #fcacba hue: 0.97 , saturation: 0.93 and the lightness value of fcacba is 0.83.
The process color (four color CMYK) of #fcacba color hex is 0.00, 0.32, 0.26, 0.01. Web safe color of #fcacba is #ff99cc. Color #fcacba contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111100 | 10101100 | 10111010 |
Octal | 374 | 254 | 272 |
Decimal | 252 | 172 | 186 |
Hex | FC | AC | BA |
Shades of #fcacba
Tints of #fcacba
RGB Percentages of Color #fcacba
CMYK Percentages of Color #fcacba
Complementary Color
#fcacba | #acfcee |
#fcacba Color Preview on Black Background
Lorem ipsum dolor sit amet.
#fcacba Color Preview on White Background
Lorem ipsum dolor sit amet.
#fcacba Color CSS Codes
.mybgcolor {background-color:#fcacba; } .myforecolor {color:#fcacba; } .mybordercolor {border:3px solid #fcacba; }
#fcacba Text Font Color
<p style="color:#fcacba">Text here</p>
This sample text font color is #fcacba
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.
#fcacba Background Color
<div style="background-color:#fcacba">
Div content here</div>
This div background color is #fcacba
#fcacba Border Color
<div style="border:3px solid #fcacba">
Div here</div>
This div border color is #fcacba
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(252,172,186, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #fcacba; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #fcacba; -webkit-box-shadow: 1px 1px 3px 2px #fcacba; box-shadow: 1px 1px 3px 2px #fcacba; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(252,172,186, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #fcacba">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #fcacba; -webkit-box-shadow: 1px 1px 3px 2px #fcacba; box-shadow: 1px 1px 3px 2px #fcacba;">
Div content here</div>
This div box has shadow with color #fcacba
Comments
No comments written yet.
Please login to write comment.