Color spaces of #fd2edb
RGB | 253 | 46 | 219 |
---|---|---|---|
HSL | 0.86 | 0.98 | 0.59 |
HSV | 310° | 82° | 99° |
CMYK | 0.00 | 0.82 | 0.13 0.01 |
XYZ | 54.2712 | 27.9511 | 69.5525 |
Yxy | 27.9511 | 0.3576 | 0.1842 |
Hunter Lab | 52.8688 | 90.7145 | -40.9919 |
CIE-Lab | 59.8445 | 87.8918 | -41.4789 |
#fd2edb color RGB value is (253,46,219).
#fd2edb hex color red value is 253, green value is 46 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #fd2edb hue: 0.86 , saturation: 0.98 and the lightness value of fd2edb is 0.59.
The process color (four color CMYK) of #fd2edb color hex is 0.00, 0.82, 0.13, 0.01. Web safe color of #fd2edb is #ff33cc. Color #fd2edb contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111101 | 00101110 | 11011011 |
Octal | 375 | 56 | 333 |
Decimal | 253 | 46 | 219 |
Hex | FD | 2E | DB |
Shades of #fd2edb
Tints of #fd2edb
RGB Percentages of Color #fd2edb
CMYK Percentages of Color #fd2edb
Complementary Color
#fd2edb | #2efd50 |
#fd2edb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#fd2edb Color Preview on White Background
Lorem ipsum dolor sit amet.
#fd2edb Color CSS Codes
.mybgcolor {background-color:#fd2edb; } .myforecolor {color:#fd2edb; } .mybordercolor {border:3px solid #fd2edb; }
#fd2edb Text Font Color
<p style="color:#fd2edb">Text here</p>
This sample text font color is #fd2edb
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.
#fd2edb Background Color
<div style="background-color:#fd2edb">
Div content here</div>
This div background color is #fd2edb
#fd2edb Border Color
<div style="border:3px solid #fd2edb">
Div here</div>
This div border color is #fd2edb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(253,46,219, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #fd2edb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #fd2edb; -webkit-box-shadow: 1px 1px 3px 2px #fd2edb; box-shadow: 1px 1px 3px 2px #fd2edb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(253,46,219, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #fd2edb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #fd2edb; -webkit-box-shadow: 1px 1px 3px 2px #fd2edb; box-shadow: 1px 1px 3px 2px #fd2edb;">
Div content here</div>
This div box has shadow with color #fd2edb
Comments
No comments written yet.
Please login to write comment.