Color spaces of #fca2dd
RGB | 252 | 162 | 221 |
---|---|---|---|
HSL | 0.89 | 0.94 | 0.81 |
HSV | 321° | 36° | 99° |
CMYK | 0.00 | 0.36 | 0.12 0.01 |
XYZ | 66.1164 | 51.7566 | 74.9119 |
Yxy | 51.7566 | 0.3430 | 0.2685 |
Hunter Lab | 71.9421 | 38.1470 | -11.3781 |
CIE-Lab | 77.1351 | 41.5794 | -15.9828 |
#fca2dd color RGB value is (252,162,221).
#fca2dd hex color red value is 252, green value is 162 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #fca2dd hue: 0.89 , saturation: 0.94 and the lightness value of fca2dd is 0.81.
The process color (four color CMYK) of #fca2dd color hex is 0.00, 0.36, 0.12, 0.01. Web safe color of #fca2dd is #ff99cc. Color #fca2dd contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111100 | 10100010 | 11011101 |
Octal | 374 | 242 | 335 |
Decimal | 252 | 162 | 221 |
Hex | FC | A2 | DD |
Shades of #fca2dd
Tints of #fca2dd
RGB Percentages of Color #fca2dd
CMYK Percentages of Color #fca2dd
Complementary Color
#fca2dd | #a2fcc1 |
#fca2dd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#fca2dd Color Preview on White Background
Lorem ipsum dolor sit amet.
#fca2dd Color CSS Codes
.mybgcolor {background-color:#fca2dd; } .myforecolor {color:#fca2dd; } .mybordercolor {border:3px solid #fca2dd; }
#fca2dd Text Font Color
<p style="color:#fca2dd">Text here</p>
This sample text font color is #fca2dd
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.
#fca2dd Background Color
<div style="background-color:#fca2dd">
Div content here</div>
This div background color is #fca2dd
#fca2dd Border Color
<div style="border:3px solid #fca2dd">
Div here</div>
This div border color is #fca2dd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(252,162,221, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #fca2dd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #fca2dd; -webkit-box-shadow: 1px 1px 3px 2px #fca2dd; box-shadow: 1px 1px 3px 2px #fca2dd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(252,162,221, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #fca2dd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #fca2dd; -webkit-box-shadow: 1px 1px 3px 2px #fca2dd; box-shadow: 1px 1px 3px 2px #fca2dd;">
Div content here</div>
This div box has shadow with color #fca2dd
Comments
No comments written yet.
Please login to write comment.