Color spaces of #fe56de
RGB | 254 | 86 | 222 |
---|---|---|---|
HSL | 0.87 | 0.99 | 0.67 |
HSV | 311° | 66° | 100° |
CMYK | 0.00 | 0.66 | 0.13 0.00 |
XYZ | 57.3857 | 33.0003 | 72.4524 |
Yxy | 33.0003 | 0.3524 | 0.2027 |
Hunter Lab | 57.4459 | 77.7827 | -34.5661 |
CIE-Lab | 64.1612 | 77.0735 | -36.3978 |
#fe56de color RGB value is (254,86,222).
#fe56de hex color red value is 254, green value is 86 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #fe56de hue: 0.87 , saturation: 0.99 and the lightness value of fe56de is 0.67.
The process color (four color CMYK) of #fe56de color hex is 0.00, 0.66, 0.13, 0.00. Web safe color of #fe56de is #ff66cc. Color #fe56de contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111110 | 01010110 | 11011110 |
Octal | 376 | 126 | 336 |
Decimal | 254 | 86 | 222 |
Hex | FE | 56 | DE |
Shades of #fe56de
Tints of #fe56de
RGB Percentages of Color #fe56de
CMYK Percentages of Color #fe56de
Complementary Color
#fe56de | #56fe76 |
#fe56de Color Preview on Black Background
Lorem ipsum dolor sit amet.
#fe56de Color Preview on White Background
Lorem ipsum dolor sit amet.
#fe56de Color CSS Codes
.mybgcolor {background-color:#fe56de; } .myforecolor {color:#fe56de; } .mybordercolor {border:3px solid #fe56de; }
#fe56de Text Font Color
<p style="color:#fe56de">Text here</p>
This sample text font color is #fe56de
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.
#fe56de Background Color
<div style="background-color:#fe56de">
Div content here</div>
This div background color is #fe56de
#fe56de Border Color
<div style="border:3px solid #fe56de">
Div here</div>
This div border color is #fe56de
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(254,86,222, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #fe56de; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #fe56de; -webkit-box-shadow: 1px 1px 3px 2px #fe56de; box-shadow: 1px 1px 3px 2px #fe56de; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(254,86,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 #fe56de">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #fe56de; -webkit-box-shadow: 1px 1px 3px 2px #fe56de; box-shadow: 1px 1px 3px 2px #fe56de;">
Div content here</div>
This div box has shadow with color #fe56de
Comments
No comments written yet.
Please login to write comment.