Color spaces of #fcadda
RGB | 252 | 173 | 218 |
---|---|---|---|
HSL | 0.91 | 0.93 | 0.83 |
HSV | 326° | 31° | 99° |
CMYK | 0.00 | 0.31 | 0.13 0.01 |
XYZ | 67.7433 | 55.6445 | 73.4997 |
Yxy | 55.6445 | 0.3441 | 0.2826 |
Hunter Lab | 74.5952 | 31.5622 | -6.2026 |
CIE-Lab | 79.4111 | 35.3735 | -10.9422 |
#fcadda color RGB value is (252,173,218).
#fcadda hex color red value is 252, green value is 173 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #fcadda hue: 0.91 , saturation: 0.93 and the lightness value of fcadda is 0.83.
The process color (four color CMYK) of #fcadda color hex is 0.00, 0.31, 0.13, 0.01. Web safe color of #fcadda is #ff99cc. Color #fcadda contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111100 | 10101101 | 11011010 |
Octal | 374 | 255 | 332 |
Decimal | 252 | 173 | 218 |
Hex | FC | AD | DA |
Shades of #fcadda
Tints of #fcadda
RGB Percentages of Color #fcadda
CMYK Percentages of Color #fcadda
Complementary Color
#fcadda | #adfccf |
#fcadda Color Preview on Black Background
Lorem ipsum dolor sit amet.
#fcadda Color Preview on White Background
Lorem ipsum dolor sit amet.
#fcadda Color CSS Codes
.mybgcolor {background-color:#fcadda; } .myforecolor {color:#fcadda; } .mybordercolor {border:3px solid #fcadda; }
#fcadda Text Font Color
<p style="color:#fcadda">Text here</p>
This sample text font color is #fcadda
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.
#fcadda Background Color
<div style="background-color:#fcadda">
Div content here</div>
This div background color is #fcadda
#fcadda Border Color
<div style="border:3px solid #fcadda">
Div here</div>
This div border color is #fcadda
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(252,173,218, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #fcadda; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #fcadda; -webkit-box-shadow: 1px 1px 3px 2px #fcadda; box-shadow: 1px 1px 3px 2px #fcadda; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(252,173,218, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #fcadda">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #fcadda; -webkit-box-shadow: 1px 1px 3px 2px #fcadda; box-shadow: 1px 1px 3px 2px #fcadda;">
Div content here</div>
This div box has shadow with color #fcadda
Comments
No comments written yet.
Please login to write comment.