Color spaces of #fc7feb
RGB | 252 | 127 | 235 |
---|---|---|---|
HSL | 0.86 | 0.95 | 0.74 |
HSV | 308° | 50° | 99° |
CMYK | 0.00 | 0.50 | 0.07 0.01 |
XYZ | 62.7297 | 41.8723 | 83.3732 |
Yxy | 41.8723 | 0.3337 | 0.2228 |
Hunter Lab | 64.7088 | 59.8002 | -31.0952 |
CIE-Lab | 70.7828 | 61.2626 | -33.3469 |
#fc7feb color RGB value is (252,127,235).
#fc7feb hex color red value is 252, green value is 127 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #fc7feb hue: 0.86 , saturation: 0.95 and the lightness value of fc7feb is 0.74.
The process color (four color CMYK) of #fc7feb color hex is 0.00, 0.50, 0.07, 0.01. Web safe color of #fc7feb is #ff66ff. Color #fc7feb contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111100 | 01111111 | 11101011 |
Octal | 374 | 177 | 353 |
Decimal | 252 | 127 | 235 |
Hex | FC | 7F | EB |
Shades of #fc7feb
Tints of #fc7feb
RGB Percentages of Color #fc7feb
CMYK Percentages of Color #fc7feb
Complementary Color
#fc7feb | #7ffc90 |
#fc7feb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#fc7feb Color Preview on White Background
Lorem ipsum dolor sit amet.
#fc7feb Color CSS Codes
.mybgcolor {background-color:#fc7feb; } .myforecolor {color:#fc7feb; } .mybordercolor {border:3px solid #fc7feb; }
#fc7feb Text Font Color
<p style="color:#fc7feb">Text here</p>
This sample text font color is #fc7feb
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.
#fc7feb Background Color
<div style="background-color:#fc7feb">
Div content here</div>
This div background color is #fc7feb
#fc7feb Border Color
<div style="border:3px solid #fc7feb">
Div here</div>
This div border color is #fc7feb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(252,127,235, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #fc7feb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #fc7feb; -webkit-box-shadow: 1px 1px 3px 2px #fc7feb; box-shadow: 1px 1px 3px 2px #fc7feb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(252,127,235, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #fc7feb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #fc7feb; -webkit-box-shadow: 1px 1px 3px 2px #fc7feb; box-shadow: 1px 1px 3px 2px #fc7feb;">
Div content here</div>
This div box has shadow with color #fc7feb
Comments
No comments written yet.
Please login to write comment.