Color spaces of #fcaaec
RGB | 252 | 170 | 236 |
---|---|---|---|
HSL | 0.87 | 0.93 | 0.83 |
HSV | 312° | 33° | 99° |
CMYK | 0.00 | 0.33 | 0.06 0.01 |
XYZ | 69.6599 | 55.5010 | 86.3982 |
Yxy | 55.5010 | 0.3293 | 0.2623 |
Hunter Lab | 74.4990 | 36.5323 | -16.6107 |
CIE-Lab | 79.3290 | 39.9002 | -20.7987 |
#fcaaec color RGB value is (252,170,236).
#fcaaec hex color red value is 252, green value is 170 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #fcaaec hue: 0.87 , saturation: 0.93 and the lightness value of fcaaec is 0.83.
The process color (four color CMYK) of #fcaaec color hex is 0.00, 0.33, 0.06, 0.01. Web safe color of #fcaaec is #ff99ff. Color #fcaaec contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111100 | 10101010 | 11101100 |
Octal | 374 | 252 | 354 |
Decimal | 252 | 170 | 236 |
Hex | FC | AA | EC |
Shades of #fcaaec
Tints of #fcaaec
RGB Percentages of Color #fcaaec
CMYK Percentages of Color #fcaaec
Complementary Color
#fcaaec | #aafcba |
#fcaaec Color Preview on Black Background
Lorem ipsum dolor sit amet.
#fcaaec Color Preview on White Background
Lorem ipsum dolor sit amet.
#fcaaec Color CSS Codes
.mybgcolor {background-color:#fcaaec; } .myforecolor {color:#fcaaec; } .mybordercolor {border:3px solid #fcaaec; }
#fcaaec Text Font Color
<p style="color:#fcaaec">Text here</p>
This sample text font color is #fcaaec
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.
#fcaaec Background Color
<div style="background-color:#fcaaec">
Div content here</div>
This div background color is #fcaaec
#fcaaec Border Color
<div style="border:3px solid #fcaaec">
Div here</div>
This div border color is #fcaaec
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(252,170,236, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #fcaaec; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #fcaaec; -webkit-box-shadow: 1px 1px 3px 2px #fcaaec; box-shadow: 1px 1px 3px 2px #fcaaec; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(252,170,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 #fcaaec">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #fcaaec; -webkit-box-shadow: 1px 1px 3px 2px #fcaaec; box-shadow: 1px 1px 3px 2px #fcaaec;">
Div content here</div>
This div box has shadow with color #fcaaec
#fcaaec Color Palettes
Comments
No comments written yet.
Please login to write comment.