Color spaces of #fd97dd
RGB | 253 | 151 | 221 |
---|---|---|---|
HSL | 0.89 | 0.96 | 0.79 |
HSV | 319° | 40° | 99° |
CMYK | 0.00 | 0.40 | 0.13 0.01 |
XYZ | 64.6258 | 48.2363 | 74.3110 |
Yxy | 48.2363 | 0.3453 | 0.2577 |
Hunter Lab | 69.4524 | 44.5536 | -14.8211 |
CIE-Lab | 74.9737 | 47.5409 | -19.2359 |
#fd97dd color RGB value is (253,151,221).
#fd97dd hex color red value is 253, green value is 151 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #fd97dd hue: 0.89 , saturation: 0.96 and the lightness value of fd97dd is 0.79.
The process color (four color CMYK) of #fd97dd color hex is 0.00, 0.40, 0.13, 0.01. Web safe color of #fd97dd is #ff99cc. Color #fd97dd contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111101 | 10010111 | 11011101 |
Octal | 375 | 227 | 335 |
Decimal | 253 | 151 | 221 |
Hex | FD | 97 | DD |
Shades of #fd97dd
Tints of #fd97dd
RGB Percentages of Color #fd97dd
CMYK Percentages of Color #fd97dd
Complementary Color
#fd97dd | #97fdb7 |
#fd97dd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#fd97dd Color Preview on White Background
Lorem ipsum dolor sit amet.
#fd97dd Color CSS Codes
.mybgcolor {background-color:#fd97dd; } .myforecolor {color:#fd97dd; } .mybordercolor {border:3px solid #fd97dd; }
#fd97dd Text Font Color
<p style="color:#fd97dd">Text here</p>
This sample text font color is #fd97dd
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.
#fd97dd Background Color
<div style="background-color:#fd97dd">
Div content here</div>
This div background color is #fd97dd
#fd97dd Border Color
<div style="border:3px solid #fd97dd">
Div here</div>
This div border color is #fd97dd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(253,151,221, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #fd97dd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #fd97dd; -webkit-box-shadow: 1px 1px 3px 2px #fd97dd; box-shadow: 1px 1px 3px 2px #fd97dd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(253,151,221, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #fd97dd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #fd97dd; -webkit-box-shadow: 1px 1px 3px 2px #fd97dd; box-shadow: 1px 1px 3px 2px #fd97dd;">
Div content here</div>
This div box has shadow with color #fd97dd
Comments
No comments written yet.
Please login to write comment.