Color spaces of #fc7fde
RGB | 252 | 127 | 222 |
---|---|---|---|
HSL | 0.87 | 0.95 | 0.74 |
HSV | 314° | 50° | 99° |
CMYK | 0.00 | 0.50 | 0.12 0.01 |
XYZ | 60.9191 | 41.1481 | 73.8388 |
Yxy | 41.1481 | 0.3463 | 0.2339 |
Hunter Lab | 64.1468 | 57.2615 | -23.3454 |
CIE-Lab | 70.2796 | 59.2024 | -26.9555 |
#fc7fde color RGB value is (252,127,222).
#fc7fde hex color red value is 252, green value is 127 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #fc7fde hue: 0.87 , saturation: 0.95 and the lightness value of fc7fde is 0.74.
The process color (four color CMYK) of #fc7fde color hex is 0.00, 0.50, 0.12, 0.01. Web safe color of #fc7fde is #ff66cc. Color #fc7fde contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111100 | 01111111 | 11011110 |
Octal | 374 | 177 | 336 |
Decimal | 252 | 127 | 222 |
Hex | FC | 7F | DE |
Shades of #fc7fde
Tints of #fc7fde
RGB Percentages of Color #fc7fde
CMYK Percentages of Color #fc7fde
Complementary Color
#fc7fde | #7ffc9d |
#fc7fde Color Preview on Black Background
Lorem ipsum dolor sit amet.
#fc7fde Color Preview on White Background
Lorem ipsum dolor sit amet.
#fc7fde Color CSS Codes
.mybgcolor {background-color:#fc7fde; } .myforecolor {color:#fc7fde; } .mybordercolor {border:3px solid #fc7fde; }
#fc7fde Text Font Color
<p style="color:#fc7fde">Text here</p>
This sample text font color is #fc7fde
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.
#fc7fde Background Color
<div style="background-color:#fc7fde">
Div content here</div>
This div background color is #fc7fde
#fc7fde Border Color
<div style="border:3px solid #fc7fde">
Div here</div>
This div border color is #fc7fde
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(252,127,222, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #fc7fde; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #fc7fde; -webkit-box-shadow: 1px 1px 3px 2px #fc7fde; box-shadow: 1px 1px 3px 2px #fc7fde; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(252,127,222, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #fc7fde">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #fc7fde; -webkit-box-shadow: 1px 1px 3px 2px #fc7fde; box-shadow: 1px 1px 3px 2px #fc7fde;">
Div content here</div>
This div box has shadow with color #fc7fde
Comments
No comments written yet.
Please login to write comment.