Color spaces of #fc84a1
RGB | 252 | 132 | 161 |
---|---|---|---|
HSL | 0.96 | 0.95 | 0.75 |
HSV | 346° | 48° | 99° |
CMYK | 0.00 | 0.48 | 0.36 0.01 |
XYZ | 54.8292 | 39.7712 | 38.5050 |
Yxy | 39.7712 | 0.4119 | 0.2988 |
Hunter Lab | 63.0644 | 44.8280 | 7.9446 |
CIE-Lab | 69.3063 | 48.5253 | 5.6473 |
#fc84a1 color RGB value is (252,132,161).
#fc84a1 hex color red value is 252, green value is 132 and the blue value of its RGB is 161. Cylindrical-coordinate representations (also known as HSL) of color #fc84a1 hue: 0.96 , saturation: 0.95 and the lightness value of fc84a1 is 0.75.
The process color (four color CMYK) of #fc84a1 color hex is 0.00, 0.48, 0.36, 0.01. Web safe color of #fc84a1 is #ff9999. Color #fc84a1 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111100 | 10000100 | 10100001 |
Octal | 374 | 204 | 241 |
Decimal | 252 | 132 | 161 |
Hex | FC | 84 | A1 |
Shades of #fc84a1
Tints of #fc84a1
RGB Percentages of Color #fc84a1
CMYK Percentages of Color #fc84a1
Complementary Color
#fc84a1 | #84fcdf |
#fc84a1 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#fc84a1 Color Preview on White Background
Lorem ipsum dolor sit amet.
#fc84a1 Color CSS Codes
.mybgcolor {background-color:#fc84a1; } .myforecolor {color:#fc84a1; } .mybordercolor {border:3px solid #fc84a1; }
#fc84a1 Text Font Color
<p style="color:#fc84a1">Text here</p>
This sample text font color is #fc84a1
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.
#fc84a1 Background Color
<div style="background-color:#fc84a1">
Div content here</div>
This div background color is #fc84a1
#fc84a1 Border Color
<div style="border:3px solid #fc84a1">
Div here</div>
This div border color is #fc84a1
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(252,132,161, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #fc84a1; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #fc84a1; -webkit-box-shadow: 1px 1px 3px 2px #fc84a1; box-shadow: 1px 1px 3px 2px #fc84a1; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(252,132,161, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #fc84a1">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #fc84a1; -webkit-box-shadow: 1px 1px 3px 2px #fc84a1; box-shadow: 1px 1px 3px 2px #fc84a1;">
Div content here</div>
This div box has shadow with color #fc84a1
Comments
No comments written yet.
Please login to write comment.