Color spaces of #fd93df
RGB | 253 | 147 | 223 |
---|---|---|---|
HSL | 0.88 | 0.96 | 0.78 |
HSV | 317° | 42° | 99° |
CMYK | 0.00 | 0.42 | 0.12 0.01 |
XYZ | 64.2610 | 47.0778 | 75.5120 |
Yxy | 47.0778 | 0.3439 | 0.2520 |
Hunter Lab | 68.6133 | 47.1042 | -17.2220 |
CIE-Lab | 74.2395 | 49.8768 | -21.4454 |
#fd93df color RGB value is (253,147,223).
#fd93df hex color red value is 253, green value is 147 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #fd93df hue: 0.88 , saturation: 0.96 and the lightness value of fd93df is 0.78.
The process color (four color CMYK) of #fd93df color hex is 0.00, 0.42, 0.12, 0.01. Web safe color of #fd93df is #ff99cc. Color #fd93df contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111101 | 10010011 | 11011111 |
Octal | 375 | 223 | 337 |
Decimal | 253 | 147 | 223 |
Hex | FD | 93 | DF |
Shades of #fd93df
Tints of #fd93df
RGB Percentages of Color #fd93df
CMYK Percentages of Color #fd93df
Complementary Color
#fd93df | #93fdb1 |
#fd93df Color Preview on Black Background
Lorem ipsum dolor sit amet.
#fd93df Color Preview on White Background
Lorem ipsum dolor sit amet.
#fd93df Color CSS Codes
.mybgcolor {background-color:#fd93df; } .myforecolor {color:#fd93df; } .mybordercolor {border:3px solid #fd93df; }
#fd93df Text Font Color
<p style="color:#fd93df">Text here</p>
This sample text font color is #fd93df
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.
#fd93df Background Color
<div style="background-color:#fd93df">
Div content here</div>
This div background color is #fd93df
#fd93df Border Color
<div style="border:3px solid #fd93df">
Div here</div>
This div border color is #fd93df
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(253,147,223, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #fd93df; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #fd93df; -webkit-box-shadow: 1px 1px 3px 2px #fd93df; box-shadow: 1px 1px 3px 2px #fd93df; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(253,147,223, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #fd93df">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #fd93df; -webkit-box-shadow: 1px 1px 3px 2px #fd93df; box-shadow: 1px 1px 3px 2px #fd93df;">
Div content here</div>
This div box has shadow with color #fd93df
Comments
No comments written yet.
Please login to write comment.