Color spaces of #fcaae7
RGB | 252 | 170 | 231 |
---|---|---|---|
HSL | 0.88 | 0.93 | 0.83 |
HSV | 315° | 33° | 99° |
CMYK | 0.00 | 0.33 | 0.08 0.01 |
XYZ | 68.9434 | 55.2144 | 82.6250 |
Yxy | 55.2144 | 0.3334 | 0.2670 |
Hunter Lab | 74.3064 | 35.5807 | -13.9130 |
CIE-Lab | 79.1646 | 39.0578 | -18.3465 |
#fcaae7 color RGB value is (252,170,231).
#fcaae7 hex color red value is 252, green value is 170 and the blue value of its RGB is 231. Cylindrical-coordinate representations (also known as HSL) of color #fcaae7 hue: 0.88 , saturation: 0.93 and the lightness value of fcaae7 is 0.83.
The process color (four color CMYK) of #fcaae7 color hex is 0.00, 0.33, 0.08, 0.01. Web safe color of #fcaae7 is #ff99ff. Color #fcaae7 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111100 | 10101010 | 11100111 |
Octal | 374 | 252 | 347 |
Decimal | 252 | 170 | 231 |
Hex | FC | AA | E7 |
Shades of #fcaae7
Tints of #fcaae7
RGB Percentages of Color #fcaae7
CMYK Percentages of Color #fcaae7
Complementary Color
#fcaae7 | #aafcbf |
#fcaae7 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#fcaae7 Color Preview on White Background
Lorem ipsum dolor sit amet.
#fcaae7 Color CSS Codes
.mybgcolor {background-color:#fcaae7; } .myforecolor {color:#fcaae7; } .mybordercolor {border:3px solid #fcaae7; }
#fcaae7 Text Font Color
<p style="color:#fcaae7">Text here</p>
This sample text font color is #fcaae7
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.
#fcaae7 Background Color
<div style="background-color:#fcaae7">
Div content here</div>
This div background color is #fcaae7
#fcaae7 Border Color
<div style="border:3px solid #fcaae7">
Div here</div>
This div border color is #fcaae7
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(252,170,231, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #fcaae7; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #fcaae7; -webkit-box-shadow: 1px 1px 3px 2px #fcaae7; box-shadow: 1px 1px 3px 2px #fcaae7; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(252,170,231, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #fcaae7">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #fcaae7; -webkit-box-shadow: 1px 1px 3px 2px #fcaae7; box-shadow: 1px 1px 3px 2px #fcaae7;">
Div content here</div>
This div box has shadow with color #fcaae7
Comments
No comments written yet.
Please login to write comment.