Color spaces of #fe0fcc
RGB | 254 | 15 | 204 |
---|---|---|---|
HSL | 0.87 | 0.99 | 0.53 |
HSV | 313° | 94° | 100° |
CMYK | 0.00 | 0.94 | 0.20 0.00 |
XYZ | 51.9430 | 25.7721 | 59.3636 |
Yxy | 25.7721 | 0.3789 | 0.1880 |
Hunter Lab | 50.7662 | 93.7968 | -33.7945 |
CIE-Lab | 57.8201 | 90.5993 | -36.1107 |
#fe0fcc color RGB value is (254,15,204).
#fe0fcc hex color red value is 254, green value is 15 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #fe0fcc hue: 0.87 , saturation: 0.99 and the lightness value of fe0fcc is 0.53.
The process color (four color CMYK) of #fe0fcc color hex is 0.00, 0.94, 0.20, 0.00. Web safe color of #fe0fcc is #ff00cc. Color #fe0fcc contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111110 | 00001111 | 11001100 |
Octal | 376 | 17 | 314 |
Decimal | 254 | 15 | 204 |
Hex | FE | F | CC |
Shades of #fe0fcc
Tints of #fe0fcc
RGB Percentages of Color #fe0fcc
CMYK Percentages of Color #fe0fcc
Complementary Color
#fe0fcc | #0ffe41 |
#fe0fcc Color Preview on Black Background
Lorem ipsum dolor sit amet.
#fe0fcc Color Preview on White Background
Lorem ipsum dolor sit amet.
#fe0fcc Color CSS Codes
.mybgcolor {background-color:#fe0fcc; } .myforecolor {color:#fe0fcc; } .mybordercolor {border:3px solid #fe0fcc; }
#fe0fcc Text Font Color
<p style="color:#fe0fcc">Text here</p>
This sample text font color is #fe0fcc
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.
#fe0fcc Background Color
<div style="background-color:#fe0fcc">
Div content here</div>
This div background color is #fe0fcc
#fe0fcc Border Color
<div style="border:3px solid #fe0fcc">
Div here</div>
This div border color is #fe0fcc
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(254,15,204, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #fe0fcc; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #fe0fcc; -webkit-box-shadow: 1px 1px 3px 2px #fe0fcc; box-shadow: 1px 1px 3px 2px #fe0fcc; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(254,15,204, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #fe0fcc">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #fe0fcc; -webkit-box-shadow: 1px 1px 3px 2px #fe0fcc; box-shadow: 1px 1px 3px 2px #fe0fcc;">
Div content here</div>
This div box has shadow with color #fe0fcc
Comments
No comments written yet.
Please login to write comment.