Color spaces of #fc66cd
RGB | 252 | 102 | 205 |
---|---|---|---|
HSL | 0.89 | 0.96 | 0.69 |
HSV | 319° | 60° | 99° |
CMYK | 0.00 | 0.60 | 0.19 0.01 |
XYZ | 55.9157 | 34.6060 | 61.4901 |
Yxy | 34.6060 | 0.3678 | 0.2277 |
Hunter Lab | 58.8269 | 66.7196 | -20.7954 |
CIE-Lab | 65.4408 | 67.9183 | -24.8997 |
#fc66cd color RGB value is (252,102,205).
#fc66cd hex color red value is 252, green value is 102 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #fc66cd hue: 0.89 , saturation: 0.96 and the lightness value of fc66cd is 0.69.
The process color (four color CMYK) of #fc66cd color hex is 0.00, 0.60, 0.19, 0.01. Web safe color of #fc66cd is #ff66cc. Color #fc66cd contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111100 | 01100110 | 11001101 |
Octal | 374 | 146 | 315 |
Decimal | 252 | 102 | 205 |
Hex | FC | 66 | CD |
Shades of #fc66cd
Tints of #fc66cd
RGB Percentages of Color #fc66cd
CMYK Percentages of Color #fc66cd
Complementary Color
#fc66cd | #66fc95 |
#fc66cd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#fc66cd Color Preview on White Background
Lorem ipsum dolor sit amet.
#fc66cd Color CSS Codes
.mybgcolor {background-color:#fc66cd; } .myforecolor {color:#fc66cd; } .mybordercolor {border:3px solid #fc66cd; }
#fc66cd Text Font Color
<p style="color:#fc66cd">Text here</p>
This sample text font color is #fc66cd
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.
#fc66cd Background Color
<div style="background-color:#fc66cd">
Div content here</div>
This div background color is #fc66cd
#fc66cd Border Color
<div style="border:3px solid #fc66cd">
Div here</div>
This div border color is #fc66cd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(252,102,205, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #fc66cd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #fc66cd; -webkit-box-shadow: 1px 1px 3px 2px #fc66cd; box-shadow: 1px 1px 3px 2px #fc66cd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(252,102,205, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #fc66cd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #fc66cd; -webkit-box-shadow: 1px 1px 3px 2px #fc66cd; box-shadow: 1px 1px 3px 2px #fc66cd;">
Div content here</div>
This div box has shadow with color #fc66cd
Comments
No comments written yet.
Please login to write comment.