Color spaces of #fca8dc
RGB | 252 | 168 | 220 |
---|---|---|---|
HSL | 0.90 | 0.93 | 0.82 |
HSV | 323° | 33° | 99° |
CMYK | 0.00 | 0.33 | 0.13 0.01 |
XYZ | 67.0658 | 53.8680 | 74.5730 |
Yxy | 53.8680 | 0.3430 | 0.2755 |
Hunter Lab | 73.3948 | 34.6666 | -8.8654 |
CIE-Lab | 78.3847 | 38.3035 | -13.5616 |
#fca8dc color RGB value is (252,168,220).
#fca8dc hex color red value is 252, green value is 168 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #fca8dc hue: 0.90 , saturation: 0.93 and the lightness value of fca8dc is 0.82.
The process color (four color CMYK) of #fca8dc color hex is 0.00, 0.33, 0.13, 0.01. Web safe color of #fca8dc is #ff99cc. Color #fca8dc contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111100 | 10101000 | 11011100 |
Octal | 374 | 250 | 334 |
Decimal | 252 | 168 | 220 |
Hex | FC | A8 | DC |
Shades of #fca8dc
Tints of #fca8dc
RGB Percentages of Color #fca8dc
CMYK Percentages of Color #fca8dc
Complementary Color
#fca8dc | #a8fcc8 |
#fca8dc Color Preview on Black Background
Lorem ipsum dolor sit amet.
#fca8dc Color Preview on White Background
Lorem ipsum dolor sit amet.
#fca8dc Color CSS Codes
.mybgcolor {background-color:#fca8dc; } .myforecolor {color:#fca8dc; } .mybordercolor {border:3px solid #fca8dc; }
#fca8dc Text Font Color
<p style="color:#fca8dc">Text here</p>
This sample text font color is #fca8dc
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.
#fca8dc Background Color
<div style="background-color:#fca8dc">
Div content here</div>
This div background color is #fca8dc
#fca8dc Border Color
<div style="border:3px solid #fca8dc">
Div here</div>
This div border color is #fca8dc
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(252,168,220, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #fca8dc; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #fca8dc; -webkit-box-shadow: 1px 1px 3px 2px #fca8dc; box-shadow: 1px 1px 3px 2px #fca8dc; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(252,168,220, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #fca8dc">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #fca8dc; -webkit-box-shadow: 1px 1px 3px 2px #fca8dc; box-shadow: 1px 1px 3px 2px #fca8dc;">
Div content here</div>
This div box has shadow with color #fca8dc
Comments
No comments written yet.
Please login to write comment.