Color spaces of #fcd7ec
RGB | 252 | 215 | 236 |
---|---|---|---|
HSL | 0.91 | 0.86 | 0.92 |
HSV | 326° | 15° | 99° |
CMYK | 0.00 | 0.15 | 0.06 0.01 |
XYZ | 79.5856 | 75.3525 | 89.7067 |
Yxy | 75.3525 | 0.3253 | 0.3080 |
Hunter Lab | 86.8058 | 11.7428 | -0.5073 |
CIE-Lab | 89.5579 | 16.2781 | -5.4966 |
#fcd7ec color RGB value is (252,215,236).
#fcd7ec hex color red value is 252, green value is 215 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #fcd7ec hue: 0.91 , saturation: 0.86 and the lightness value of fcd7ec is 0.92.
The process color (four color CMYK) of #fcd7ec color hex is 0.00, 0.15, 0.06, 0.01. Web safe color of #fcd7ec is #ffccff. Color #fcd7ec contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111100 | 11010111 | 11101100 |
Octal | 374 | 327 | 354 |
Decimal | 252 | 215 | 236 |
Hex | FC | D7 | EC |
Shades of #fcd7ec
Tints of #fcd7ec
RGB Percentages of Color #fcd7ec
CMYK Percentages of Color #fcd7ec
Complementary Color
#fcd7ec | #d7fce7 |
#fcd7ec Color Preview on Black Background
Lorem ipsum dolor sit amet.
#fcd7ec Color Preview on White Background
Lorem ipsum dolor sit amet.
#fcd7ec Color CSS Codes
.mybgcolor {background-color:#fcd7ec; } .myforecolor {color:#fcd7ec; } .mybordercolor {border:3px solid #fcd7ec; }
#fcd7ec Text Font Color
<p style="color:#fcd7ec">Text here</p>
This sample text font color is #fcd7ec
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.
#fcd7ec Background Color
<div style="background-color:#fcd7ec">
Div content here</div>
This div background color is #fcd7ec
#fcd7ec Border Color
<div style="border:3px solid #fcd7ec">
Div here</div>
This div border color is #fcd7ec
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(252,215,236, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #fcd7ec; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #fcd7ec; -webkit-box-shadow: 1px 1px 3px 2px #fcd7ec; box-shadow: 1px 1px 3px 2px #fcd7ec; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(252,215,236, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #fcd7ec">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #fcd7ec; -webkit-box-shadow: 1px 1px 3px 2px #fcd7ec; box-shadow: 1px 1px 3px 2px #fcd7ec;">
Div content here</div>
This div box has shadow with color #fcd7ec
Comments
No comments written yet.
Please login to write comment.