Color spaces of #fc88dc
RGB | 252 | 136 | 220 |
---|---|---|---|
HSL | 0.88 | 0.95 | 0.76 |
HSV | 317° | 46° | 99° |
CMYK | 0.00 | 0.46 | 0.13 0.01 |
XYZ | 61.8673 | 43.4711 | 72.8401 |
Yxy | 43.4711 | 0.3472 | 0.2440 |
Hunter Lab | 65.9326 | 52.1118 | -19.3487 |
CIE-Lab | 71.8736 | 54.5569 | -23.4115 |
#fc88dc color RGB value is (252,136,220).
#fc88dc hex color red value is 252, green value is 136 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #fc88dc hue: 0.88 , saturation: 0.95 and the lightness value of fc88dc is 0.76.
The process color (four color CMYK) of #fc88dc color hex is 0.00, 0.46, 0.13, 0.01. Web safe color of #fc88dc is #ff99cc. Color #fc88dc contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111100 | 10001000 | 11011100 |
Octal | 374 | 210 | 334 |
Decimal | 252 | 136 | 220 |
Hex | FC | 88 | DC |
Shades of #fc88dc
Tints of #fc88dc
RGB Percentages of Color #fc88dc
CMYK Percentages of Color #fc88dc
Complementary Color
#fc88dc | #88fca8 |
#fc88dc Color Preview on Black Background
Lorem ipsum dolor sit amet.
#fc88dc Color Preview on White Background
Lorem ipsum dolor sit amet.
#fc88dc Color CSS Codes
.mybgcolor {background-color:#fc88dc; } .myforecolor {color:#fc88dc; } .mybordercolor {border:3px solid #fc88dc; }
#fc88dc Text Font Color
<p style="color:#fc88dc">Text here</p>
This sample text font color is #fc88dc
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.
#fc88dc Background Color
<div style="background-color:#fc88dc">
Div content here</div>
This div background color is #fc88dc
#fc88dc Border Color
<div style="border:3px solid #fc88dc">
Div here</div>
This div border color is #fc88dc
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(252,136,220, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #fc88dc; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #fc88dc; -webkit-box-shadow: 1px 1px 3px 2px #fc88dc; box-shadow: 1px 1px 3px 2px #fc88dc; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(252,136,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 #fc88dc">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #fc88dc; -webkit-box-shadow: 1px 1px 3px 2px #fc88dc; box-shadow: 1px 1px 3px 2px #fc88dc;">
Div content here</div>
This div box has shadow with color #fc88dc
Comments
No comments written yet.
Please login to write comment.