Color spaces of #fcaaed
RGB | 252 | 170 | 237 |
---|---|---|---|
HSL | 0.86 | 0.93 | 0.83 |
HSV | 311° | 33° | 99° |
CMYK | 0.00 | 0.33 | 0.06 0.01 |
XYZ | 69.8057 | 55.5593 | 87.1656 |
Yxy | 55.5593 | 0.3285 | 0.2614 |
Hunter Lab | 74.5381 | 36.7254 | -17.1576 |
CIE-Lab | 79.3623 | 40.0707 | -21.2878 |
#fcaaed color RGB value is (252,170,237).
#fcaaed hex color red value is 252, green value is 170 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #fcaaed hue: 0.86 , saturation: 0.93 and the lightness value of fcaaed is 0.83.
The process color (four color CMYK) of #fcaaed color hex is 0.00, 0.33, 0.06, 0.01. Web safe color of #fcaaed is #ff99ff. Color #fcaaed contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111100 | 10101010 | 11101101 |
Octal | 374 | 252 | 355 |
Decimal | 252 | 170 | 237 |
Hex | FC | AA | ED |
Shades of #fcaaed
Tints of #fcaaed
RGB Percentages of Color #fcaaed
CMYK Percentages of Color #fcaaed
Complementary Color
#fcaaed | #aafcb9 |
#fcaaed Color Preview on Black Background
Lorem ipsum dolor sit amet.
#fcaaed Color Preview on White Background
Lorem ipsum dolor sit amet.
#fcaaed Color CSS Codes
.mybgcolor {background-color:#fcaaed; } .myforecolor {color:#fcaaed; } .mybordercolor {border:3px solid #fcaaed; }
#fcaaed Text Font Color
<p style="color:#fcaaed">Text here</p>
This sample text font color is #fcaaed
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.
#fcaaed Background Color
<div style="background-color:#fcaaed">
Div content here</div>
This div background color is #fcaaed
#fcaaed Border Color
<div style="border:3px solid #fcaaed">
Div here</div>
This div border color is #fcaaed
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(252,170,237, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #fcaaed; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #fcaaed; -webkit-box-shadow: 1px 1px 3px 2px #fcaaed; box-shadow: 1px 1px 3px 2px #fcaaed; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(252,170,237, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #fcaaed">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #fcaaed; -webkit-box-shadow: 1px 1px 3px 2px #fcaaed; box-shadow: 1px 1px 3px 2px #fcaaed;">
Div content here</div>
This div box has shadow with color #fcaaed
Comments
No comments written yet.
Please login to write comment.